[Webkit-unassigned] [Bug 167343] New: 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
Mon Jan 23 16:57:58 PST 2017


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

            Bug ID: 167343
           Summary: webkit-gtk-2.15.3 fails to build on macOS due to
                    missing declaration of U8_MAX_LENGTH
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jeremyhu at apple.com

webkit-gtk-2.15.3 fails to build on macOS (darwin/gtk/x11) with the following error.  This is a regression from 2.15.2:

/opt/local/var/macports/build/_Users_jeremy_src_macports_macports-ports_www_webkit2-gtk-devel/webkit2-gtk-devel/work/webkitgtk-2.15.3/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp:146:32: error: use of undeclared identifier 'U8_MAX_LENGTH'; did you mean 'UITER_LENGTH'?
        LChar utf8OctetsBuffer[U8_MAX_LENGTH];
                               ^~~~~~~~~~~~~
                               UITER_LENGTH
/opt/local/include/unicode/uiter.h:50:58: note: 'UITER_LENGTH' declared here
    UITER_START, UITER_CURRENT, UITER_LIMIT, UITER_ZERO, UITER_LENGTH
                                                         ^
/opt/local/var/macports/build/_Users_jeremy_src_macports_macports-ports_www_webkit2-gtk-devel/webkit2-gtk-devel/work/webkitgtk-2.15.3/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp:151:9: error: use of undeclared identifier 'U8_APPEND_UNSAFE'
        U8_APPEND_UNSAFE(utf8OctetsBuffer, utf8Length, codePoint);
        ^

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


More information about the webkit-unassigned mailing list