[Webkit-unassigned] [Bug 93206] New: [Qt] Compile errors with OpenGLES2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 5 13:10:43 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=93206

           Summary: [Qt] Compile errors with OpenGLES2
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: loic.yhuel_ext at softathome.com


I'm building QtWebKit with Qt5 and OpenGLES2.

There are two build errors :
1)
In file included from /home/loic/src/webkit/Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLES.cpp:41:0:
/home/loic/src/webkit/Source/WebCore/platform/graphics/OpenGLESShims.h:57:0: error: "GL_MAX_SAMPLES_EXT" redefined [-Werror]
In file included from /home/loic/src/webkit/Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLES.h:33:0,
                 from /home/loic/src/webkit/Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLES.cpp:34:
/home/loic/src/webkit/Source/ThirdParty/ANGLE/include/GLES2/gl2ext.h:335:0: note: this is the location of the previous definition

2)
In file included from /home/loic/src/webkit/Source/WebCore/platform/graphics/surfaces/qt/GraphicsSurfaceGLX.cpp:31:0:
/usr/include/GL/glext.h:7557:81: error: ‘GLclampd’ does not name a type
/usr/include/GL/glext.h:7558:61: error: ‘GLclampd’ has not been declared
/usr/include/GL/glext.h:7558:73: error: ‘GLclampd’ has not been declared
...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list