[Webkit-unassigned] [Bug 63948] New: webkit-gtk-1.4.1 and webkit-gtk-1.5.1 fail to build (U8_MAX_LENGTH)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 5 11:40:12 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63948
Summary: webkit-gtk-1.4.1 and webkit-gtk-1.5.1 fail to build
(U8_MAX_LENGTH)
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jeremyhu at apple.com
webkit-gtk-1.4.1 and 1.5.1 fail to build due to undefined U8_MAX_LENGTH in TextCodecUTF8.h
These line numbers are for 1.5.1
In file included from Source/WebCore/platform/text/TextCodecUTF8.cpp:27:
Source/WebCore/platform/text/TextCodecUTF8.h:50: error: 'U8_MAX_LENGTH' was not declared in this scope
Source/WebCore/platform/text/TextCodecUTF8.cpp: In member function 'void WebCore::TextCodecUTF8::consumePartialSequenceByte()':
Source/WebCore/platform/text/TextCodecUTF8.cpp:156: error: 'm_partialSequence' was not declared in this scope
Source/WebCore/platform/text/TextCodecUTF8.cpp: In member function 'void WebCore::TextCodecUTF8::handlePartialSequence(UChar*&, const uint8_t*&, const uint8_t*, bool, bool, bool&)':
Source/WebCore/platform/text/TextCodecUTF8.cpp:173: error: 'm_partialSequence' was not declared in this scope
Source/WebCore/platform/text/TextCodecUTF8.cpp:178: error: 'm_partialSequence' was not declared in this scope
Source/WebCore/platform/text/TextCodecUTF8.cpp: In member function 'virtual WTF::String WebCore::TextCodecUTF8::decode(const char*, size_t, bool, bool, bool&)':
Source/WebCore/platform/text/TextCodecUTF8.cpp:271: error: 'm_partialSequence' was not declared in this scope
Source/WebCore/platform/text/TextCodecUTF8.cpp: In member function 'virtual WTF::CString WebCore::TextCodecUTF8::encode(const UChar*, size_t, WebCore::UnencodableHandling)':
Source/WebCore/platform/text/TextCodecUTF8.cpp:310: error: 'U8_APPEND_UNSAFE' was not declared in this scope
make[1]: *** [Source/WebCore/platform/text/libWebCore_la-TextCodecUTF8.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from Source/WebCore/platform/text/TextEncodingRegistry.cpp:33:
Source/WebCore/platform/text/TextCodecUTF8.h:50: error: 'U8_MAX_LENGTH' was not declared in this scope
make[1]: *** [Source/WebCore/platform/text/libWebCore_la-TextEncodingRegistry.lo] Error 1
--
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