[Gambas-user] Problem compiling gambas3 (glew.h not found)

Caveat Gambas at ...1950...
Tue Jun 21 11:28:43 CEST 2011


Hi Laurent

It's attached herewith.

Thanks and regards,
Caveat

On Tue, 2011-06-21 at 11:15 +0200, Laurent Carlier wrote:
> Le Tuesday 21 June 2011 10:57:47, Caveat a écrit :
> > Please find attached full stdout and stderr in result_comp_gambas3.gz
> > 
> > Also (with thanks to Kevin Fishburne!) script comp_gambas
> > 
> > Error appears to be that it can't find glew.h:
> > 
> > GL.h:29: fatal error: glew.h: No such file or directory
> > 
> > I notice that I do have a glew.h in /usr/include/GL/ and according to
> > synaptic I have libglew1.5 and libglew1.5-dev installed (but I do not
> > have libglewmx installed...)
> > 
> > Running 64-bit Ubuntu 10.10 and the Gambas3 version checked out was
> > revision 3892.
> > 
> > Any pointers?
> > 
> > Thanks and regards,
> > Caveat
> 
> Can you post the content of the file /usr/lib/pkgconfig/glew.pc ?
> 
> Thanks
> 
> 

-------------- next part --------------
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include

Name: The OpenGL Extension Wrangler Library
Description: cross-platform C/C++ extension loading library
Version: 1.5.2
Libs: -L${libdir} -lGLEW
Cflags: -I${includedir}


More information about the User mailing list