PDA

View Full Version : building Qtopia v4.3.3 with opengl es



jaidy
8th January 2008, 03:25
I'm working on Qtopia core open source 4.3.3.
I want to build it with opengl/es.

I succeeded to configure with -opengl option.
but it occurred MAKE error in "qpaintenfine_opengl.cpp" by some DEFINEs & FUNCTION absence(GL_EDGE_FLAG_ARRAY, GL_INDEX_ARRAY, GL_FILL, glPolygonMode).
I think The DEFINEs & FUNCTION are declared in gl.h(opengl header file not opengl/es header file)

Is there any way to clear this problem?