Re: [Plib-users] Build fails because glu.h is missing
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2001-03-08 07:25:15
|
James Gallagher wrote: > > Hi, > > I'm trying to build plib (1.2 or 1.3.1) and the build fails when it > needs glu.h. I have libGL and its headers (in /usr/X11R6/include/GL but > there's no glu.h in there. LibGL is version 1.2. Any help would be > appreciated. libGL is supposed to be in /usr/lib and gl.h and glu.h are supposed to be in /usr/include/GL If you got your OpenGL from nVidia, they don't ship a copy of GLU - if you are using Mesa then you should have gotten a copy from them. Fortunately, the Mesa GLU works fine with the nVidia drivers - so you can go to www.mesa3d.org and snag a copy of Mesa to extract the libGLU and glu.h files. Mesa used to build libMesaGLU and GL/glu.h -- Steve Baker HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sourceforge.net http://tuxaqfh.sourceforge.net http://tuxkart.sourceforge.net http://prettypoly.sourceforge.net http://freeglut.sourceforge.net |