Posted this to the gambas list as my current svn won't compile - they said I needed libglew but can't find it in the repos ?under another name? > Le samedi 26 décembre 2009 22:58:38, richard terry a écrit : > > Making all in opengl > > make[5]: Entering directory `/home/richard/gambas3- > > svn/src/trunk/gb.qt4/src/opengl' > > /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. > > - I../.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/include/QtCore - > > I/usr/include/QtGui -I/usr/include/Qt3Support -I/usr/include/QtNetwork - > > I/usr/include/QtSql -I/usr/include/GL/ -DQT_SHARED > > -I/usr/include/QtCore - I/usr/include/QtGui -I/usr/include/QtOpenGL > > -pipe -Wall > > -fno-exceptions - Wno-unused-value -fsigned-char -fvisibility=hidden -g > > -Os -fno-omit-frame- pointer -MT main.lo -MD -MP -MF .deps/main.Tpo -c > > -o main.lo main.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. > > -DQT3_SUPPORT -DQT_SHARED - DQT3_SUPPORT -I/usr/include/QtCore > > -I/usr/include/QtGui - > > I/usr/include/Qt3Support -I/usr/include/QtNetwork -I/usr/include/QtSql - > > I/usr/include/GL/ -DQT_SHARED -I/usr/include/QtCore -I/usr/include/QtGui > > - I/usr/include/QtOpenGL -pipe -Wall -fno-exceptions -Wno-unused-value > > -fsigned- char -fvisibility=hidden -g -Os -fno-omit-frame-pointer -MT > > main.lo -MD -MP - MF .deps/main.Tpo -c main.cpp -fPIC -DPIC -o > > .libs/main.o > > In file included from main.cpp:29: > > CGLarea.h:30:21: error: GL/glew.h: No such file or directory > > make[5]: *** [main.lo] Error 1 > *************************************************** > Yes, now you need libglew package (and devel files of course) *************************************************** regards richard