Bug 96888 - [GTK] [Stable] Missing dllexport causing linking errors on Windows platform
Summary: [GTK] [Stable] Missing dllexport causing linking errors on Windows platform
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-16 08:57 PDT by Kalev Lember
Modified: 2012-09-16 15:54 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.60 KB, patch)
2012-09-16 09:01 PDT, Kalev Lember
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kalev Lember 2012-09-16 08:57:53 PDT
Creating library file: .libs/libwebkitgtk-3.0.dll.a./.libs/libWebCore.a(libWebCore_la-Editor.o):Editor.cpp:(.text+0x15326): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserverD2Ev'
./.libs/libWebCore.a(libWebCore_la-Editor.o):Editor.cpp:(.text+0x15458): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserverD2Ev'
./.libs/libWebCore.a(libWebCore_la-Editor.o):Editor.cpp:(.text+0x154dd): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserverC2EPNS_5FrameE'
./.libs/libWebCore.a(libWebCore_la-Editor.o):Editor.cpp:(.text+0x156c7): undefined reference to `_imp___ZN7WebCore24FrameDestructionObserverD2Ev'
/usr/lib64/gcc/i686-w64-mingw32/4.7.1/../../../../i686-w64-mingw32/bin/ld: ./.libs/libWebCore.a(libWebCore_la-Editor.o): bad reloc address 0x0 in section `.rdata'
collect2: error: ld returned 1 exit status
Comment 1 Kalev Lember 2012-09-16 09:01:43 PDT
Created attachment 164319 [details]
Patch
Comment 2 Kentaro Hara 2012-09-16 15:48:29 PDT
Comment on attachment 164319 [details]
Patch

rs=me
Comment 3 WebKit Review Bot 2012-09-16 15:54:01 PDT
Comment on attachment 164319 [details]
Patch

Clearing flags on attachment: 164319

Committed r128712: <http://trac.webkit.org/changeset/128712>
Comment 4 WebKit Review Bot 2012-09-16 15:54:03 PDT
All reviewed patches have been landed.  Closing bug.