Re: Run time error in gtk1.3 application

2002-02-05 Thread Olaf Leidinger
Well, I think you need something like gnome 2.0. Your gnome version (and mine too) uses gtk+-1.2 and when you link your app with the gnome libs it will also use gtk+-1.2 Have a look at gnome-config --libs gnomeui or gnome-config --libs gnome glib+-1.2 and gtk+-1.2 are

Re: Run time error in gtk1.3 application

2002-02-05 Thread Flávio Alberto Lopes Soares
Hello all, I was writing this message bellow when my mail-server crash yesterday, then I attempt to run autogen.sh and my application compileted normally & run normally, I see the Makefile and found some references to gtk-1.2, gtk-2.0, glib-1.2, glib-2.0, I don't know what's the diferences behind

RE: Run time error in gtk1.3 application

2002-02-04 Thread hunchback
Hi, >gcc: -lgtk-x11-1.3: linker input file unused since linking not donegcc: >-lgdk-x11-1.3: linker input file unused since linking not donegcc: -lXi: >linker input file unused since linking not done >gcc: -lgdk_pixbuf-1.3: linker input file unused since linking not done >gcc: -lm: linker input f

Re: Run time error in gtk1.3 application

2002-02-04 Thread Havoc Pennington
Flávio Alberto Lopes Soares <[EMAIL PROTECTED]> writes: > > I make some modifications in my Makefile (attached in mail) in order > to compile my application in gtk+1.3 (gtk+2.0), in compilation I get > this messages (was several similar messages to each file of my > application, I put only piece

Run time error in gtk1.3 application

2002-02-04 Thread Flávio Alberto Lopes Soares
Hello all, I make some modifications in my Makefile (attached in mail) in order to compile my application in gtk+1.3 (gtk+2.0), in compilation I get this messages (was several similar messages to each file of my application, I put only piece of messages) : gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..