Ibrahim Mubarak wrote:
I am having problems with the ./configure step in NGL. I got, through cvs, both
the ngl and nui
modules. I did a ./bootstrap in ngl/. Oh and about this step, I am in the SID
destro and I
installed automake1.8 but ./bootstrap still complained that it needed automake
>= 1.7. I eneded up
removing automake1.8 and installing automake1.7 and it did work like that. So
after the
The default Debian automake is 1.5, I must say I've never tried the 1.8.
Some can be installed at the same time... This is the trouble with the cvs,
it has to be bootstrapped and it can be painful.
./bootstrap I tried a ./configure but here are the last few lines from the
output:
...
checking for X... libraries /usr/X11R6/lib, headers in standard search path
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
configure: error: lacking proper OpenGL support
Which is not right as I have the nvidia (not nv) driver installed and the GLX
libraries. I am also
developing an OpenGL app and it both compiles and runs fine.
I went in the /usr/include/GL/ folder and here is what I have:
...
lrwxrwxrwx 1 root root 27 Jun 7 14:04 gl.h ->
../../X11R6/include/GL/gl.h
lrwxrwxrwx 1 root root 30 Jun 7 14:04 glext.h ->
../../X11R6/include/GL/glext.h
lrwxrwxrwx 1 root root 28 Jun 7 14:04 glu.h ->
../../X11R6/include/GL/glu.h
-rw-r--r-- 1 root root 639 May 16 04:29 glut.h
lrwxrwxrwx 1 root root 28 Jun 7 14:04 glx.h ->
../../X11R6/include/GL/glx.h
...
I tried to look at the configure script but I got lost, hehe.
Hum, you'll have to check the config.log to see what it tries to compile
and how it fails. You can send here the relevant part so we have a look.