Around 11 o'clock on Aug 29, Steve Bankowitz wrote: > I ended up modifing the `./fontconfig/fcfreetype.h' file. > > From: > > #include <freetype/freetype.h> > > To: > > #include <freetype2/freetype/freetype.h> The freetype folks recommend using -I/usr/include/freetype2 (or whatever) so that additional header files that are needed will be located correctly. The fontconfig configure script is supposed to locate those automatically with freetype-config; is that not working for you? -keith