Hi,
There are two unicode.el's in the most recent XEmacs core and
the Mule-UCS package. It won't cause an actual problem because
the unicode module is dumped in the XEmacs executable. However,
if someone has installed Mule-UCS in the site-lisp directory for
developing or any other purposes (it's me :-p), building XEmacs
will be failed as follows:
[...]
./temacs -nd -no-packages -batch -l /Work/xemacs-21.5.8/src/../lisp/update-elc.el
Loading /Work/xemacs-21.5.8/src/../lisp/update-elc.el...
Loading very-early-lisp...
Loading find-paths.el...
[...]
Loading code-process.el...
Loading code-cmds.el...
Loading unicode.el...*** Error in XEmacs initialization
(void-function define-ccl-program)
*** Backtrace
really-early-error-handler((void-function define-ccl-program))
(define-ccl-program ccl-c-notated-string-to-number (backquo...
(if (fboundp (quote ccl-execute)) (define-ccl-program ccl-c...
[...]
require(trans-util)
[...]
require(mucs-ccl)
[...]
require(mucs)
[...]
load("/usr/local/lib/xemacs/site-lisp/mule-ucs/unicode.el")
[...]
pureload("unicode")
[...]
load("loadup.el")
[...]
load("loadup-el.el")
[...]
*** Killing XEmacs
make[1]: [dump-elcs] Error 255 (ignored)
make[1]: Leaving directory `/Work/xemacs-21.5.8/src'
--
Katsumi Yamaoka <yamaoka(a)jpl.org>