[Ci-reports] fail on QtBase_dev_Integration #2549
Qt Continuous Integration System
ci-noreply at qt-project.org
Tue Jan 14 10:41:07 CET 2014
Compilation failed :(
C:\work\build\qt\qtbase\bin\moc.exe -DUNICODE -DWIN32 -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_NO_DEBUG -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR=\"C:/work/build/qt/qtbase/tests/auto/corelib/io/qwinoverlappedionotifier\" -DNDEBUG -D_MSC_VER=1600 -D_WIN32 -I"..\..\..\..\..\include" -I"..\..\..\..\..\include\QtTest" -I"..\..\..\..\..\include\QtCore\5.3.0" -I"..\..\..\..\..\include\QtCore\5.3.0\QtCore" -I"..\..\..\..\..\include\QtCore" -I".moc\release" -I"..\..\..\..\..\mkspecs\win32-msvc2010" tst_qwinoverlappedionotifier.cpp -o .moc\release\tst_qwinoverlappedionotifier.moc
tst_qwinoverlappedionotifier.cpp
tst_qwinoverlappedionotifier.cpp(65) : error C2146: syntax error : missing ';' before identifier 'notifiedBytesRead'
tst_qwinoverlappedionotifier.cpp(65) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
tst_qwinoverlappedionotifier.cpp(65) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
tst_qwinoverlappedionotifier.cpp(66) : error C2146: syntax error : missing ';' before identifier 'notifiedErrorCode'
tst_qwinoverlappedionotifier.cpp(66) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
tst_qwinoverlappedionotifier.cpp(66) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
tst_qwinoverlappedionotifier.cpp(81) : error C2061: syntax error : identifier 'DWORD'
tst_qwinoverlappedionotifier.cpp(103) : error C2146: syntax error : missing ';' before identifier 'bytes'
tst_qwinoverlappedionotifier.cpp(103) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
tst_qwinoverlappedionotifier.cpp(103) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
tst_qwinoverlappedionotifier.cpp(104) : error C2146: syntax error : missing ';' before identifier 'errorCode'
tst_qwinoverlappedionotifier.cpp(104) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
tst_qwinoverlappedionotifier.cpp(104) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
tst_qwinoverlappedionotifier.cpp(84) : error C2039: 'bytes' : is not a member of 'NotifierSink::IOResult'
tst_qwinoverlappedionotifier.cpp(99) : see declaration of 'NotifierSink::IOResult'
tst_qwinoverlappedionotifier.cpp(84) : error C2065: 'bytesRead' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(85) : error C2039: 'errorCode' : is not a member of 'NotifierSink::IOResult'
tst_qwinoverlappedionotifier.cpp(99) : see declaration of 'NotifierSink::IOResult'
tst_qwinoverlappedionotifier.cpp(86) : error C2065: 'overlapped' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(100) : error C2065: 'ERROR_SUCCESS' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(102) : error C2614: 'NotifierSink::IOResult' : illegal member initialization: 'errorCode' is not a base or member
tst_qwinoverlappedionotifier.cpp(102) : error C2614: 'NotifierSink::IOResult' : illegal member initialization: 'bytes' is not a base or member
tst_qwinoverlappedionotifier.cpp(121) : error C2065: 'DWORD' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(121) : error C2783: 'void QTest::addColumn(const char *,T *)' : could not deduce template argument for 'T'
c:\work\build\qt\qtbase\include\qttest\../../src/testlib/qtestcase.h(277) : see declaration of 'QTest::addColumn'
tst_qwinoverlappedionotifier.cpp(127) : error C3861: 'DWORD': identifier not found
tst_qwinoverlappedionotifier.cpp(129) : error C3861: 'DWORD': identifier not found
tst_qwinoverlappedionotifier.cpp(136) : error C2065: 'DWORD' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(136) : error C2146: syntax error : missing ';' before identifier 'expectedBytesRead'
tst_qwinoverlappedionotifier.cpp(136) : error C2065: 'expectedBytesRead' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(136) : error C2061: syntax error : identifier 'DWORD'
tst_qwinoverlappedionotifier.cpp(136) : error C2065: 'DWORD' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(142) : error C2065: 'HANDLE' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(142) : error C2146: syntax error : missing ';' before identifier 'hFile'
tst_qwinoverlappedionotifier.cpp(142) : error C2065: 'hFile' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(143) : error C2065: 'GENERIC_READ' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(143) : error C2065: 'FILE_SHARE_READ' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(144) : error C2065: 'OPEN_EXISTING' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(144) : error C2065: 'FILE_FLAG_OVERLAPPED' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(142) : error C3861: 'CreateFile': identifier not found
tst_qwinoverlappedionotifier.cpp(145) : error C2065: 'hFile' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(148) : error C2079: 'overlapped' uses undefined struct '_OVERLAPPED'
tst_qwinoverlappedionotifier.cpp(149) : error C2027: use of undefined type '_OVERLAPPED'
c:\work\build\qt\qtbase\include\qtcore\5.3.0\qtcore\private\../../../../../src/corelib/io/qwinoverlappedionotifier_p.h(58) : see declaration of '_OVERLAPPED'
tst_qwinoverlappedionotifier.cpp(149) : error C3861: 'ZeroMemory': identifier not found
tst_qwinoverlappedionotifier.cpp(151) : error C2065: 'BOOL' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(151) : error C2146: syntax error : missing ';' before identifier 'readSuccess'
tst_qwinoverlappedionotifier.cpp(151) : error C2065: 'readSuccess' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(151) : error C2065: 'hFile' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(151) : error C3861: 'ReadFile': identifier not found
tst_qwinoverlappedionotifier.cpp(152) : error C2065: 'readSuccess' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(152) : error C2065: 'ERROR_IO_PENDING' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(152) : error C3861: 'GetLastError': identifier not found
tst_qwinoverlappedionotifier.cpp(155) : error C2065: 'hFile' : undeclared identifierjom: C:\work\build\qt\qtbase\tests\auto\corelib\io\qwinoverlappedionotifier\Makefile.Release [.obj\release\tst_qwinoverlappedionotifier.obj] Error 2
tst_qwinoverlappedionotifier.cpp(155) : error C3861: 'CloseHandle': identifier not found
tst_qwinoverlappedionotifier.cpp(157) : error C2039: 'bytes' : is not a member of 'NotifierSink::IOResult'
tst_qwinoverlappedionotifier.cpp(99) : see declaration of 'NotifierSink::IOResult'
tst_qwinoverlappedionotifier.cpp(157) : error C2065: 'expectedBytesRead' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(158) : error C2039: 'errorCode' : is not a member of 'NotifierSink::IOResult'
tst_qwinoverlappedionotifier.cpp(99) : see declaration of 'NotifierSink::IOResult'
tst_qwinoverlappedionotifier.cpp(158) : error C2065: 'ERROR_SUCCESS' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(158) : error C3861: 'DWORD': identifier not found
tst_qwinoverlappedionotifier.cpp(171) : error C2065: 'DWORD' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(171) : error C2146: syntax error : missing ';' before identifier 'expectedBytesRead'
tst_qwinoverlappedionotifier.cpp(171) : error C2065: 'expectedBytesRead' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(171) : error C2061: syntax error : identifier 'DWORD'
tst_qwinoverlappedionotifier.cpp(171) : error C2065: 'DWORD' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(175) : error C2065: 'HANDLE' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(175) : error C2146: syntax error : missing ';' before identifier 'hFile'
tst_qwinoverlappedionotifier.cpp(175) : error C2065: 'hFile' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(176) : error C2065: 'GENERIC_READ' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(176) : error C2065: 'FILE_SHARE_READ' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(177) : error C2065: 'OPEN_EXISTING' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(177) : error C2065: 'FILE_FLAG_OVERLAPPED' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(175) : error C3861: 'CreateFile': identifier not found
tst_qwinoverlappedionotifier.cpp(178) : error C2065: 'hFile' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(182) : error C2079: 'overlapped' uses undefined struct '_OVERLAPPED'
tst_qwinoverlappedionotifier.cpp(183) : error C2027: use of undefined type '_OVERLAPPED'
c:\work\build\qt\qtbase\include\qtcore\5.3.0\qtcore\private\../../../../../src/corelib/io/qwinoverlappedionotifier_p.h(58) : see declaration of '_OVERLAPPED'
tst_qwinoverlappedionotifier.cpp(183) : error C3861: 'ZeroMemory': identifier not found
tst_qwinoverlappedionotifier.cpp(185) : error C2065: 'BOOL' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(185) : error C2146: syntax error : missing ';' before identifier 'readSuccess'
tst_qwinoverlappedionotifier.cpp(185) : error C2065: 'readSuccess' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(185) : error C2065: 'hFile' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(185) : error C3861: 'ReadFile': identifier not found
tst_qwinoverlappedionotifier.cpp(186) : error C2065: 'readSuccess' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(186) : error C2065: 'ERROR_IO_PENDING' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(186) : error C3861: 'GetLastError': identifier not found
tst_qwinoverlappedionotifier.cpp(188) : error C2664: 'QWinOverlappedIoNotifier::waitForNotified' : cannot convert parameter 2 from 'int *' to 'OVERLAPPED *'
tst_qwinoverlappedionotifier.cpp(189) : error C2065: 'hFile' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(189) : error C3861: 'CloseHandle': identifier not found
tst_qwinoverlappedionotifier.cpp(191) : error C2039: 'bytes' : is not a member of 'NotifierSink::IOResult'
tst_qwinoverlappedionotifier.cpp(99) : see declaration of 'NotifierSink::IOResult'
tst_qwinoverlappedionotifier.cpp(191) : error C2065: 'expectedBytesRead' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(192) : error C2039: 'errorCode' : is not a member of 'NotifierSink::IOResult'
tst_qwinoverlappedionotifier.cpp(99) : see declaration of 'NotifierSink::IOResult'
tst_qwinoverlappedionotifier.cpp(192) : error C2065: 'ERROR_SUCCESS' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(192) : error C3861: 'DWORD': identifier not found
tst_qwinoverlappedionotifier.cpp(194) : error C2664: 'QWinOverlappedIoNotifier::waitForNotified' : cannot convert parameter 2 from 'int *' to 'OVERLAPPED *'
tst_qwinoverlappedionotifier.cpp(204) : error C2065: 'HANDLE' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(204) : error C2146: syntax error : missing ';' before identifier 'hPipe'
tst_qwinoverlappedionotifier.cpp(204) : error C2065: 'hPipe' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(205) : error C2065: 'PIPE_ACCESS_DUPLEX' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(206) : error C2065: 'PIPE_TYPE_BYTE' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(206) : error C2065: 'PIPE_NOWAIT' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(204) : error C3861: 'CreateNamedPipe': identifier not found
tst_qwinoverlappedionotifier.cpp(208) : error C2065: 'hPipe' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(208) : error C2065: 'INVALID_HANDLE_VALUE' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(209) : error C2065: 'HANDLE' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(209) : error C2146: syntax error : missing ';' before identifier 'hReadEnd'
tst_qwinoverlappedionotifier.cpp(209) : error C2065: 'hReadEnd' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(209) : error C2065: 'GENERIC_READ' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(209) : error C2065: 'OPEN_EXISTING' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(209) : error C2065: 'FILE_FLAG_OVERLAPPED' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(209) : error C3861: 'CreateFile': identifier not found
tst_qwinoverlappedionotifier.cpp(210) : error C2065: 'hReadEnd' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(210) : error C2065: 'INVALID_HANDLE_VALUE' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(211) : error C2065: 'hReadEnd' : undeclared identifier
tst_qwinoverlappedionotifier.cpp(211) : fatal error C1003: error count exceeds 100; stopping compilation
.\tst_qwinoverlappedionotifier.cpp(65) : error C2146: syntax error : missing ';' before identifier 'notifiedBytesRead'
.\tst_qwinoverlappedionotifier.cpp(65) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\tst_qwinoverlappedionotifier.cpp(65) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\tst_qwinoverlappedionotifier.cpp(66) : error C2146: syntax error : missing ';' before identifier 'notifiedErrorCode'
.\tst_qwinoverlappedionotifier.cpp(66) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\tst_qwinoverlappedionotifier.cpp(66) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\tst_qwinoverlappedionotifier.cpp(81) : error C2061: syntax error : identifier 'DWORD'
.\tst_qwinoverlappedionotifier.cpp(103) : error C2146: syntax error : missing ';' before identifier 'bytes'
.\tst_qwinoverlappedionotifier.cpp(103) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\tst_qwinoverlappedionotifier.cpp(103) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\tst_qwinoverlappedionotifier.cpp(104) : error C2146: syntax error : missing ';' before identifier 'errorCode'
.\tst_qwinoverlappedionotifier.cpp(104) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\tst_qwinoverlappedionotifier.cpp(104) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\tst_qwinoverlappedionotifier.cpp(84) : error C2039: 'bytes' : is not a member of 'NotifierSink::IOResult'
.\tst_qwinoverlappedionotifier.cpp(99) : see declaration of 'NotifierSink::IOResult'
.\tst_qwinoverlappedionotifier.cpp(84) : error C2065: 'bytesRead' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(85) : error C2039: 'errorCode' : is not a member of 'NotifierSink::IOResult'
.\tst_qwinoverlappedionotifier.cpp(99) : see declaration of 'NotifierSink::IOResult'
.\tst_qwinoverlappedionotifier.cpp(86) : error C2065: 'overlapped' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(100) : error C2065: 'ERROR_SUCCESS' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(102) : error C2614: 'NotifierSink::IOResult' : illegal member initialization: 'errorCode' is not a base or member
.\tst_qwinoverlappedionotifier.cpp(102) : error C2614: 'NotifierSink::IOResult' : illegal member initialization: 'bytes' is not a base or member
.\tst_qwinoverlappedionotifier.cpp(121) : error C2065: 'DWORD' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(121) : error C2783: 'void QTest::addColumn(const char *,T *)' : could not deduce template argument for 'T'
c:\work\build\qt\qtbase\include\qttest\../../src/testlib/qtestcase.h(277) : see declaration of 'QTest::addColumn'
.\tst_qwinoverlappedionotifier.cpp(127) : error C3861: 'DWORD': identifier not found
.\tst_qwinoverlappedionotifier.cpp(129) : error C3861: 'DWORD': identifier not found
.\tst_qwinoverlappedionotifier.cpp(136) : error C2065: 'DWORD' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(136) : error C2146: syntax error : missing ';' before identifier 'expectedBytesRead'
.\tst_qwinoverlappedionotifier.cpp(136) : error C2065: 'expectedBytesRead' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(136) : error C2061: syntax error : identifier 'DWORD'
.\tst_qwinoverlappedionotifier.cpp(136) : error C2065: 'DWORD' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(142) : error C2065: 'HANDLE' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(142) : error C2146: syntax error : missing ';' before identifier 'hFile'
.\tst_qwinoverlappedionotifier.cpp(142) : error C2065: 'hFile' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(143) : error C2065: 'GENERIC_READ' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(143) : error C2065: 'FILE_SHARE_READ' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(144) : error C2065: 'OPEN_EXISTING' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(144) : error C2065: 'FILE_FLAG_OVERLAPPED' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(142) : error C3861: 'CreateFile': identifier not found
.\tst_qwinoverlappedionotifier.cpp(145) : error C2065: 'hFile' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(148) : error C2079: 'overlapped' uses undefined struct '_OVERLAPPED'
.\tst_qwinoverlappedionotifier.cpp(149) : error C2027: use of undefined type '_OVERLAPPED'
c:\work\build\qt\qtbase\include\qtcore\5.3.0\qtcore\private\../../../../../src/corelib/io/qwinoverlappedionotifier_p.h(58) : see declaration of '_OVERLAPPED'
.\tst_qwinoverlappedionotifier.cpp(149) : error C3861: 'ZeroMemory': identifier not found
.\tst_qwinoverlappedionotifier.cpp(151) : error C2065: 'BOOL' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(151) : error C2146: syntax error : missing ';' before identifier 'readSuccess'
.\tst_qwinoverlappedionotifier.cpp(151) : error C2065: 'readSuccess' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(151) : error C2065: 'hFile' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(151) : error C3861: 'ReadFile': identifier not found
.\tst_qwinoverlappedionotifier.cpp(152) : error C2065: 'readSuccess' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(152) : error C2065: 'ERROR_IO_PENDING' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(152) : error C3861: 'GetLastError': identifier not found
.\tst_qwinoverlappedionotifier.cpp(155) : error C2065: 'hFile' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(155) : error C3861: 'CloseHandle': identifier not found
.\tst_qwinoverlappedionotifier.cpp(157) : error C2039: 'bytes' : is not a member of 'NotifierSink::IOResult'
.\tst_qwinoverlappedionotifier.cpp(99) : see declaration of 'NotifierSink::IOResult'
.\tst_qwinoverlappedionotifier.cpp(157) : error C2065: 'expectedBytesRead' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(158) : error C2039: 'errorCode' : is not a member of 'NotifierSink::IOResult'
.\tst_qwinoverlappedionotifier.cpp(99) : see declaration of 'NotifierSink::IOResult'
.\tst_qwinoverlappedionotifier.cpp(158) : error C2065: 'ERROR_SUCCESS' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(158) : error C3861: 'DWORD': identifier not found
.\tst_qwinoverlappedionotifier.cpp(171) : error C2065: 'DWORD' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(171) : error C2146: syntax error : missing ';' before identifier 'expectedBytesRead'
.\tst_qwinoverlappedionotifier.cpp(171) : error C2065: 'expectedBytesRead' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(171) : error C2061: syntax error : identifier 'DWORD'
.\tst_qwinoverlappedionotifier.cpp(171) : error C2065: 'DWORD' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(175) : error C2065: 'HANDLE' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(175) : error C2146: syntax error : missing ';' before identifier 'hFile'
.\tst_qwinoverlappedionotifier.cpp(175) : error C2065: 'hFile' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(176) : error C2065: 'GENERIC_READ' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(176) : error C2065: 'FILE_SHARE_READ' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(177) : error C2065: 'OPEN_EXISTING' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(177) : error C2065: 'FILE_FLAG_OVERLAPPED' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(175) : error C3861: 'CreateFile': identifier not found
.\tst_qwinoverlappedionotifier.cpp(178) : error C2065: 'hFile' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(182) : error C2079: 'overlapped' uses undefined struct '_OVERLAPPED'
.\tst_qwinoverlappedionotifier.cpp(183) : error C2027: use of undefined type '_OVERLAPPED'
c:\work\build\qt\qtbase\include\qtcore\5.3.0\qtcore\private\../../../../../src/corelib/io/qwinoverlappedionotifier_p.h(58) : see declaration of '_OVERLAPPED'
.\tst_qwinoverlappedionotifier.cpp(183) : error C3861: 'ZeroMemory': identifier not found
.\tst_qwinoverlappedionotifier.cpp(185) : error C2065: 'BOOL' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(185) : error C2146: syntax error : missing ';' before identifier 'readSuccess'
.\tst_qwinoverlappedionotifier.cpp(185) : error C2065: 'readSuccess' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(185) : error C2065: 'hFile' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(185) : error C3861: 'ReadFile': identifier not found
.\tst_qwinoverlappedionotifier.cpp(186) : error C2065: 'readSuccess' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(186) : error C2065: 'ERROR_IO_PENDING' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(186) : error C3861: 'GetLastError': identifier not found
.\tst_qwinoverlappedionotifier.cpp(188) : error C2664: 'QWinOverlappedIoNotifier::waitForNotified' : cannot convert parameter 2 from 'int *' to 'OVERLAPPED *'
.\tst_qwinoverlappedionotifier.cpp(189) : error C2065: 'hFile' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(189) : error C3861: 'CloseHandle': identifier not found
.\tst_qwinoverlappedionotifier.cpp(191) : error C2039: 'bytes' : is not a member of 'NotifierSink::IOResult'
.\tst_qwinoverlappedionotifier.cpp(99) : see declaration of 'NotifierSink::IOResult'
.\tst_qwinoverlappedionotifier.cpp(191) : error C2065: 'expectedBytesRead' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(192) : error C2039: 'errorCode' : is not a member of 'NotifierSink::IOResult'
.\tst_qwinoverlappedionotifier.cpp(99) : see declaration of 'NotifierSink::IOResult'
.\tst_qwinoverlappedionotifier.cpp(192) : error C2065: 'ERROR_SUCCESS' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(192) : error C3861: 'DWORD': identifier not found
.\tst_qwinoverlappedionotifier.cpp(194) : error C2664: 'QWinOverlappedIoNotifier::waitForNotified' : cannot convert parameter 2 from 'int *' to 'OVERLAPPED *'
.\tst_qwinoverlappedionotifier.cpp(204) : error C2065: 'HANDLE' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(204) : error C2146: syntax error : missing ';' before identifier 'hPipe'
.\tst_qwinoverlappedionotifier.cpp(204) : error C2065: 'hPipe' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(205) : error C2065: 'PIPE_ACCESS_DUPLEX' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(206) : error C2065: 'PIPE_TYPE_BYTE' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(206) : error C2065: 'PIPE_NOWAIT' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(204) : error C3861: 'CreateNamedPipe': identifier not found
.\tst_qwinoverlappedionotifier.cpp(208) : error C2065: 'hPipe' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(208) : error C2065: 'INVALID_HANDLE_VALUE' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(209) : error C2065: 'HANDLE' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(209) : error C2146: syntax error : missing ';' before identifier 'hReadEnd'
.\tst_qwinoverlappedionotifier.cpp(209) : error C2065: 'hReadEnd' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(209) : error C2065: 'GENERIC_READ' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(209) : error C2065: 'OPEN_EXISTING' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(209) : error C2065: 'FILE_FLAG_OVERLAPPED' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(209) : error C3861: 'CreateFile': identifier not found
.\tst_qwinoverlappedionotifier.cpp(210) : error C2065: 'hReadEnd' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(210) : error C2065: 'INVALID_HANDLE_VALUE' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(211) : error C2065: 'hReadEnd' : undeclared identifier
.\tst_qwinoverlappedionotifier.cpp(211) : fatal error C1003: error count exceeds 100; stopping compilation
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\cl.EXE"' : return code '0x2'
Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_02549/win32-msvc2010_Windows_7/log.txt.gz
Tested changes (refs/builds/dev_1389691299):
http://codereview.qt-project.org/74907 [PS3] - remove qt_windows.h from qwinoverlappedionotifier_p.h
More information about the Ci-reports
mailing list