Bug 45844

Summary: Fix linking issues with windows versions of the gtk+ port
Product: WebKit Reporter: Fridrich Strba <fridrich.strba>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
Patch none

Description Fridrich Strba 2010-09-15 15:47:08 PDT
The gtk+ port needs some additional windows libraries to link with when building for windows. It also needs to specify $(EXEEXT) for some tools in makefiles because a raw copy is done in one rule. One more symbol must be also exported from the libwebkitgtk dll.
Comment 1 Fridrich Strba 2010-09-15 16:22:11 PDT
Created attachment 67739 [details]
Patch
Comment 2 Martin Robinson 2010-09-15 16:46:47 PDT
Comment on attachment 67739 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=67739&action=prettypatch

> GNUmakefile.am:251
> +	$(OLE32_LIBS)
Do you think you can put these flags behind a if TARGET_WIN32, just so Unixy people don't get confused about them? :)
Comment 3 Fridrich Strba 2010-09-15 16:57:10 PDT
(In reply to comment #2)
> (From update of attachment 67739 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=67739&action=prettypatch
> 
> > GNUmakefile.am:251
> > +	$(OLE32_LIBS)
> Do you think you can put these flags behind a if TARGET_WIN32, just so Unixy people don't get confused about them? :)

Those flags are set to empty by configure for non-windows platforms and to the appropriate libraries on other platforms. Having an additional if - endif forest is thus not necessary
Comment 4 Martin Robinson 2010-09-21 09:12:58 PDT
Comment on attachment 67739 [details]
Patch

Okay.
Comment 5 WebKit Commit Bot 2010-09-21 10:44:47 PDT
Comment on attachment 67739 [details]
Patch

Clearing flags on attachment: 67739

Committed r67963: <http://trac.webkit.org/changeset/67963>
Comment 6 WebKit Commit Bot 2010-09-21 10:44:51 PDT
All reviewed patches have been landed.  Closing bug.