2.0.3 source / OpenGL

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
Post Reply
kermit
New user
Posts: 2
Joined: 24 Aug 2006, 14:01

2.0.3 source / OpenGL

Post by kermit »

Hey folks,

I've tried to build warzone from source. While runing './configure' this happend:

> checking OpenGL... no
> configure: error: OpenGL is currently mandatory

I know for sure that OpenGL libaries are provided by the NVidia driver i am using.

Maybe someone knows how to solve it  ;)

bye Kermit
User avatar
DevUrandom
Regular
Regular
Posts: 1690
Joined: 31 Jul 2006, 23:14

Re: 2.0.3 source / OpenGL

Post by DevUrandom »

Would be quite interesting to know what results the checks configure did before that line had, operating system you are running (I guess Linux?), what distribution and what packages you have installed.
You might want to have a look into the "config.log" file and have a look for the last test it tried. You might get answers from the error message.
I am very sure that you don't need only the libraries on most distros. Very probably you need also the -dev package which contains the headers. For OpenGL this could also be Mesa.
kermit
New user
Posts: 2
Joined: 24 Aug 2006, 14:01

Re: 2.0.3 source / OpenGL

Post by kermit »

yeah, you're right.
I think I'm going to install Mesa now --

thanks a lot


(Slackware 10.1)
Post Reply