Created attachment 318092 [details] build.log --- CXX Source/WebCore/platform/graphics/texmap/libWebCore_la-TextureMapperBackingStore.lo CXX Source/WebCore/platform/graphics/texmap/libWebCore_la-TextureMapper.lo CXX Source/WebCore/platform/graphics/texmap/libWebCore_la-TextureMapperImageBuffer.lo CXX Source/WebCore/platform/graphics/texmap/libWebCore_la-TextureMapperLayer.lo Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp: In member function 'void WebCore::TextureMapperLayer::paintSelfAndChildren (const WebCore::TextureMapperPai ntOptions&)': Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:199:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp: In member function 'void WebCore::TextureMapperLayer::drawRepaintCounter(WebCore::GraphicsContext*, WebCore::GraphicsLayer*)': Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:597:13: error: variable 'WTF::CString repaintCount' has initializer but incomplete type Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:597:77: error: invalid use of incomplete type 'struct WTF::CString' ./Source/WTF/wtf/Forward.h:41:11: error: forward declaration of 'struct WTF::CString' make[1]: *** [Source/WebCore/platform/graphics/texmap/libWebCore_la-TextureMapperLayer.lo] Error 1 --- Full build log attached. This happens with both gcc-4.6 and 4.7. -a [ebuild U ] net-libs/webkit-gtk-1.9.4-r300::gnome [1.8.1-r301::gentoo] USE="geoloc gstreamer introspection jit (-aqua) -coverage -debug -doc -spell -test -webgl (-webkit2%*)" 0 kB
(In reply to comment #0) > Created attachment 318092 [details] > build.log > .... > [ebuild U ] net-libs/webkit-gtk-1.9.4-r300::gnome [1.8.1-r301::gentoo] > USE="geoloc gstreamer introspection jit (-aqua) -coverage -debug -doc -spell > -test -webgl (-webkit2%*)" 0 kB I strongly suspect the culprit here is the "-webgl" part, so I suggest enabling it. Unfortunately fixing it might take a while, as I'm having great troubles with getting 1.9.5 into tree due to running into binutils issues due to intermediate library archives are growing >4GB :S
It did build when I enabled webgl.
2.0.x builds for me, please try with that version