On 17/12/13 10:55, Víctor M. Jáquez L. wrote: > On Tue, Dec 17, 2013 at 02:31:15PM +0530, Aditya Lodha wrote:
>> In file included from >> Source/WebCore/platform/graphics/cairo/GraphicsContext3DCairo.cpp:52:0: >> ./Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLES.h:117:5: >> error: 'PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEIMG' does not name a type >> ./Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLES.h:118:5: >> error: 'PFNGLRENDERBUFFERSTORAGEMULTISAMPLEIMG' does not name a type >> make[1]: *** >> [Source/WebCore/platform/graphics/cairo/libPlatform_la-GraphicsContext3DCairo.lo] >> Error 1 >> make[1]: *** Waiting for unfinished jobs.... >> make: *** [all] Error 2 > > > You're using a gles 2.0 library. With this patch (which I need to upstream) it > is solved: > > https://gist.github.com/ceyusa/8002563 Actually in that patch you can even get rid of the PLATFORM(QT) since it's no longer in the tree. BR _______________________________________________ webkit-gtk mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-gtk
