Errors when attempting to build the SDK project examples (SLED11)

System:
SLED11
onboard graphics NVIDIA 8200
4 C1060s

I’m not sure what I’m missing but here is my error. I typed it manually because the system is offline and the first three *** is my directory paths I cannot show.

make[1]: Entering directory ’ ///C/common’
make[1]: Leaving directory ’ ///C/common’
make[1]: Entering diretcory ’ ///C/common’
In file included from ./…/common/inc/paramgl.h:24,
from src/paramgl.cpp:19:
./…/common/inc/GL/glut.h:60:20: error: GL/glu.h: No such file or directory
make[1]: *** [obj/release/paramgl.cpp.o] Error 1
make[1]: Leaving directory ’ ///C/common’
make: *** [lib/libparamgl.so] Error 2

Install glut.

I have freeglut installed. Is there another glut I need? If so do you know where it is because I searched through Yast and nothing.

Thank You,

Jason

There is probably a “glut-dev” package or something which contains the headers, otherwise the headers might be in a non-standard place. The compiler is clearly reporting it can’t find glut.h, but I haven’t used any flavour of SuSe for years, I can’t give you any specifics of how to fix it on your distro.

I do see where I’m missing libXm.so. 6 and libXm.so.6.0.0 even though I have a libXmu.so.6 and a libXmu.so.6.2.0.

See this thread:

[url=“http://forums.nvidia.com/index.php?showtopic=107688”]http://forums.nvidia.com/index.php?showtopic=107688[/url]