GNOME Bugzilla – Bug 700459
Syntax warning in ftconfig.h when compiling pango
Last modified: 2015-02-07 16:49:39 UTC
Hi, when pango is compiled *without* --disable-introspection, it shows these 2 warnings during compilation: /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 this a problem with freetype, pango or gobject-introspection? How to fix? Previous pango bug report: http://savannah.nongnu.org/bugs/index.php?39005 I've tested various versions, currently: freetype 2.4.11 & 2.4.12 pango 1.32.5 & 1.34.1 gobject-introspection 1.34.2
Still an issue. Headers have changed recently, so the 2 lines are: /usr/include/freetype2/config/ftconfig.h:452: syntax error, unexpected '{', expecting ',' or ';' in ' {' at '{' /usr/include/freetype2/config/ftconfig.h:456: syntax error, unexpected identifier in ' __asm__ __volatile__ (' at '__asm__'
Fixed in pango 1.36.6
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]