[Webkit-unassigned] [Bug 65811] Error building webkit-gtk 1.4.2 TextCodecUTF8.h:50: error: ‘U8_MAX_LENGTH’ was not declared in this scope

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 18 11:45:22 PDT 2011


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


Joan Touzet <joant at ieee.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joant at ieee.org




--- Comment #4 from Joan Touzet <joant at ieee.org>  2011-10-18 11:45:22 PST ---
A quick fix to get this compiling is to add:

  #include "../../../JavaScriptCore/icu/unicode/utf8.h"

to Source/WebCore/platform/text/TextCodecUTF8.h at line 29.

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