When I try to build XEmacs I get this:
gcc -c -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -Wshadow
-Demacs -I. -DHAVE_CONFIG_H -I/usr/X11/include eval.c
eval.c:446: macro `DEFINE_BASIC_LRECORD_IMPLEMENTATION' used with only 9 args
It appears that each usage of `DEFINE_BASIC_LRECORD_IMPLEMENTATION'
macro is conditionalised #ifdef USE_KKCC to have a dumpable flag, but
I dunno what value it should have.
--
John Paul Wallington