Bug 92582 - Build fails with MinGW compiler due to undefined reference to _imp___ZN7WebCore24FrameDestructionObserverD2Ev
Summary: Build fails with MinGW compiler due to undefined reference to _imp___ZN7WebCo...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-28 13:13 PDT by tuxator
Modified: 2013-02-08 10:18 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tuxator 2012-07-28 13:13:22 PDT
Webkit fails to build when trying to cross compile it with MinGW compiler with the following error:


Creating library file: .libs/libwebkitgtk-3.0.dll.a
./.libs/libWebCore.a(libWebCore_la-Editor.o):Editor.cpp:(.text+0x151ed): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserverC2EPNS_5FrameE'
./.libs/libWebCore.a(libWebCore_la-Editor.o):Editor.cpp:(.text+0x153d7): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserverD2Ev'
./.libs/libWebCore.a(libWebCore_la-Editor.o):Editor.cpp:(.text+0x15596): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserverD2Ev'
./.libs/libWebCore.a(libWebCore_la-Editor.o):Editor.cpp:(.text+0x156c8): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserverD2Ev'
./.libs/libWebCore.a(libWebCore_la-DOMWindow.o):DOMWindow.cpp:(.text+0x55c5): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserverC2EPNS_5FrameE'
./.libs/libWebCore.a(libWebCore_la-DOMWindow.o):DOMWindow.cpp:(.text+0x585f): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserverD2Ev'
./.libs/libWebCore.a(libWebCore_la-DOMWindow.o):DOMWindow.cpp:(.text+0x6240): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserver14frameDestroyedEv'
./.libs/libWebCore.a(libWebCore_la-DOMWindow.o):DOMWindow.cpp:(.text+0x7d2c): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserverD2Ev'
./.libs/libWebCore.a(libWebCore_la-DOMWindow.o):DOMWindow.cpp:(.text+0x819f): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserverD2Ev'
./.libs/libWebCore.a(libWebCore_la-DOMMimeType.o):DOMMimeType.cpp:(.text+0x21): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserverC2EPNS_5FrameE'
./.libs/libWebCore.a(libWebCore_la-DOMMimeType.o):DOMMimeType.cpp:(.text+0x5c5): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserverD2Ev'
./.libs/libWebCore.a(libWebCore_la-DOMMimeType.o):DOMMimeType.cpp:(.text+0xcc2): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserverD2Ev'
./.libs/libWebCore.a(libWebCore_la-DOMPlugin.o):DOMPlugin.cpp:(.text+0x21): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserverC2EPNS_5FrameE'
./.libs/libWebCore.a(libWebCore_la-DOMPlugin.o):DOMPlugin.cpp:(.text+0x1d5): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserverD2Ev'
./.libs/libWebCore.a(libWebCore_la-DOMPlugin.o):DOMPlugin.cpp:(.text+0x8d2): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserverD2Ev'
collect2: error: ld returned 1 exit status
make[1]: *** [libwebkitgtk-3.0.la] Error 1
make[1]: Leaving directory `/home/pawel/src/webkit'
make: *** [all] Error 2
Comment 1 Jocelyn Turcotte 2013-02-08 10:18:38 PST
I believe that this has been fixed since then. Please re-open if you can still reproduce the issue.