Bug 96888

Summary: [GTK] [Stable] Missing dllexport causing linking errors on Windows platform
Product: WebKit Reporter: Kalev Lember <kalevlember>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: haraken, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.