On Mon, Dec 22, 2014 at 11:35:43AM +0200, Dave Coventry wrote: > I'm trying to use the Freetype headers. > > I've run the freetype-config script with the --cflags option to > retrieve the appropriate compilation flags. > > $ freetype-config --cflags > -I/usr/include/freetype2 > > My cpp file invokes the headers: > > #include <freetype2/ft2build.h>
It should be <ft2build.h> Regards, Khaled _______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
