On Wed, 26 Apr 2006 10:01:38 +0200 Dennis Leeuw <dleeuw@made-it.com> wrote:
/usr/GNUstep/cairo/include/cairo/cairo-ft.h:48:10: #include expects
"FILENAME" or <FILENAME>
Setting the macro to freetype/freetype.h or
freetype2/freetype/freetype.h makes the problem even bigger.
Any ideas?
I solved it by changing #include FT_FREETYPE_H to #include <freetype/freetype.h>
and then
ADDITIONAL_OBJCFLAGS="-I/usr/include/freetype2" make
But it would be nice if gcc would not complain about #include FT_FREETYPE_H.
Someone should file a bug.