The problem is that you're not not using "freetype-config --cflags" to get the include path. In the end configure manages to find FT 1 includes and FT 2 library, which isn't a combination that will work.
I know I can use --with-freetypeincludedir or CPPFLAGS to set the
include path explicitely, but this shouldn't be necessary with FT 2
because the package comes with freetype-config utility.
Owner: ellson
Status: Fixed (8 March 2002)