pango-utils.h versus gcc2.95.x



Hi,

When I build pango-1.10.2, gcc-2.95.3 cannot compile
pango-utils.h correctly. Following part is refused as,
In file included from fribidi.c:25:
../../pango/pango-utils.h:101: parse error before `gboolean'

 98 /* Unicode characters that are zero-width and should not be rendered
 99  * normally.
100  */
101 G_GNUC_CONST gboolean pango_is_zero_width (gunichar ch);

this part is introduced in
http://cvs.gnome.org/viewcvs/pango/pango/pango-utils.h?r1=1.16&r2=1.17

It seems that gcc3 (and possibly gcc4) can compile the part.
Any idea to work with gcc-2.95.x?

Regards,
mpsuzuki



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]