Anjuta on Ubuntu (gtk.h issues)
If I create a new project in Anjuta in Ubuntu 5.10 it can't compile as it can't find the headers in /usr/include - even though I've added these paths in the sources option. But if I change the paths in the header files of my project to:
#include </usr/include/gtk-2.0/gdk/gdkkeysyms.h>
#include </usr/include/gtk-2.0/gtk/gtk.h>
Then it finds both but gtk.h comes up with lots of errors like:
/usr/include/gtk-2.0/gtk/gtk.h:31:21: error: gdk/gdk.h: No such file or directory and it lists hundreds of these
Any ideas?? I'm kind of stuck and can't get any work done!
|