help with setting up GTK on Suse

2006-09-29 Thread Michael Cloran
Hello I have Suse Enterprise Desktop 10 running and have installed GTK under KDE. when I run my program it includes #include gtk/gtk.h which is in opt/..foo.../gtk-2.0/gtk now the problem is when I compile gcc -gtk1.c -o gtk1 'pkg-config -cflags -libs gtk-2.0' the first error is gtk/gtk.h no

Re: help with setting up GTK on Suse

2006-09-29 Thread Carlo Agrusti
Michael Cloran ha scritto lo scorso 29/09/2006 11:30: Hello I have Suse Enterprise Desktop 10 running and have installed GTK under KDE. when I run my program it includes #include gtk/gtk.h which is in opt/..foo.../gtk-2.0/gtk now the problem is when I compile gcc -gtk1.c -o gtk1