[Webkit-unassigned] [Bug 17415] GTK Build (using autotools) on Mac OS (DarwinPorts) Fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 29 22:20:51 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17415





------- Comment #3 from bfulgham at gmail.com  2008-02-29 22:20 PDT -------
The specific cause of the build failure is that it is attempting to load
${SYSTEM}/include/unicode/utf8.h (the installed ICU header directory).  But
because of the include path priorities, it finds
Webkit/JavaScriptCore/wtf/unicode/UTF8.h

On many systems this wouldn't be a problem, but on the Mac the directory
structure can be case insensitive, so it accepts the UTF8.h header, which does
not define the necessary elements (e.g., UCONFIG_NO_NORMALIZATION) to properly
configure and build.


-- 
Configure bugmail: http://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