[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 09:16:14 PDT 2011


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





--- Comment #14 from Onne Gorter <o.gorter at activevideo.com>  2011-10-27 09:16:14 PST ---
> building with any other ICU headers
well ... that doesn't make much sense, but that is not the issue

actually, you might be right on how the headers are included:
ICU headers use <unicode/utf8.h> or "utf8.h"
and wtf uses <wtf/unicode/UTF8.h> or "UTF8.h"

so it might just work if I remove the wtf/unicode from the search path *and* move the order around. If that works, the issue can be solved in the CMake (or any other build system that might run into this).

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