[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cairo 1.1.2 snapshot released
From: |
Nerijus Baliunas |
Subject: |
Re: cairo 1.1.2 snapshot released |
Date: |
Wed, 26 Apr 2006 23:39:57 +0300 |
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.
Regards,
Nerijus