Error building glu.c

Archives Forums/Linux Discussion/Error building glu.c

D4NM4N(Posted 2006) [#1]
I syncronized modules like i did before and then Ctrl D to build them and this happens:

Compiling:glew_static.c
In file included from /home/dan/BlitzMax/mod/pub.mod/glew.mod/glew.c:32,
                 from /home/dan/BlitzMax/mod/pub.mod/glew.mod/glew_static.c:3:
/home/dan/BlitzMax/mod/pub.mod/glew.mod/GL/glew.h:1103:20: GL/glu.h: No such file or directory
Build Error: failed to compile /home/dan/BlitzMax/mod/pub.mod/glew.mod/glew_static.c
Process complete

Ive checked the directory and there is no glu.c


Dreamora(Posted 2006) [#2]
there isn't a glu.c, only glu.h
And that one is part of your GCC installation or the graphic drivers or needs to be installed manually (you will need glut.h as well) if not present.


D4NM4N(Posted 2006) [#3]
sorry, typo thats what i meant .h

Ok thanks


skidracer(Posted 2006) [#4]
Please tell us what variety of Linux and graphics card you are using and I'm sure someone here can help.