Tyler Retzlaff wrote (in a message from Sunday 26) > Just a quick sanity check to see if I've hosed my X11 headers. If I want to > use Xft.h <X11/Xft/Xft.h> must I add -I /usr/X11R6/include/X11/freetype2 for > the freetype/freetype.h? Or should it be unnecessary? > > Just for some background I'm seeing this: > > /usr/X11R6/include/X11/Xft/Xft.h:35 > :31: freetype/freetype.h: No such file or directory > > Where freetype/freetype.h is actually in X11/freetype2 not X11/. > Your X11 headers are OK. You're supposed to supply the -I/usr/X11R6/include/freetype2 option if you want to use the FreeType2 code that comes with XFree86. Applications using imake handle it automatically with the XFTINCLUDES variable, and those using autoconf can use freetype-config. Matthieu _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86