In article <[EMAIL PROTECTED]>, "S.Daido" <[EMAIL PROTECTED]> writes:
> When I `make bootstrap' the latest emacs-unicode-2 branch > with gcc-4.0.3 I get the following error > message: > ./configure --prefix=/usr --enable-font-backend > --with-xft --with-freetype --with-gtk > ... > gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H > -DUSE_GTK -I. -I/build/emacs/src -D_BSD_SOURCE > -I/usr/include/X11 -I/usr/include/gtk-2.0 > -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 > -I/usr/include/cairo -I/usr/include/pango-1.0 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr -I/usr/include/alsa -g -O2 -Wno-pointer-sign > ftfont.c This is strange. In my case, -I/usr/include/freetype2 is included in the CFLAGS above. What is the result of this command? % pkg-config --cflags xft In my case (debian), it prints: -I/usr/include/freetype2 -I/usr/X11R6/include --- Kenichi Handa [EMAIL PROTECTED] _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
