Re: [Gambas-user] Gambas 3 revision 1917

2009-04-04 Thread Jussi Lahtinen
There is link of libGL.so in /usr/lib32, which point to /usr/lib/libGL.so.180.11. Also there is link of libGL.so.1 in both /usr/lib and in /usr/lib32, which all points to /usr/lib/libGL.so.180.11. And it really is there. So, with spesific file name "libGL.so", it is found only from /usr/lib32, and

Re: [Gambas-user] Gambas 3 revision 1917

2009-04-03 Thread Benoît Minisini
> This; > ( ./configure; make; sudo make install ) > output.txt 2>&1 > from failed compilation attempt is already attached, if you didn't > notice... > Sorry, I didn't notice. ./configure cannot find the libGL.so shared library symbolic link. Is it installed on your system? If it is, where? --

Re: [Gambas-user] Gambas 3 revision 1917

2009-04-03 Thread Benoît Minisini
> Hello again! > > I managed to "solve" my compilation problem. > I had error message; > CGLarea.h:34:16: error: gl.h: No such file or directory > Which is confusing, because there IS /usr/include/GL/gl.h file. > I tried to copy gl.h to "/trunk/gb.qt4/src/opengl" and to "/trunk", > and now it compi

Re: [Gambas-user] Gambas 3 revision 1917

2009-04-02 Thread Jussi Lahtinen
Hello again! I managed to "solve" my compilation problem. I had error message; CGLarea.h:34:16: error: gl.h: No such file or directory Which is confusing, because there IS /usr/include/GL/gl.h file. I tried to copy gl.h to "/trunk/gb.qt4/src/opengl" and to "/trunk", and now it compiles. How do I