[Webkit-unassigned] [Bug 88873] New: [Qt][Win] WebKit2 symbols are not exported in QtWebKit5.dll

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 12 07:43:02 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88873

           Summary: [Qt][Win] WebKit2 symbols are not exported in
                    QtWebKit5.dll
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hausmann at webkit.org
            Blocks: 76776


In the WebKit2 static library we Q_DECL_EXPORT a bunch of classes/functions, but when linking QtWebKit5.dll those symbols are not exported when compiling with MSVC. This is how the MSVC toolchain behaves.

The suggested workaround is to run a little script over the static libraries we create to extract all the symbols that are marked for export and make sure that they are actually exported (and not discarded!) in the final dll.

-- 
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