qtdeclarative failed to compile :( threadrenderer.cpp:91:21: error: reference to ‘QOffscreenSurface’ is ambiguous threadrenderer.h:47:7: error: candidates are: struct QOffscreenSurface /work/build/qt/qtbase/include/QtGui/../../src/gui/kernel/qoffscreensurface.h:55:46: error: class TestNamespace::QOffscreenSurface threadrenderer.cpp:91:21: error: ‘QOffscreenSurface’ has not been declared threadrenderer.cpp:153:5: error: reference to ‘QOffscreenSurface’ is ambiguous threadrenderer.h:47:7: error: candidates are: struct QOffscreenSurface /work/build/qt/qtbase/include/QtGui/../../src/gui/kernel/qoffscreensurface.h:55:46: error: class TestNamespace::QOffscreenSurface threadrenderer.cpp:153:5: error: ‘QOffscreenSurface’ does not name a type threadrenderer.cpp: In constructor ‘RenderThread::RenderThread(const TestNamespace::QSize&, TestNamespace::QOpenGLContext*)’: threadrenderer.cpp:70:11: error: class ‘RenderThread’ does not have any field named ‘m_fakeSurface’ threadrenderer.cpp:86:9: error: ‘m_fakeSurface’ was not declared in this scope threadrenderer.cpp:86:29: error: expected type-specifier before ‘QOffscreenSurface’ threadrenderer.cpp:86:29: error: expected ‘;’ before ‘QOffscreenSurface’ threadrenderer.cpp: In member function ‘void RenderThread::setSurface(int*)’: threadrenderer.cpp:91:51: error: ‘m_fakeSurface’ was not declared in this scope threadrenderer.cpp: In member function ‘void RenderThread::renderNext()’: threadrenderer.cpp:99:32: error: ‘m_fakeSurface’ was not declared in this scope threadrenderer.cpp: In member function ‘void RenderThread::shutDown()’: threadrenderer.cpp:129:32: error: ‘m_fakeSurface’ was not declared in this scope make[5]: *** [.obj/debug-shared/threadrenderer.o] Error 1 make[4]: *** [sub-textureinthread-make_first] Error 2 make[3]: *** [sub-scenegraph-make_first] Error 2 make[2]: *** [sub-quick-make_first] Error 2 make[1]: *** [sub-examples-make_first] Error 2 make: *** [module-qtdeclarative] Error 2
Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_00418/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/stable_1366186096): http://codereview.qt-project.org/52902 [PS1] - Create BG context and fake surface on GUI thread http://codereview.qt-project.org/53880 [PS1] - Remove dead code. _______________________________________________ Ci-reports mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/ci-reports
