davecoventry 8 Newbie Poster

I'm trying to use the Freetype libraries.

The header files are in /usr/include/freetype2

I'm using Netbeans IDE and I've addred /usr/include/freetype2 and /usr/include/freetype2/config to the include directories portion in Tools>Options>C/C++.

The file ft2build.h contains the directive #include <config/ftheader.h>, which the compiler apparently cannot see.

/usr/include/freetype2/ft2build.h:37:29: fatal error: config/ftheader.h: No such file or directory

dave@Threepwood:/usr/include$ ls freetype2/config/
ftconfig.h  ftheader.h  ftmodule.h  ftoption.h  ftstdlib.h