On Mon, Jan 4, 2010 at 12:26 PM, Andy Garrison <[email protected]> wrote: > Hi, > > I have been trying to build OpenScenGraph on RedHat Linux 5 64 bit and get > the error missiing glu.h and glut.h files. They are suppose to reside in the > /usr/local/include/GL directory. I have installed all the packages with > RedHat and those files do not exist. I had OSG on a 32 bit version with > RedHat 4 and it worked fine Has anyone seen this problem and where and how do > I go about resolving this to get it installed? > > Thank you! > > Cheers, > Andy
Hi Andy, You need to install 2 packages: % yum install mesa-libGLU-devel freeglut-devel This will give you /usr/include/GL/glu.h and /usr/include/GL/glut.h, along with the 64-bit libraries for GLU and glut in /usr/lib64. Note that the mesa libGLU package is independent of the Mesa/DRI OpenGL hardware drivers, so it won't cause any conflict with the NVIDIA or AMD/ATI proprietary drivers if you use them. -Leif _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

