On Sun, 4 Jan 2004 18:39:51 -0800 (PST) Jean Hernandez <ean79@xxxxxxxxx> wrote: > /usr/local/include/freetype2/freetype/freetype.h:40: ft2build.h: No > such file or directory By the looks of this, you're missing freetype2, or fontconfig doesn't know where to find the headers for it. I'm not familiar with the way FreeBSD does the compilation, normally I would suggest to pass some more info to "configure", something like this: CPPFLAGS="-I/path/to/freetype2/include" ./configure --your-options-here -- Ciprian Popovici