SLED 11 SP1, run qt4 OpenGl examples ,Error:lack glu.h
Installation and Deployment
6
Posts
3
Posters
4.8k
Views
1
Watching
-
hi all,
when i install the latest qt sdk in my SLED 11 SP1 , run one example of OpenGl , the IDE report to me :
/home/compiler/qtsdk-2010.05/qt/examples/opengl/2dpainting-build-desktop/../../../include/QtOpenGL/qgl.h:79: error: GL/glu.h: No such file or directoryWhen i google this problem ,some one tell me to install libgluxx.so ,etc. But my problem is going on .
My SLED have installed mesa 7.7-0.4.41 (i586) .
help me ,please ~~~~~~~~~~
-
For OpenSuSE 11.3, I have Mesa-7.8.2-1.3 and Mesa-devel-7.8.2-1.3.
@
~> cat /etc/SuSE-release
openSUSE 11.3 (i586)
VERSION = 11.3
~> rpm -q --whatprovides /usr/include/GL/glu.h
Mesa-devel-7.8.2-1.3.i586
~> rpm -qa | grep Mesa
Mesa-7.8.2-1.3.i586
Mesa-devel-7.8.2-1.3.i586
@