On Mon, Aug 13, 2007 at 06:30:30PM -0400, Tyler Lynch wrote: > ./sw/lib/freetype2/include/ft2build.h > ./sw/lib/freetype219/include/ft2build.h > > I used this: > LDFLAGS="-L/sw/lib" CPPFLAGS="-I/sw/include -I/sw/incude/lame -I/sw/ > lib/freetype2/include" ./configure > > checking for freetype-config... /usr/X11R6/bin/freetype-config > checking ft2build.h usability... no > checking ft2build.h presence... no > checking for ft2build.h... no
This doesn't make much sense- your "-I" path is set to find ftbuild.h, but configure fails to locate it. (Well, configure runs a short C test program to check whether it's there, so most probably something else goes wrong) Could you attach your config.log? Greetings Matthias
