[webkit-dev] compiling GTK port

Chris Teague chris.teague at gmail.com
Mon Aug 18 17:19:58 PDT 2008


I've been unsuccessful in compiling the GTK port recently.  I've tried
r35788 and r35814 so far, both of them result in the following errors.
 Has anyone else seen this?  Anyone know why the buildbot wouldn't
catch this?

I've tried building with both of these command lines, both result in
the same error:
CFLAGS="-DWTF_USE_MOBILE=1 -DWTF_USE_LOW_BANDWIDTH_DISPLAY=1"
./autogen.sh --host=arm-linux --prefix=/usr
make

./autogen.sh --host=arm-linux --prefix=/usr
make


The errors I get:
WebCore/loader/FrameLoader.cpp: In member function `void
WebCore::FrameLoader::switchOutLowBandwidthDisplayIfReady()':
WebCore/loader/FrameLoader.cpp:5032: error: 'class
WebCore::ScriptController' has no member named clear'
WebCore/loader/FrameLoader.cpp:5037: error: `instance' is not a member
of `WebCore::DOMImplementation'
make[1]: *** [WebCore/loader/libWebCore_la-FrameLoader.lo] Error 1


More information about the webkit-dev mailing list