[Webkit-unassigned] [Bug 167343] webkit-gtk-2.15.3 fails to build on macOS due to missing declaration of U8_MAX_LENGTH

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 18 19:59:36 PDT 2017


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

--- Comment #6 from John Ralls <jralls at ceridwen.us> ---
> Yeah, that's the name I would choose. It also matches WTFThreadData.h.

OK, I'll redo the patch. It'll have to wait till Thursday.

> The problem is that both ICU and WTF provide unicode/UTF8.h, they're both in the include path, and the wrong one is being chosen in this case.

That's half the problem. The other half is that MacOS's default fils system is case-preserving but not case-sensitive. ICU actually provides unicode/utf8.h which is a different filename on most Linux file systems but the same on MacOS.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170419/c1c66e0e/attachment.html>


More information about the webkit-unassigned mailing list