Le mardi 11 avril 2006 à 11:30 +0100, ivan danicic a écrit : > > > pièce jointe document plein texte (togtkglext-list.txt) > Hello, I have just installed gtk+ and gtkglext-1.2.0 > Doing "make examples" compiled the programs OK. > Compiling a gtk+ program "base.c" so: > gcc base.c -o base `pkg-config --cflags --libs gtk+-2.0` > also worked well. But when replacing "base" by a gtkglext opengl program > "try.c" the compiler said "gtk/gtkgl.h no such file". I tried lots of > different -I... but without success. Please advise me. > Ivan
use: gcc try.c -o try `pkg-config --cflags --libs gtkglext-1.0` _______________________________________________ gtkglext-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkglext-list
