>>>> "Jeff" == Jeff Miller
<jmiller(a)smart.net> writes:
Jeff> I have attempted to build a mule xemacs after a long time of not doing
Jeff> so..... I get the following error during the dump
Jeff> Loading /cvs/xemacs/xemacs/lisp/mule/mule-cmds.elc...
Jeff> Loading /cvs/xemacs/xemacs/lisp/mule/arabic.elc...
Jeff> Loading /cvs/xemacs/xemacs/lisp/mule/chinese.elc...*** Error in XEmacs
initialization
Jeff> (void-variable ccl-encode-big5-font)
????
21.2, I assume?
Jeff> this is from a cvs update today. I believe I also have the latest
Jeff> mule-base.
Shouldn't be dependent on packages - should be defined in the core
tarball.
Try something like
find lisp/. -name '*.elc' -print | xargs rm
make
Martin