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

I know this is true because I was able to build another library which required 
OpenGL (GLEW). Also, from my errors, they all seem to be OpenGL related, not 
GLUT related, but hey.

The base package seems to have built OK leading me to believe I do have OpenGL 
installed correctly. I presume the base package doesn't depend upon GLUT, only 
the examples?

So OK guys: here's the latest.

Make won't quite run to completion because of the linking errors with the 
examples.

If I shut my eyes and ignore the make errors and then make install then the 
files are only partially installed. For instance upon subsequent compilation of 
my application the file gdkglext-config.h doesn't exist yet I can see it exists 
in the source directory. ie: make install didn't complete correctly.

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.

Cheers
Tristen


Judging by the errors you are getting below, it seems the GL and 
GLUt libraries in your project are missing.

Regards,
            Jose.


      
_______________________________________________
gtkglext-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkglext-list

Reply via email to