PDA

View Full Version : Issues while building embedded QT with open GL ES2



SantoshR
3rd May 2010, 13:17
Hi,
I am trying to build QT 4.7 for embedded on my linux machine with the openGL option as ES2. i am giving the command as
./configure -embedded generic -opengl es2

It is giving the errors as
The EGL functionality test failed!
EGL is required for OpenGL ES to manage contexts & surfaces.
You might need to modify the include and library search paths by editing
QMAKE_INCDIR_EGL, QMAKE_LIBDIR_EGL and QMAKE_LIBS_EGL in
/home/XXX/qt-4.7/mkspecs/qws/linux-generic-g++.

I tried to modify all the above mentioned makefiles and config files giving the paths for ES libs and includes, but still getting the same error message

Has anyone tried to build the QT with embedded and openGL option.

Please help me out

Thanks in advance
Santosh