[Webkit-unassigned] [Bug 108612] New: [Qt][Win] MessageID.h related changes broke the build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 1 04:05:51 PST 2013


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

           Summary: [Qt][Win] MessageID.h related changes broke the build
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zarvai at inf.u-szeged.hu
                CC: andersca at apple.com, hausmann at webkit.org,
                    ossy at webkit.org, jocelyn.turcotte at digia.com,
                    kadam at inf.u-szeged.hu


In range of r141459 and r141528 there were several changes in CoreIPC that broke Qt windows build.
Probably its related to r141465, r141472, r141528 and 141538.

http://build.webkit.org/builders/Qt%20Windows%2032-bit%20Release/builds/61228/steps/compile-webkit/logs/stdio

C:\WebKitBuildSlave\szeged-windows-1\qt-windows-32bit-release\build\Source\WebKit2\Platform\CoreIPC\win\ConnectionWin.cpp(99) : error C2039: 'unregisterAndCloseHandle' : is not a member of 'WTF::RefPtr<T>'
        with
        [
            T=WorkQueue
        ]
C:\WebKitBuildSlave\szeged-windows-1\qt-windows-32bit-release\build\Source\WebKit2\Platform\CoreIPC\win\ConnectionWin.cpp(102) : error C2039: 'unregisterAndCloseHandle' : is not a member of 'WTF::RefPtr<T>'
        with
        [
            T=WorkQueue
        ]
C:\WebKitBuildSlave\szeged-windows-1\qt-windows-32bit-release\build\Source\WebKit2\Platform\CoreIPC\win\ConnectionWin.cpp(171) : error C2065: 'MessageID' : undeclared identifier
C:\WebKitBuildSlave\szeged-windows-1\qt-windows-32bit-release\build\Source\WebKit2\Platform\CoreIPC\win\ConnectionWin.cpp(171) : error C2070: ''unknown-type'': illegal sizeof operand
C:\WebKitBuildSlave\szeged-windows-1\qt-windows-32bit-release\build\Source\WebKit2\Platform\CoreIPC\win\ConnectionWin.cpp(174) : error C3861: 'MessageID': identifier not found
C:\WebKitBuildSlave\szeged-windows-1\qt-windows-32bit-release\build\Source\WebKit2\Platform\CoreIPC\win\ConnectionWin.cpp(263) : error C2039: 'registerHandle' : is not a member of 'WTF::RefPtr<T>'
        with
        [
            T=WorkQueue
        ]
C:\WebKitBuildSlave\szeged-windows-1\qt-windows-32bit-release\build\Source\WebKit2\Platform\CoreIPC\win\ConnectionWin.cpp(264) : error C2039: 'registerHandle' : is not a member of 'WTF::RefPtr<T>'
        with
        [
            T=WorkQueue
        ]
C:\WebKitBuildSlave\szeged-windows-1\qt-windows-32bit-release\build\Source\WebKit2\Platform\CoreIPC\win\ConnectionWin.cpp(267) : error C2039: 'dispatch' : is not a member of 'WTF::RefPtr<T>'
        with
        [
            T=WorkQueue
        ]
C:\WebKitBuildSlave\szeged-windows-1\qt-windows-32bit-release\build\Source\WebKit2\Platform\CoreIPC\win\ConnectionWin.cpp(280) : error C2065: 'MessageID' : undeclared identifier
C:\WebKitBuildSlave\szeged-windows-1\qt-windows-32bit-release\build\Source\WebKit2\Platform\CoreIPC\win\ConnectionWin.cpp(280) : error C2146: syntax error : missing ')' before identifier 'messageID'
C:\WebKitBuildSlave\szeged-windows-1\qt-windows-32bit-release\build\Source\WebKit2\Platform\CoreIPC\win\ConnectionWin.cpp(280) : error C2761: 'bool CoreIPC::Connection::sendOutgoingMessage(WTF::PassOwnPtr<T>)' : member function redeclaration not allowed
        with
        [
            T=CoreIPC::MessageEncoder
        ]
C:\WebKitBuildSlave\szeged-windows-1\qt-windows-32bit-release\build\Source\WebKit2\Platform\CoreIPC\win\ConnectionWin.cpp(280) : error C2059: syntax error : ')'
C:\WebKitBuildSlave\szeged-windows-1\qt-windows-32bit-release\build\Source\WebKit2\Platform\CoreIPC\win\ConnectionWin.cpp(281) : error C2143: syntax error : missing ';' before '{'
C:\WebKitBuildSlave\szeged-windows-1\qt-windows-32bit-release\build\Source\WebKit2\Platform\CoreIPC\win\ConnectionWin.cpp(281) : error C2447: '{' : missing function header (old-style formal list?)

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