Re: A STRANGE ERROR!!!



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 <rodrigo gnome-db org> <rodrigo ximian com>
http://www.gnome-db.org/





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