$]./configure --without-x
$]make bootstrap
[...]
gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -I.
-I/home/sangu/Work/cvs/emacs/src -D_BSD_SOURCE -I/usr/include/alsa -g
-O2 -Wno-pointer-sign -I/usr/include/freetype2 pre-crt0.c
gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -I.
-I/home/sangu/Work/cvs/emacs/src -D_BSD_SOURCE -I/usr/include/alsa -g
-O2 -Wno-pointer-sign -I/usr/include/freetype2 dispnew.c
gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -I.
-I/home/sangu/Work/cvs/emacs/src -D_BSD_SOURCE -I/usr/include/alsa -g
-O2 -Wno-pointer-sign -I/usr/include/freetype2 frame.c
gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -I.
-I/home/sangu/Work/cvs/emacs/src -D_BSD_SOURCE -I/usr/include/alsa -g
-O2 -Wno-pointer-sign -I/usr/include/freetype2 scroll.c
gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -I.
-I/home/sangu/Work/cvs/emacs/src -D_BSD_SOURCE -I/usr/include/alsa -g
-O2 -Wno-pointer-sign -I/usr/include/freetype2 xdisp.c
xdisp.c: In function ‘handle_auto_composed_prop’:
xdisp.c:4521: error: ‘enable_font_backend’ undeclared (first use in this
function)
xdisp.c:4521: error: (Each undeclared identifier is reported only once
xdisp.c:4521: error: for each function it appears in.)
xdisp.c: In function ‘get_window_cursor_type’:
xdisp.c:21556: warning: initialization makes pointer from integer
without a cast
xdisp.c:21557: error: dereferencing pointer to incomplete type
xdisp.c:21557: error: dereferencing pointer to incomplete type
xdisp.c:21557: error: invalid type argument of ‘->’
xdisp.c:21562: error: dereferencing pointer to incomplete type
xdisp.c:21563: error: dereferencing pointer to incomplete type
make[2]: *** [xdisp.o] Error 1
make[2]: Leaving directory `/home/sangu/Work/cvs/emacs/src'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/home/sangu/Work/cvs/emacs'
make: *** [bootstrap] Error 2