On 5/19/07, Dan Nicholson <[EMAIL PROTECTED]> wrote: > On 5/19/07, Dan Winkler <[EMAIL PROTECTED]> wrote: > > > > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include/X11/fonts > > -I../../include -I/usr/include/freetype2 -Wall -Wpointer-arith > > -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations > > -Wnested-externs -fno-strict-aliasing -g -O2 -D_BSD_SOURCE > > -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -D_XOPEN_SOURCE -MT ftfuncs.lo -MD > > -MP -MF .deps/ftfuncs.Tpo -c ftfuncs.c -fPIC -DPIC -o .libs/ftfuncs.o > > ftfuncs.c:57:10: error: #include expects "FILENAME" or <FILENAME> > > ftfuncs.c:59:10: error: #include expects "FILENAME" or <FILENAME> > > ftfuncs.c:60:10: error: #include expects "FILENAME" or <FILENAME> > > ftfuncs.c: In function 'FreeTypeOpenInstance': > > ftfuncs.c:467: error: 'TT_Face' undeclared (first use in this function) > > Oh. I think this is an issue with freetype-2.3.x. It doesn't allow use > of freetype internals anymore. I think you should try using a newer > libXfont. The most recent is 1.2.8. It doesn't seem to have this > issue. I've been using this and it's fine. It may require a newer > fontsproto. > > http://xorg.freedesktop.org/releases/individual/lib/libXfont-1.2.8.tar.gz
The SVN book has now been updated to Xorg-7.2 if you want to try again. This has libXfont-1.2.7 (that was the version shipped with Xorg-7.2) which will work with freetype-2.3.4. libXfont-1.2.8 will get in soon. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
