Re: failed to built xemacs port on FreeBSD

Sean MacLennan <[email protected]> Sun, 1 May 2016 13:06:02 -0400
Newsgroups gmane.emacs.xemacs.beta
Message-ID <[email protected]>
KIRIYAMA Kazuhiko,

When I am having weird lisp build problems with non-mule builds I
always make sure there are no mule elcs left lying around. I think this
is more a problem for 21.5 though.

So, after untarring the xemacs source, but before starting to build, cd
to the source and do something like:

find . -name \*.elc -delete

The make will always recompile all the lisp files for you... it doesn't
even take that long.

Cheers,
   Sean