make problem

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
seri
Peon
Peon
Posts: 1
Joined: 22 May 2005, 13:52

make problem

Post 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!
User avatar
Pajarico
Knight
Knight
Posts: 592
Joined: 28 Feb 2005, 19:29
Contact:

Post by Pajarico »

Either you haven't compiled sdl with opengl support or you don't have sdl or you don't have opengl running.
fmct
Peon
Peon
Posts: 12
Joined: 15 May 2005, 16:00

Post by fmct »

You need to install a package with a name similar to this one:

xlibmesa-glu-dev
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

Or check out the CVS version, as that will leave out OpenGL entirely unless you specify --with-opengl.
Post Reply