Heiko Muenkel <muenkel(a)tnt.uni-hannover.de> writes:
/prog/xemacs/src/xemacs-21.0/lwlib/xlwmenu.c:260: `ULONG_MAX'
undeclared (first use this function)
/prog/xemacs/src/xemacs-21.0/lwlib/xlwmenu.c:260: (Each undeclared identifier is reported
only once
This is probably a configure failure.
--with-gif --with-xpm --with-xface --with-ncurses --with-gpm
all of these should be unnecessary as they are autodetected. Try
finding out why configure does not do so and your problem is probably
solved.
Golden rule of configure: Never --with-anything=yes that is on by
default. Forcing it just hides the problem and causes other problems
to appear.
Jan