GTK 2.0 and egcs 2.91.66 - problem

2002-03-11 Thread Olaf Fr±czyk
Hi, 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? Output attached below: [root@venus arrow]# make gcc arrow.c -o arrow `pkg-config gtk+-2.0 --cflags --libs` In file incl

Re: GTK 2.0 and egcs 2.91.66 - problem

2002-03-11 Thread Havoc Pennington
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.i

Re: GTK 2.0 and egcs 2.91.66 - problem

2002-03-11 Thread Olaf Fr±czyk
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 c

Re: GTK 2.0 and egcs 2.91.66 - problem

2002-03-11 Thread Owen Taylor
Olaf FrXczyk <[EMAIL PROTECTED]> writes: > 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_VARARG

Re: GTK 2.0 and egcs 2.91.66 - problem

2002-03-11 Thread Olaf Fr±czyk
On 2002.03.11 18:27:55 +0100 Owen Taylor wrote: > Did they install without --nodeps? I'm quite surprised; Red Hat 7.2 is > quiet different from the last release where we shipped egcs (6.2, I > think.) But you provide compat-egcs-6.2 packages :) And I didn't install new gcc. I use RH 7.2. > Basica