Thu 16 May 2013 07:29:46 AM UTC, comment #2:
I've tried various compilation & gcc options, from totally plain to freetype's ./configure options:
--disable-static --enable-biarch-config --disable-mmap
The above is just an example of the many I've tried, with no difference to the pango warning.
Since, during pango compilation, this is a warning rather than a fatal error, I assume it happens to everyone on 32-bit x86, and they don't notice.
The warning comes as a pair:
/usr/include/freetype2/freetype/config/ftconfig.h:436: syntax error, unexpected '{', expecting ',' or ';' in ' {' at '{'
/usr/include/freetype2/freetype/config/ftconfig.h:440: syntax error, unexpected identifier in ' _asm_ __volatile__ (' at '__asm__'
Is there a way of rewriting /usr/include/freetype2/freetype/config/ftconfig.h between lines 433 and 454 that makes gcc happier?
|