>>>> "APA" == Adrian Aichner
<Adrian.Aichner(a)t-online.de> writes:
APA> Stephen, do you need more info on the ccl problem?
------------------------------------------------------------------------
cd c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5\nt\
nmake /f xemacs.mak check-temacs
Compilation started at Thu Sep 11 10:19:57 2003 +0200 (CES)
Using load-path (c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5\lisp\)
Using module-load-path (c:\Hacking\cvs.xemacs.org\XEmacs\xemacs-21.5\modules)
Requiring mucs-error...
(file-error "Cannot open load file" "ccl")
------------------------------------------------------------------------
Something is trying to drag mule-ucs in, and since mule-ucs is
incompatible with 21.5, it's not explicitly the core code.
mule-ccl, which provides 'ccl, gets loaded via dumped-lisp.el. So
this require must be happening very early. I bet that what is
happening is that dumped-lisp is loading "unicode" and because you
have packages in load-path, you're getting mule-ucs/unicode.el, not
core unicode.el.
Put the -no-packages back in your check-temacs arguments.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.