Topic: ERROR OpenGL : unable to compile shader
I'm getting this problem after compiling the ManualUse example:
$ ./ManualUse
GL_VERSION : 1.4 Mesa 7.11.2
ERROR OpenGL : unable to compile shader
ERROR OpenGL : unable to compile shader
ERROR OpenGL : unable to compile shader
ERROR OpenGL : unable to compile shader
ERROR OpenGL : unable to compile shader
ERROR OpenGL : unable to compile shader
ERROR OpenGL : unable to compile shader
ERROR OpenGL : unable to compile shader
ERROR OpenGL : unable to compile shader
ERROR OpenGL : unable to compile shader
ERROR OpenGL : unable to compile shader
ERROR OpenGL : unable to compile shader
and all I get is a grey screen. I'm using intel i915 drivers on Debian. The example works just fine in my desktop machine with a geforce 8600GT card.
Does anyone know what could be causing it? I'm using latest Mesa version. I also tried 7.10.2 with no luck. Maybe is something obvious, I'm just a newbie in this area.