[Ci-reports] fail on Qt3D_dev_Integration #93

Qt Continuous Integration System ci-noreply at qt-project.org
Thu Jan 15 14:11:08 CET 2015


Compilation failed :(

  scene3ditem.cpp
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(156) : see declaration of 'std::bad_cast'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\exception(218) : see declaration of 'stdext::exception'
          C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\typeinfo(177) : see declaration of 'std::bad_typeid'
  scene3ditem.cpp(120) : error C2872: 'Qt3D' : ambiguous symbol
  scene3ditem.cpp(120) : error C2039: 'QAspectEngine' : is not a member of 'Qt3D'
  scene3ditem.cpp(120) : error C2065: 'QAspectEngine' : undeclared identifier
  scene3ditem.cpp(121) : error C2872: 'Qt3D' : ambiguous symbol
  scene3ditem.cpp(121) : error C2039: 'QRenderAspect' : is not a member of 'Qt3D'
  scene3ditem.cpp(121) : error C2143: syntax error : missing ';' before '*'
  scene3ditem.cpp(121) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  scene3ditem.cpp(121) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  scene3ditem.cpp(84) : error C2872: 'Qt3D' : ambiguous symbol
  scene3ditem.cpp(84) : error C2039: 'QAspectEngine' : is not a member of 'Qt3D'
  scene3ditem.cpp(84) : error C2061: syntax error : identifier 'QAspectEngine'
  scene3ditem.cpp(85) : error C2872: 'Qt3D' : ambiguous symbol
  scene3ditem.cpp(85) : error C2039: 'QRenderAspect' : is not a member of 'Qt3D'
  scene3ditem.cpp(85) : error C2061: syntax error : identifier 'QRenderAspect'
  scene3ditem.cpp(85) : error C2872: 'Qt3D' : ambiguous symbol
  scene3ditem.cpp(85) : error C3083: 'QRenderAspect': the symbol to the left of a '::' must be a type
  scene3ditem.cpp(85) : error C2039: 'Synchronous' : is not a member of 'Qt3D'
  scene3ditem.cpp(85) : error C2612: trailing ')' illegal in base/member initializer list
  scene3ditem.cpp(85) : error C2542: 'FrameBufferObjectRenderer::m_aspectEngine' : class object has no constructor for initialization
  scene3ditem.cpp(85) : error C2614: 'FrameBufferObjectRenderer' : illegal member initialization: 'm_renderAspect' is not a base or member
  scene3ditem.cpp(86) : error C2143: syntax error : missing ';' before '{'
  scene3ditem.cpp(89) : error C2678: binary '->' : no operator found which takes a left-hand operand of type 'TestNamespace::QScopedPointer' (or there is no acceptable conversion)
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qscopedpointer.h(110): could be 'T *TestNamespace::QScopedPointer<T,Cleanup>::operator ->(void) const'
          while trying to match the argument list '(TestNamespace::QScopedPointer)'
  scene3ditem.cpp(89) : error C2039: 'registerAspect' : is not a member of 'TestNamespace::QScopedPointer'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qscopedpointer.h(91) : see declaration of 'TestNamespace::QScopedPointer'
  scene3ditem.cpp(89) : error C2065: 'm_renderAspect' : undeclared identifier
  scene3ditem.cpp(90) : error C2678: binary '->' : no operator found which takes a left-hand operand of type 'TestNamespace::QScopedPointer' (or there is no acceptable conversion)
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qscopedpointer.h(110): could be 'T *TestNamespace::QScopedPointer<T,Cleanup>::operator ->(void) const'
          while trying to match the argument list '(TestNamespace::QScopedPointer)'
  scene3ditem.cpp(90) : error C2039: 'initialize' : is not a member of 'TestNamespace::QScopedPointer'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qscopedpointer.h(91) : see declaration of 'TestNamespace::QScopedPointer'
  scene3ditem.cpp(94) : error C2678: binary '->' : no operator found which takes a left-hand operand of type 'TestNamespace::QScopedPointer' (or there is no acceptable conversion)
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qscopedpointer.h(110): could be 'T *TestNamespace::QScopedPointer<T,Cleanup>::operator ->(void) const'
          while trying to match the argument list '(TestNamespace::QScopedPointer)'
  scene3ditem.cpp(94) : error C2039: 'setData' : is not a member of 'TestNamespace::QScopedPointer'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qscopedpointer.h(91) : see declaration of 'TestNamespace::QScopedPointer'
  scene3ditem.cpp(96) : error C2065: 'm_renderAspect' : undeclared identifier
  scene3ditem.cpp(96) : error C2227: left of '->renderInitialize' must point to class/struct/union/generic type
  scene3ditem.cpp(101) : error C2678: binary '->' : no operator found which takes a left-hand operand of type 'TestNamespace::QScopedPointer' (or there is no acceptable conversion)
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qscopedpointer.h(110): could be 'T *TestNamespace::QScopedPointer<T,Cleanup>::operator ->(void) const'
          while trying to match the argument list '(TestNamespace::QScopedPointer)'
  scene3ditem.cpp(101) : error C2039: 'rootEntity' : is not a member of 'TestNamespace::QScopedPointer'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qscopedpointer.h(91) : see declaration of 'TestNamespace::QScopedPointer'
  scene3ditem.cpp(102) : error C2678: binary '->' : no operator found which takes a left-hand operand of type 'TestNamespace::QScopedPointer' (or there is no acceptable conversion)
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qscopedpointer.h(110): could be 'T *TestNamespace::QScopedPointer<T,Cleanup>::operator ->(void) const'
          while trying to match the argument list '(TestNamespace::QScopedPointer)'
  scene3ditem.cpp(102) : error C2039: 'setRootEntity' : is not a member of 'TestNamespace::QScopedPointer'
          c:\work\build\qt\qtbase\include\qtcore\../../src/corelib/tools/qscopedpointer.h(91) : see declaration of 'TestNamespace::QScopedPointer'
  scene3ditem.cpp(107) : error C2065: 'm_renderAspect' : undeclared identifier
  scene3ditem.cpp(107) : error C2227: left of '->renderSynchronous' must point to class/struct/union/generic type
  scene3ditem.cpp(124) : error C2065: 'parent' : undeclared identifier
  scene3ditem.cpp(124) : error C2275: 'TestNamespace::QQuickItem' : illegal use of this type as an expression
          c:\work\build\qt\qtbase\include\qtquick\../../../qtdeclarative/src/quick/items/qquickitem.h(90) : see declaration of 'TestNamespace::QQuickItem'
  scene3ditem.cpp(125) : error C2143: syntax error : missing ';' before ':'
  scene3ditem.cpp(125) : error C2143: syntax error : missing ';' before ':'
  scene3ditem.cpp(127) : error C2143: syntax error : missing ';' before '{'
  scene3ditem.cpp(128) : error C3861: 'setFlag': identifier not found
  scene3ditem.cpp(131) : error C2872: 'Qt3D' : ambiguous symbol
  scene3ditem.cpp(136) : error C2872: 'Qt3D' : ambiguous symbol
  scene3ditem.cpp(161) : fatal error C1004: unexpected end-of-file found

  Build log: http://testresults.qt-project.org/ci/Qt3D_dev_Integration/build_00093/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz

  Tested changes (refs/builds/dev_1421326677):
    http://codereview.qt-project.org/103632 [PS2] - Add a Scene3D item to wrap Qt3D scenes in QQ2
    http://codereview.qt-project.org/103631 [PS2] - Add a synchronous mode to QRenderAspect
    http://codereview.qt-project.org/103630 [PS2] - Allow to have a maximum number of frame to render
    http://codereview.qt-project.org/103629 [PS2] - Don't assume 0 is the default FBO respect if one is bound
    http://codereview.qt-project.org/103628 [PS2] - Add a method to know the currently bound FBO



More information about the Ci-reports mailing list