qtdeclarative failed to compile :( compiling scenegraph/qsgcontext.cpp scenegraph/qsgcontext.cpp: In member function 'virtual void TestNamespace::QSGRenderContext::initialize(TestNamespace::QOpenGLContext*)': scenegraph/qsgcontext.cpp:404:55: error: invalid use of incomplete type 'struct TestNamespace::QSGAtlasTexture::Manager' /work/build/qt/qtbase/include/QtQuick/5.2.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/scenegraph/qsgcontext_p.h:60:11: error: forward declaration of 'struct TestNamespace::QSGAtlasTexture::Manager' scenegraph/qsgcontext.cpp: In member function 'virtual void TestNamespace::QSGRenderContext::invalidate()': scenegraph/qsgcontext.cpp:438:19: error: invalid use of incomplete type 'struct TestNamespace::QSGAtlasTexture::Manager' /work/build/qt/qtbase/include/QtQuick/5.2.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/scenegraph/qsgcontext_p.h:60:11: error: forward declaration of 'struct TestNamespace::QSGAtlasTexture::Manager' scenegraph/qsgcontext.cpp:439:19: error: invalid use of incomplete type 'struct TestNamespace::QSGAtlasTexture::Manager' /work/build/qt/qtbase/include/QtQuick/5.2.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/scenegraph/qsgcontext_p.h:60:11: error: forward declaration of 'struct TestNamespace::QSGAtlasTexture::Manager' scenegraph/qsgcontext.cpp: In member function 'virtual TestNamespace::QSGTexture* TestNamespace::QSGRenderContext::createTexture(const TestNamespace::QImage&) const': scenegraph/qsgcontext.cpp:508:35: error: invalid use of incomplete type 'struct TestNamespace::QSGAtlasTexture::Manager' /work/build/qt/qtbase/include/QtQuick/5.2.0/QtQuick/private/../../../../../../qtdeclarative/src/quick/scenegraph/qsgcontext_p.h:60:11: error: forward declaration of 'struct TestNamespace::QSGAtlasTexture::Manager' make[3]: *** [.obj/qsgcontext.o] Error 1 make[2]: *** [sub-quick-make_first-ordered] Error 2 make[1]: *** [sub-src-make_first] Error 2 make: *** [module-qtdeclarative] Error 2
Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_01217/revdep-qtquickcontrols_linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_12.04_x64/log.txt.gz Tested changes (refs/builds/stable_1383066329): http://codereview.qt-project.org/68499 [PS11] - Use one render loop per QQuickWindow _______________________________________________ Ci-reports mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/ci-reports
