Hey, I got an error when trying to compile this in os x lion, actually I have xcode 4 and there's always an error with the encoding, somebody can please help me with this? I filled an issue in the bugzilla, the error and some extra information is there: https://bugs.webkit.org/show_bug.cgi?id=65811 This is the error:
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.... make: *** [all] Error 2 Thanks for any help. -- Juan Felipe Alvarez Saldarriaga http://juan.im GTalk: [email protected] Skype: jfasaldarriaga _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
