[Webkit-unassigned] [Bug 35019] New: Can't compile anymore since r54616
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 16 23:39:40 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35019
Summary: Can't compile anymore since r54616
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: Blocker
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mscavazzin at gmail.com
CC: jhoneycutt at apple.com
Hi,
I can't cross-compile anymore for Qt/ARM target since the "void
PluginView::keepAlive(NPP)" stuff was added in r54614
(http://svnsearch.org/svnsearch/repos/WEBKIT/search?filename=PluginView.cpp#546141117471)
I get this error at link :
obj/release/PluginViewNone.o: In function
`WebCore::PluginView::keepAlive(_NPP*)':
PluginViewNone.cpp:(.text._ZN7WebCore10PluginView9keepAliveEP4_NPP+0x0):
multiple definition of `WebCore::PluginView::keepAlive(_NPP*)'
obj/release/PluginView.o:PluginView.cpp:(.text._ZN7WebCore10PluginView9keepAliveEP4_NPP+0x0):
first defined here
collect2: ld returned 1 exit status
make[1]: *** [../lib/libQtWebKit.so.4.5.2] Error 1
make[1]: Leaving directory
`/localdisk/working/WebKit/WebKitBuild/Release/WebCore'
make: *** [sub-WebCore-make_default-ordered] Error 2
Looks like it happens when ENABLE_NETSCAPE_PLUGIN_API=0
--
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