<simon.hausmann <at> nokia.com> writes: > > Hi, > > You're compiling against an environment that uses OpenGL ES instead of > Desktop OpenGL. Unfortunately > WebGL support for this is currently broken and you need to build with --no-3d- canvas for the time being. > > > Simon > > ________________________________________ > From: webkit-qt-bounces <at> lists.webkit.org [webkit-qt-bounces <at> lists.webkit.org] on behalf of ext > 荣怡 [sqrongyi <at> 163.com] > Sent: Tuesday, February 14, 2012 9:01 > To: webkit-qt <at> lists.webkit.org > Subject: [webkit-qt] about qt5 webkit > > Dear All: > I have compiled and installed the most module of qt5 except qttool and qtlocation, when I compile qtwebkit > (get from git://gitorious.org/qtwebkit/qt5-module.git) I get this error message listed below: > ========= > ../../../../Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:261:23: error: > ‘GL_READ_FRAMEBUFFER_EXT’ was not declared in this scope > ../../../../Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:262:23: error: > ‘GL_DRAW_FRAMEBUFFER_EXT’ was not declared in this scope > make[2]: *** [obj/debug/platform/graphics/qt/GraphicsContext3DQt.o] Error 1 > make[2]: Leaving directory `/home/ry/qt_mock/qtwebkit/WebKitBuild/Release/Source/WebCore' > make[1]: *** [sub-Target-pri-make_default-ordered] Error 2 > make[1]: Leaving directory `/home/ry/qt_mock/qtwebkit/WebKitBuild/Release/Source/WebCore' > make: *** [sub-Source-WebCore-WebCore-pro-make_default-ordered] Error 2 > ============= > Any help would be great appreciated, Thanks in advance! > > > _______________________________________________ > webkit-qt mailing list > webkit-qt <at> lists.webkit.org > http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt >
I am trying to build with 3d-canvas support against OpenGL ES, is this issue got resolved now? I did some hack in GraphicsContext3DQt.cpp (directly defied the macros), but i am getting undefined symbol for following methods while trying link webkit library. 'WebCore::GraphicsContext3D::paintCompositedResultsToCanvas(WebCore::CanvasRende ringContext*)' 'WebCore::GraphicsContext3D::paintRenderingResultsToCanvas(WebCore::CanvasRender ingContext*, WebCore::DrawingBuffer*)' `ShInitialize' `ShDestruct' `WebCore::GraphicsContext3D::texImage2DResourceSafe' `WebCore::GraphicsContext3D::isResourceSafe()' Regards, Anbalagan R _______________________________________________ webkit-qt mailing list webkit-qt@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt