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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 2 21:50:50 PST 2009


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

           Summary: REGRESSION(r39540/r39541):  Windows build fails due to
                    ICU errors
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bfulgham at gmail.com


Windows builds now fail with the following errors:

4>TextIterator.cpp
4>..\editing\TextIterator.cpp(1193) : error C3861: 'usearch_open_3_6':
identifier not found
4>..\editing\TextIterator.cpp(1236) : error C3861: 'usearch_getCollator_3_6':
identifier not found
4>..\editing\TextIterator.cpp(1238) : error C2065: 'UCollationStrength' :
undeclared identifier
4>..\editing\TextIterator.cpp(1238) : error C2146: syntax error : missing ';'
before identifier 'strength'
4>..\editing\TextIterator.cpp(1238) : error C2065: 'strength' : undeclared
identifier
4>..\editing\TextIterator.cpp(1238) : error C2065: 'UCOL_TERTIARY' : undeclared
identifier
4>..\editing\TextIterator.cpp(1238) : error C2065: 'UCOL_PRIMARY' : undeclared
identifier
4>..\editing\TextIterator.cpp(1239) : error C3861: 'ucol_getStrength_3_6':
identifier not found
4>..\editing\TextIterator.cpp(1240) : error C3861: 'ucol_setStrength_3_6':
identifier not found
4>..\editing\TextIterator.cpp(1241) : error C3861: 'usearch_reset_3_6':
identifier not found
4>..\editing\TextIterator.cpp(1245) : error C3861: 'usearch_setPattern_3_6':
identifier not found
4>..\editing\TextIterator.cpp(1291) : error C3861: 'usearch_setText_3_6':
identifier not found
4>..\editing\TextIterator.cpp(1294) : error C3861: 'usearch_first_3_6':
identifier not found
4>..\editing\TextIterator.cpp(1297) : error C2065: 'USEARCH_DONE' : undeclared
identifier
4>..\editing\TextIterator.cpp(1315) : error C3861:
'usearch_getMatchedLength_3_6': identifier not found

The link libraries provided in the 'update-webkit' download do not seem to
export these symbols.


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