[Webkit-unassigned] [Bug 164934] New: [Win] Apple build is using incorrect ICU library (if present)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 10:10:59 PST 2016


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

            Bug ID: 164934
           Summary: [Win] Apple build is using incorrect ICU library (if
                    present)
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

The Apple Windows port needs to link against "libicuuc.lib" and "libicuin.lib", which have the correct symbols and versioning. For historical reasons, the Apple build environment also contains an older "icuuc.lib" and "icuin.lib", that are not compatible.

The FindICU.cmake rules will preferentially find and use the "icuuc.lib" and "icuin.lib" if they are present.

While I modified the WebKit build system to delete instances of "icuuc.lib" and "icuin.lib", I cannot do this for the production build system (to avoid breaking other Apple software).

Consequently, the FindICU.cmake rules need to be modified to account for this quirk.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161118/3b722427/attachment.html>


More information about the webkit-unassigned mailing list