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
Am Mon, 18 Aug 2008 17:19:58 -0700 schrieb "Chris Teague" <chris.teague@gmail.com>:
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 am not aware of a buildbot that is set up like that. So unless someone has a machine for gtk to spare, with the mobile defines in place, nobody will see it unless they try to build it just like you. For instance in my case, I'm building the gtk port on my machine regularly, but even though I change the configuration now and then, I don't normally change those defines either. I switch only the network and font backends. ciao, Christian
participants (2)
-
Chris Teague
-
Christian Dywan