Page 1 of 1

make problem

Posted: 22 May 2005, 14:03
by seri
I can do ./configure an all ok so i do later make and i have this error

Code: Select all

In file included from graphic/../resources/image.h:29,
                 from graphic/spriteset.h:31,
                 from graphic/spriteset.cpp:24:
/usr/include/SDL/SDL_opengl.h:45:58: GL/glu.h: No such file or directory
Thanks, and sorry for my poor english

Edit: I have mandrake 10.2 or Mandriva 2005 LE is the same!

Posted: 22 May 2005, 15:22
by Pajarico
Either you haven't compiled sdl with opengl support or you don't have sdl or you don't have opengl running.

Posted: 22 May 2005, 18:22
by fmct
You need to install a package with a name similar to this one:

xlibmesa-glu-dev

Posted: 22 May 2005, 20:38
by Bjørn
Or check out the CVS version, as that will leave out OpenGL entirely unless you specify --with-opengl.