[Webkit-unassigned] [Bug 100727] New: [Qt][Mac] r132858 broke the build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 29 23:00:41 PDT 2012


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

           Summary: [Qt][Mac] r132858 broke the build
           Product: WebKit
           Version: 420+
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Blocker
          Priority: P1
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: mitz at webkit.org, andersca at apple.com,
                    hausmann at webkit.org, vestbo at webkit.org,
                    noam.rosenthal at nokia.com, rafael.lobo at openbossa.org
            Blocks: 100701


/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/text/cf/AtomicStringCF.cpp:37:5: error: use of undeclared identifier 'CFIndex'
    CFIndex length = CFStringGetLength(string);
    ^
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/text/cf/AtomicStringCF.cpp:39:89: error: use of undeclared identifier 'kCFStringEncodingISOLatin1'
    if (const LChar* ptr = reinterpret_cast<const LChar*>(CFStringGetCStringPtr(string, kCFStringEncodingISOLatin1)))
                                                                                        ^
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/text/cf/AtomicStringCF.cpp:40:25: error: call to non-static member function without an object argument
        return add(ptr, length);
                        ^~~~~~
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/text/cf/AtomicStringCF.cpp:42:15: error: unknown type name 'UniChar'; did you mean 'UChar'?
    if (const UniChar* ptr = CFStringGetCharactersPtr(string))
              ^~~~~~~
              UChar
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/icu/unicode/umachine.h:316:22: note: 'UChar' declared here
    typedef uint16_t UChar;
                     ^
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/text/cf/AtomicStringCF.cpp:42:30: error: use of undeclared identifier 'CFStringGetCharactersPtr'
    if (const UniChar* ptr = CFStringGetCharactersPtr(string))
                             ^
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/text/cf/AtomicStringCF.cpp:43:57: error: call to non-static member function without an object argument
        return add(reinterpret_cast<const UChar*>(ptr), length);
                                                        ^~~~~~
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/text/cf/AtomicStringCF.cpp:45:12: error: use of undeclared identifier 'UniChar'; did you mean 'UChar'?
    Vector<UniChar, 1024> ucharBuffer(length);
           ^
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/text/cf/AtomicStringCF.cpp:46:50: error: call to non-static member function without an object argument
    CFStringGetCharacters(string, CFRangeMake(0, length), ucharBuffer.data());
                                                 ^~~~~~
/Users/indt/Development/build-slaves/indt-mountainlion/qt-mountainlion-release/build/Source/WebCore/platform/text/cf/AtomicStringCF.cpp:47:47: error: use of undeclared identifier 'ucharBuffer'
    return add(reinterpret_cast<const UChar*>(ucharBuffer.data()), length);
                                              ^
9 errors generated.
make[3]: *** [obj/release/platform/text/cf/AtomicStringCF.o] 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