[Webkit-unassigned] [Bug 70913] using extrernal ICU library on case unsensitive drives will not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 27 00:31:51 PDT 2011


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





--- Comment #9 from Onne Gorter <o.gorter at activevideo.com>  2011-10-27 00:31:51 PST ---
Local .h and .cpp files (internal icu and internal wtf/unicode) include them as "utf8.h" and "UTF8.h" respectively. (E.g. wtf/unicode/UTF8.cpp)

Since we cannot fix icu, and we cannot simply swap the include order, we have to rename UTF8.h. (Or use a case sensitive drive, ...)

I've refreshed the patch, removing the stale U_DISABLE_RENAMING, should fix other platforms building it.

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