
From OP's wording I would guess it is a permissions problem as ISTR everything in /opt/vc is owned by root.JeffD wrote: Is it a problem of not compiling or you did not see the effect you wanted?
OP is talking about OpenGL ES 2.0, so glBegin..glEnd is not appropriate,OtherCrashOverride wrote: You should call glGetError after every gl call except where its invalid to do so (between glBegin and glEnd).