GNOME Bugzilla – Bug 53119
Glib 1.3.3 does not compile w/ -ansi
Last modified: 2004-12-22 21:47:04 UTC
When glib 1.3.3 is configured w/ --enable-ansi, compilation fails due to C++-style comments, and the inline keyword. Fix follows.. (This is under gcc-2.95.3, btw.)
Created attachment 461 [details] [review] Make glib compile w/ --enable-ansi
Applied C++ fixes, inline fixed as of: 2001-04-14 Hans Breuer <hans@breuer.org> * glib.def : * makefile.msc.in : updated * gpattern.c : include "gutils.h" to resolve the inline hassle