Hi,
I have been suffering from this for a while, but just didn't have time
to look into it further until now.
I noticed that the following two files included in xemacs-21.4.12 aren't
in xemacs-21.4.13:
lisp/mule/canna-leim.elc
lisp/mule/mule-x-init.elc
Is this intentional? This seems to lead to rebuild problems, because
since these two files then don't get installed, "update-elc.el" tries to
byte-compile the *installed* ".el" files when rebuilding xemacs-21.4.13
with xemacs-21.4.13 already installed afaict! The problem seems to be
that whereas with 21.4.12 load-path gets set to just the "lisp/" and
"lisp/mule/" dirs in the source tree, with xemacs-21.4.13 load-path
instead contains the installed lisp dir and package lisp dirs (this
seems to be a separate bug). Also when actually dumping, the same
problem occurs and the elisp files dumped are from the installed lisp
dirs not the source tree. Has anyone else seen this?
Jens