Compilation failed :( c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(69) : error C2146: syntax error : missing ';' before identifier 'waitForTimestamp' (gl2paintengineex\qpaintengineex_opengl2.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(69) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (gl2paintengineex\qpaintengineex_opengl2.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(69) : warning C4183: 'waitForTimestamp': missing return type; assumed to be a member function returning 'int' (gl2paintengineex\qpaintengineex_opengl2.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(72) : error C2146: syntax error : missing ';' before identifier 'waitForResult' (gl2paintengineex\qpaintengineex_opengl2.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(72) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (gl2paintengineex\qpaintengineex_opengl2.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(72) : warning C4183: 'waitForResult': missing return type; assumed to be a member function returning 'int' (gl2paintengineex\qpaintengineex_opengl2.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(102) : error C2065: 'GLuint64' : undeclared identifier (gl2paintengineex\qpaintengineex_opengl2.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(102) : error C2923: 'TestNamespace::QVector' : 'GLuint64' is not a valid template type argument for parameter 'T' (gl2paintengineex\qpaintengineex_opengl2.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(69) : error C2146: syntax error : missing ';' before identifier 'waitForTimestamp' (gl2paintengineex\qglgradientcache.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(103) : error C2065: 'GLuint64' : undeclared identifier (gl2paintengineex\qpaintengineex_opengl2.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(69) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (gl2paintengineex\qglgradientcache.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(103) : error C2923: 'TestNamespace::QVector' : 'GLuint64' is not a valid template type argument for parameter 'T' (gl2paintengineex\qpaintengineex_opengl2.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(69) : warning C4183: 'waitForTimestamp': missing return type; assumed to be a member function returning 'int' (gl2paintengineex\qglgradientcache.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(72) : error C2146: syntax error : missing ';' before identifier 'waitForResult' (gl2paintengineex\qglgradientcache.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(72) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int (gl2paintengineex\qglgradientcache.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(72) : warning C4183: 'waitForResult': missing return type; assumed to be a member function returning 'int' (gl2paintengineex\qglgradientcache.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(102) : error C2065: 'GLuint64' : undeclared identifier (gl2paintengineex\qglgradientcache.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(102) : error C2923: 'TestNamespace::QVector' : 'GLuint64' is not a valid template type argument for parameter 'T' (gl2paintengineex\qglgradientcache.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(103) : error C2065: 'GLuint64' : undeclared identifier (gl2paintengineex\qglgradientcache.cpp) c:\work\build\qt\qtbase\include\qtgui\../../src/gui/opengl/qopengltimerquery.h(103) : error C2923: 'TestNamespace::QVector' : 'GLuint64' is not a valid template type argument for parameter 'T' (gl2paintengineex\qglgradientcache.cpp) NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\amd64\cl.EXE"' : return code '0x2'
Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00554/win64-msvc2012_developer-build_qtnamespace_Windows_8/log.txt.gz Tested changes (refs/builds/dev_1362758823): http://codereview.qt-project.org/49539 [PS5] - Window deactivation should set focus reason. http://codereview.qt-project.org/50264 [PS3] - Reset the X error handler after initializing GTK http://codereview.qt-project.org/44788 [PS26] - Add QOpenGLTimerQuery and QOpenGLTimeMonitor classes http://codereview.qt-project.org/49967 [PS1] - make QtCriticalMsg fatal if QT_FATAL_WARNINGS is set http://codereview.qt-project.org/49966 [PS1] - de-duplicate and accelerate code http://codereview.qt-project.org/49964 [PS1] - fix encoding when invoking default message handler http://codereview.qt-project.org/49538 [PS1] - make qml_plugin.prf usable without a parent c++ module http://codereview.qt-project.org/49518 [PS1] - remove redundant code http://codereview.qt-project.org/50195 [PS1] - make split_value_list() sane http://codereview.qt-project.org/50256 [PS1] - Removed duplicate QQnxScreen::cursor() implementation http://codereview.qt-project.org/50221 [PS1] - Remove Q_OS_LINUX_ANDROID. http://codereview.qt-project.org/50220 [PS1] - Don't force disable accessibility http://codereview.qt-project.org/49999 [PS2] - Improve warning messages (and readability) of connectSlotsByName() http://codereview.qt-project.org/50149 [PS2] - Fix MinGW-64-warnings about cast from DWORD to HWND. http://codereview.qt-project.org/50152 [PS1] - QApplication: Fix MSVC-warning about unused variable q. http://codereview.qt-project.org/50134 [PS1] - Fix warning about unhandled enumeration value. http://codereview.qt-project.org/50133 [PS1] - QNX: Fix build error http://codereview.qt-project.org/49981 [PS2] - Fix warnings about overloaded virtuals in tests (CLANG). http://codereview.qt-project.org/49979 [PS1] - Fix warning about unused function result in tst_qnetworkproxyfactory. http://codereview.qt-project.org/50100 [PS1] - Android build fix http://codereview.qt-project.org/50006 [PS1] - Android: Allow more than three touch points http://codereview.qt-project.org/49918 [PS1] - Fix multi-touch input on Android http://codereview.qt-project.org/49748 [PS1] - Cocoa: Make retina desktop components work. http://codereview.qt-project.org/50028 [PS1] - Disable PCRE JIT on iOS http://codereview.qt-project.org/50026 [PS2] - Teach configure's pro-file parser to understand host_build scopes _______________________________________________ Ci-reports mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/ci-reports
