Hello everyone,
Today I just managed to get together another machine, I put Ubuntu 9.10 on it and installed the cuda driver, tool kit and SDK.
Now when I try to compile the SDK, run ‘make’ in $NVIDIA_SDK_DIR/C,
I get the following error:
make[1]: Entering directory `/home/madmaze/NVIDIA_GPU_Computing_SDK/C/common'
make[1]: Leaving directory `/home/madmaze/NVIDIA_GPU_Computing_SDK/C/common'
make[1]: Entering directory `/home/madmaze/NVIDIA_GPU_Computing_SDK/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 `/home/madmaze/NVIDIA_GPU_Computing_SDK/C/common'
make: *** [lib/libparamgl.so] Error 2
I checked in common/inc/GL:
madmaze@ares:~/NVIDIA_GPU_Computing_SDK/C/common/inc/GL$ ls
freeglut_ext.h freeglut_std.h glext.h glxew.h wglew.h
freeglut.h glew.h glut.h glxext.h
so I guess glu.h really isnt there.
any suggestions? anyone with the same problem.