[Webkit-unassigned] [Bug 32786] New: [WML] Compilation errors in WML enabled build.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Dec 20 03:24:09 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32786
Summary: [WML] Compilation errors in WML enabled build.
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: nayankk at gmail.com
Due to the change in change set #52314, following errors are introduced in
WebCore wml module.
CXX WebCore/wml/libWebCore_la-WMLDocument.lo
../../WebCore/wml/WMLDocument.cpp: In member function ‘virtual void
WebCore::WMLDocument::finishedParsing()’:
../../WebCore/wml/WMLDocument.cpp:74: error: invalid use of incomplete type
‘struct WebCore::BackForwardList’
../../WebCore/page/Page.h:44: error: forward declaration of ‘struct
WebCore::BackForwardList’
CXX WebCore/wml/libWebCore_la-WMLPageState.lo
In file included from ../../WebCore/wml/WMLPageState.cpp:25:
../../WebCore/wml/WMLPageState.h:35: error: expected initializer before ‘<’
token
../../WebCore/wml/WMLPageState.h:51: error: ‘WMLVariableMap’ has not been
declared
../../WebCore/wml/WMLPageState.h:69: error: ‘WMLVariableMap’ does not name a
type
../../WebCore/wml/WMLPageState.h: In member function ‘void
WebCore::WMLPageState::storeVariable(const WebCore::String&, const
WebCore::String&)’:
../../WebCore/wml/WMLPageState.h:50: error: ‘m_variables’ was not declared in
this scope
../../WebCore/wml/WMLPageState.h: In member function ‘void
WebCore::WMLPageState::storeVariables(int&)’:
../../WebCore/wml/WMLPageState.h:51: error: ‘m_variables’ was not declared in
this scope
../../WebCore/wml/WMLPageState.h: In member function ‘WebCore::String
WebCore::WMLPageState::getVariable(const WebCore::String&) const’:
../../WebCore/wml/WMLPageState.h:52: error: ‘m_variables’ was not declared in
this scope
../../WebCore/wml/WMLPageState.h: In member function ‘bool
WebCore::WMLPageState::hasVariables() const’:
../../WebCore/wml/WMLPageState.h:53: error: ‘m_variables’ was not declared in
this scope
../../WebCore/wml/WMLPageState.cpp: In destructor ‘virtual
WebCore::WMLPageState::~WMLPageState()’:
../../WebCore/wml/WMLPageState.cpp:44: error: ‘m_variables’ was not declared in
this scope
../../WebCore/wml/WMLPageState.cpp: In member function ‘void
WebCore::WMLPageState::reset()’:
../../WebCore/wml/WMLPageState.cpp:63: error: ‘m_variables’ was not declared in
this scope
../../WebCore/wml/WMLPageState.cpp:67: error: invalid use of incomplete type
‘struct WebCore::BackForwardList’
../../WebCore/page/Page.h:44: error: forward declaration of ‘struct
WebCore::BackForwardList’
../../WebCore/wml/WMLPageState.cpp: In function ‘bool
WebCore::tryAccessHistoryURLs(WebCore::Page*, WebCore::KURL&, WebCore::KURL&)’:
../../WebCore/wml/WMLPageState.cpp:127: error: invalid use of incomplete type
‘struct WebCore::BackForwardList’
../../WebCore/page/Page.h:44: error: forward declaration of ‘struct
WebCore::BackForwardList’
../../WebCore/wml/WMLPageState.cpp:131: error: invalid use of incomplete type
‘struct WebCore::BackForwardList’
../../WebCore/page/Page.h:44: error: forward declaration of ‘struct
WebCore::BackForwardList’
make[1]: *** [WebCore/wml/libWebCore_la-WMLPageState.lo] Error 1
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list