Please describe as succinctly as possible: - What happened. - What you
thought should have happened. - Precisely what you were doing at the time.
1.) checkout out xemacs from CVS
cvs -d :pserver:cvs@cvs.xemacs.org:/pack/xemacscvs -z3 co -d
xemacs-21.5 xemacs
2.) configured xemacs
./configure --error-checking=none --with-default-eol-detection
--with-tty=yes --with-ncurses --with-gpm --with-gnome --with-gtk
--debug=no --pdump=no
3.) then build it:
neon:/mnt/lfs/usr/local/src/xemacs-21.5> make all
cd ./lib-src && make all
make[1]: Entering directory `/mnt/lfs/usr/local/src/xemacs-21.5/lib-src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt/lfs/usr/local/src/xemacs-21.5/lib-src'
cd ./src && make all
make[1]: Entering directory `/mnt/lfs/usr/local/src/xemacs-21.5/src'
./temacs -nd -no-packages -batch -l
/mnt/lfs/usr/local/src/xemacs-21.5/src/../lisp/update-elc.el
Loading /mnt/lfs/usr/local/src/xemacs-21.5/src/../lisp/update-elc.el...
Loading find-paths.el...
Loading packages.el...
Loading setup-paths.el...
Loading /mnt/lfs/usr/local/src/xemacs-21.5/lisp/dumped-lisp.el...
./xemacs -no-packages -batch -no-autoloads -l update-elc-2.el -f
batch-update-elc-2 /mnt/lfs/usr/local/src/xemacs-21.5/src/../lisp
xemacs exiting.
Wrong type argument: vectorp, #<INTERNAL OBJECT (XEmacs bug?)
(symbol-value-forward type 7584) 0x4053d008>make[1]: *** [update-elc-2]
Error 255
make[1]: Leaving directory `/mnt/lfs/usr/local/src/xemacs-21.5/src'
make: *** [src] Error 2
Best regards,
Axel Siebenwirth