[Mesa-dev] demos / glew configure bug

Brian Paul brianp at vmware.com
Tue Jul 13 07:07:37 PDT 2010


I'm setting up the Mesa demos repo on a new system.  autogen.sh fails 
because it can't find GLEW.  I think autogen is looking for GLEW in 
/usr/include/GL/ and /usr/lib/libGLEW.a instead of using the copy of 
GLEW in the demos tree itself.

Dan, can you fix that?


$ ./autogen.sh
[...]
checking pkg-config is at least version 0.9.0... yes
checking for GL... yes
checking GL/glut.h usability... no
checking GL/glut.h presence... no
checking for GL/glut.h... no
checking for glutInit in -lglut... no
checking for GLEW... no
checking GL/glew.h usability... no
checking GL/glew.h presence... no
checking for GL/glew.h... no
configure: error: GLEW required


-Brian



More information about the mesa-dev mailing list