Below you can find the messages I get at the end of a failed compile. This
came from the latest CVS. I got the same thing yesterday at work on
similarly configured SuSE 7.3 box.
I know I posted a crash about an obsolete version last time. I took the
following commands directly from `history' so others can see if I did that
part correctly.
$ cd /download/xemacs/
$ cvs -d :pserver:cvs@cvs.xemacs.org:/pack/xemacscvs login
$ export CVSROOT=:pserver:cvs@cvs.xemacs.org:/pack/xemacscvs
$ cvs co xemacs -d xemacs-21.5
$ cvs -z3 -d :pserver:cvs@cvs.xemacs.org:/pack/xemacscvs\
checkout -d xemacs-21.5 xemacs
$ mkdir working
$ cd working
$ ../xemacs-21.5/configure --pdump --with-mule --with-pop
$ make all
...
...
...
Compiling /download/xemacs/working/lisp/mule/custom-load.el...
Wrote /download/xemacs/working/lisp/mule/custom-load.elc
cd /download/xemacs/xemacs-21.5/man && make info
make[1]: Entering directory `/opt/download/xemacs/xemacs-21.5/man'
makeinfo -P lispref -o ../info/lispref.info lispref/lispref.texi
lispref/packaging.texi:308: Cross reference to nonexistent node `The Package
Release Engineer's View'.
./lispref/lispref.texi:268: Menu reference to nonexistent node `The Package
Release Engineer's View'.
./lispref/lispref.texi:267: Menu reference to nonexistent node `The Library
Maintainer's View'.
./lispref/lispref.texi:266: Menu reference to nonexistent node `The User's
View'.
makeinfo: Removing output file `../info/lispref.info' due to errors; use
--force to preserve.
make[1]: *** [../info/lispref.info] Error 2
make[1]: Leaving directory `/opt/download/xemacs/xemacs-21.5/man'
make: *** [info] Error 2
hattons@baldur:/download/xemacs/working>