[Webkit-unassigned] [Bug 23086] REGRESSION(r39540/r39541): Windows build fails due to ICU errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 2 22:30:23 PST 2009


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


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sfalken at apple.com,
                   |                            |mrowe at apple.com,
                   |                            |aroben at apple.com




------- Comment #1 from mrowe at apple.com  2009-01-02 22:30 PDT -------
I think the problem here is that WebKitAuxiliaryLibrary.zip contains out of
date headers and link libraries for ICU.  The headers have UCONFIG_NO_COLLATION
defaulting to 1, which I believe matches the version of ICU that shipped with
Safari 3.0.  The version of ICU that shipped with Safari 3.2 (and perhaps even
Safari 3.1) has UCONFIG_NO_COLLATION defaulting to 0 (that is, it has collation
support).  We just need to get the appropriate versions of the ICU headers and
link libraries into WebKitAuxiliaryLibrary.zip.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list