Hi, I was interested in doing some development using GTK+ 2.0 I have debian sarge (kernel 2.6) installed. I also installed all the libraries required for developing GTK+ applications.
In the header of the main.cpp file i put the line #include <gtk/gtk.h> While compiling using gcc command gcc base.c -o base 'pkg-config --cflags --libs gtk+-2.0' I get the error gtk.h not found. using the locate i found out gtk.h resides in /usr/include/gtk-2.0/gtk so i changed the #include statement to </gtk-2.0/gtk> but it still does not work. So i made a symlink to gtk from /usr/include, but still no success. Any ideas? Regards Aditya Laghate -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
