Doing a minimal build fails as well for me.
./configure '--prefix=/usr/local' '--cflags=-g -Wno-switch -malign-loops=2
-mal
ign-jumps=2 -malign-functions=2' '--with-database=no'
'--with-dialogs=none' '--w
ith-gif=no' '--with-gpm=no' '--with-jpeg=no'
'--with-menubars=none' '--with-offi
x=no' '--package-path=/tmp' '--with-png=no'
'--with-scrollbars=none' '--with-shl
ib=no' '--with-sound=no' '--with-toolbars=no' '--with-tiff=no'
'--with-xface=no'
'--with-xpm=no'
gives this error:
glyphs-x.c: In function `x_widget_instantiate':
glyphs-x.c:2184: `popup_selection_callback' undeclared (first use this function)
glyphs-x.c:2184: (Each undeclared identifier is reported only once
glyphs-x.c:2184: for each function it appears in.)
make[1]: *** [glyphs-x.o] Error 1
make[1]: Leaving directory `/cvs/xemacs/xemacs-21/src'
make: *** [dump-elcs] Error 2
I think this is because the menubars are compiled out.
jeff