[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
Fri Jun 8 00:28:47 PDT 2012


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #17 from Csaba Osztrogonac <ossy at webkit.org>  2012-06-08 00:28:38 PST ---
(In reply to comment #16)
> *** Bug 88307 has been marked as a duplicate of this bug. ***

I made digging and you can find what the exact problem is: https://bugs.webkit.org/show_bug.cgi?id=88307#c2 

In nutshell: An ICU header (ICU/include/unicode/utf.h) includes "#include "unicode/utf8.h". It wants to include its own unicode/utf8.h, not WTF's unicode/UTF8.h. They are completely different.

(In reply to comment #13)
> > Since we cannot fix icu
> 
> I still don't understand what the problem is, but if really needed, we could changes our copy of ICU headers. Again, building with any other ICU headers is not supposed to work.

I think only Apple port uses the ICU headers checked into the WebKit 
source, all other ports use the installed system headers. Similar to
other 3rd party dev packages.

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