Won't extra/glew work? $ pacman -Ss glew extra/glew 1.5.1-1 A cross-platform C/C++ extension loading library $ pacman -Ql glew glew /usr/ glew /usr/bin/ glew /usr/bin/glewinfo glew /usr/bin/visualinfo glew /usr/include/ glew /usr/include/GL/ glew /usr/include/GL/glew.h glew /usr/include/GL/glxew.h glew /usr/include/GL/wglew.h glew /usr/lib/ glew /usr/lib/libGLEW.a glew /usr/lib/libGLEW.so glew /usr/lib/libGLEW.so.1.5 glew /usr/lib/libGLEW.so.1.5.1 glew /usr/share/ glew /usr/share/licenses/ glew /usr/share/licenses/glew/ glew /usr/share/licenses/glew/LICENSE.txt On Sat, Dec 26, 2009 at 4:16 PM, richard terry <rterry@xxxxxxxxxxxxxx> wrote: > 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 >