I'm trying to compile Q3 but I have an error.
I'm following this tuto : viewtopic.php?t=6511&p=83593
Anyway it stops with a fatal error -
, on files depending on renderer/qgl.hGLES/gl.h: no such file or directory compilation terminated
In the specified line in qgl.h, where is
- Code: Select all
#ifdef VCMODS_OPENGLES
#include <GLES/gl.h>
The gl.h exists in /opt/vc/include/GLES
Do you have any idea ?
Thank you