On Wed, 2010-10-06 at 23:48 -0700, Tristen Ennemuist wrote: > Heya Jose, > > > Thanks but it does appear I do have opengl32 and glut installed: > > > /usr/i686-pc-mingw32/sys-root/mingw/lib/libopengl32.a > /usr/i686-pc-mingw32/sys-root/mingw/lib/libglut.dll.a
The problem isn't on your system; it's with the flags applied in the makefile. I'll try to check in a fix for this soon. > I'm really not fussed about the examples - so is there a way to build > without building the examples? I suspect the example code is the only > major culprit left preventing me from completing the build. You can use "make -C <subdir>" to build specific subdirectories and avoid the "examples" one. Alternatively, you can just use "make -k" and ignore the errors. -- Braden McDaniel <[email protected]> _______________________________________________ gtkglext-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkglext-list
