Bug 20450 - Webkit won't compile for Arm Linux
Summary: Webkit won't compile for Arm Linux
Status: RESOLVED DUPLICATE of bug 20449
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-19 15:09 PDT by Chris Teague
Modified: 2008-08-19 16:51 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Teague 2008-08-19 15:09:19 PDT
The arm-linux variant does not compile successfully. This bug has been in the nightly since at least r35788, and as recently as r35814.  To reproduce, build with this command line:
./autogen.sh --host=arm-linux --prefix=/usr
make

The errors produced are:
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
Comment 1 Mark Rowe (bdash) 2008-08-19 16:51:42 PDT

*** This bug has been marked as a duplicate of 20449 ***