Re: GTK 2.0 and egcs 2.91.66 - problem



On 2002.03.11 17:46:41 +0100 Havoc Pennington wrote:
> 
> Olaf "Fr±czyk" <olaf cbk poznan pl> 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





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