On 2002.03.11 17:46:41 +0100 Havoc Pennington wrote: > > Olaf "Fr�czyk" <[EMAIL PROTECTED]> writes: > > > > When I try to compile anything (eg. arrow.c from examples) I get > > errors. This is a problem with incorrectly set G_HAVE_ISO_VARARGS. Is > > this compiler no longer supported? > > The configure checks for it are probably wrong; have a look at > configure.in and maybe suggest how to fix it for that compiler... > > Havoc > Hi, It was enough to put in glibconfig.h just after the same thing for 2.95: #if __GNUC__ == 2 && __GNUC_MINOR__ == 91 # undef G_HAVE_ISO_VARARGS #endif
I didn't compile glib/gtk from sources. I just grabbed rpm files (on gtk ftp site are packages for RH 7.2). Olaf _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
