On 10/15/2009 03:24 PM, Judd Taylor wrote: > On Thu, 2009-10-15 at 15:45 -0400, Chris Marshall wrote: >> (1) Do you have both GLUT and FreeGLUT on your system? >> If so, freeglut.h might need to be substituted for >> glut.h in OpenGL/glut_utils.h >> > I think I just have GLUT. My /usr/include/GL/glut.h file just points to > freeglut_std.h. There's no other glut.h file on my system.
This looks a lot like the fedora situation. You should also have a /usr/include/GL/freeglut.h which includes freeglut_std.h and freeglut_ext.h. -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA Division FAX: 303-415-9702 3380 Mitchell Lane [email protected] Boulder, CO 80301 http://www.cora.nwra.com _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
