[Webkit-unassigned] [Bug 18806] New: Compilation breaks with arm-linux-g++ 3.4.6
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 29 22:46:31 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18806
Summary: Compilation breaks with arm-linux-g++ 3.4.6
Product: WebKit
Version: 526+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P3
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: sriram.neelakandan at gmail.com
arm compilation breaks with gcc 3.4.6 compiler.
Revision : r32652
arm-linux-g++ compiling file ../WebKit/gtk/webkit/webkitwebframe.cpp
In file included from ../JavaScriptCore/kjs/lookup.h:28,
from ../WebCore/bindings/js/kjs_binding.h:26,
from ../WebCore/bindings/js/JSDOMWindowBase.h:25,
from ./DerivedSources/JSDOMWindow.h:24,
from ../WebKit/gtk/webkit/webkitwebframe.cpp:38:
../JavaScriptCore/kjs/JSGlobalObject.h: In constructor
`KJS::JSGlobalObject::JSGlobalObjectData::JSGlobalObjectData()':
../JavaScriptCore/kjs/JSGlobalObject.h:82: error: no matching function for call
to `KJS::PerThreadData::PerThreadData()'
../JavaScriptCore/kjs/ExecState.h:50: note: candidates are:
KJS::PerThreadData::PerThreadData(const KJS::PerThreadData&)
The default constructor in 3.x series takes a structure reference always.
If we add an explicit default constructor, the compilation goes through fine
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list