Re: Compile Line for GnomeVFS Programs. -- thanks

2005-02-09 Thread Tony Freeman
Thank you, Antonio: Thanks for pointing that resource out to me! I did a search for gnome.h on the unstable version and up popped: usr/include/gnome-1.0/gnome.h usr/include/libgnomeui-2.0/gnome.h So I did the compile line like this: gcc `pkg-config --cflags --libs libgnomeui-2.0

Re: Compile Line for GnomeVFS Programs.

2005-02-07 Thread Allin Cottrell
On Mon, 7 Feb 2005, Tony Freeman wrote: Every time I try to compile a program that has a #include gnome.h I run into problems. For example: I have just finished typing in the sample program located at: http://developer.gnome.org/doc/API/2.0/gnome-vfs-2.0/gnome-vfs-first-steps.html Now I want to