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 the GNOME libs, so change
your command line to:

gcc -o anim interface.c `gnome-config --cflags --libs gnomeui`

cheers

-- 
Rodrigo Moya <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
http://www.gnome-db.org/


_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to