RE: A STRANGE ERROR!!!

2001-05-01 Thread Michael Mitton
I think you may have to do the following command to compile... gcc -o anim interface.c `gtk-config --cflags` `gnome-config --cflags` `gtk-config --libs` `gnome-config --libs` -Michael -Original Message- From: Roberto [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 5:12 AM To: GTK

Re: A STRANGE ERROR!!!

2001-05-01 Thread Rodrigo Moya
On 01 May 2001 11:11:51 +0200, Roberto wrote: > I've done a little program with Gnome-Anomator, but it returns me an > error, > The filename is 'interface.c': > > Roberto@DEBIAN:~$ gcc -o anim interface.c `gtk-config --cflags` > `gtk-config --libs` > if you're using GnomeAnimator, you'll need t

Re: A STRANGE ERROR!!!

2001-05-01 Thread Jeff Shipman
I think that's because you want to use 'gnome-config' instead of 'gtk-config' Jeff "Shippy" Shipman E-Mail: [EMAIL PROTECTED] Computer Science MajorICQ: 1786493 New Mexico Institute of Mining and Technology Homepage: http://www.nmt.edu/~shippy On 1 May 2001, Roberto wrote: > I've done a

Re: A STRANGE ERROR!!!

2001-05-01 Thread Havoc Pennington
Roberto <[EMAIL PROTECTED]> writes: > I've done a little program with Gnome-Anomator, but it returns me an > error, > The filename is 'interface.c': > > Roberto@DEBIAN:~$ gcc -o anim interface.c `gtk-config --cflags` > `gtk-config --libs` > /tmp/cc2SOLbE.o: In function `main': > /tmp/cc2SOLbE.o