qtdeclarative failed to compile :( In file included from qml/v4/qv4context.cpp:43:0: qml/v4/qv4debugging_p.h:157:46: error: specialization of 'template<class T> struct TestNamespace::QMetaTypeId' in different namespace [-fpermissive] /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:1503:8: error: from definition of 'template<class T> struct TestNamespace::QMetaTypeId' [-fpermissive] In file included from qml/v4/qv4context.cpp:43:0: qml/v4/qv4debugging_p.h:157:137: error: definition of 'static int TestNamespace::QMetaTypeId<TestNamespace::QV4::Debugging::Debugger*>::qt_metatype_id()' is not in namespace enclosing 'TestNamespace::QMetaTypeId<TestNamespace::QV4::Debugging::Debugger*>' [-fpermissive] make[3]: *** [.obj/debug-shared/qv4context.o] Error 1 In file included from qml/v4/qv4codegen.cpp:44:0: qml/v4/qv4debugging_p.h:157:46: error: specialization of 'template<class T> struct TestNamespace::QMetaTypeId' in different namespace [-fpermissive] /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:1503:8: error: from definition of 'template<class T> struct TestNamespace::QMetaTypeId' [-fpermissive] In file included from qml/v4/qv4codegen.cpp:44:0: qml/v4/qv4debugging_p.h:157:137: error: definition of 'static int TestNamespace::QMetaTypeId<TestNamespace::QV4::Debugging::Debugger*>::qt_metatype_id()' is not in namespace enclosing 'TestNamespace::QMetaTypeId<TestNamespace::QV4::Debugging::Debugger*>' [-fpermissive] make[3]: *** [.obj/debug-shared/qv4codegen.o] Error 1 In file included from qml/v4/qv4engine.cpp:63:0: qml/v4/qv4debugging_p.h:157:46: error: specialization of 'template<class T> struct TestNamespace::QMetaTypeId' in different namespace [-fpermissive] /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:1503:8: error: from definition of 'template<class T> struct TestNamespace::QMetaTypeId' [-fpermissive] In file included from qml/v4/qv4engine.cpp:63:0: qml/v4/qv4debugging_p.h:157:137: error: definition of 'static int TestNamespace::QMetaTypeId<TestNamespace::QV4::Debugging::Debugger*>::qt_metatype_id()' is not in namespace enclosing 'TestNamespace::QMetaTypeId<TestNamespace::QV4::Debugging::Debugger*>' [-fpermissive] make[3]: *** [.obj/debug-shared/qv4engine.o] Error 1 In file included from qml/v4/qv4debugging.cpp:42:0: qml/v4/qv4debugging_p.h:157:46: error: specialization of 'template<class T> struct TestNamespace::QMetaTypeId' in different namespace [-fpermissive] /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:1503:8: error: from definition of 'template<class T> struct TestNamespace::QMetaTypeId' [-fpermissive] In file included from qml/v4/qv4debugging.cpp:42:0: qml/v4/qv4debugging_p.h:157:137: error: definition of 'static int TestNamespace::QMetaTypeId<TestNamespace::QV4::Debugging::Debugger*>::qt_metatype_id()' is not in namespace enclosing 'TestNamespace::QMetaTypeId<TestNamespace::QV4::Debugging::Debugger*>' [-fpermissive] make[3]: *** [.obj/debug-shared/qv4debugging.o] Error 1 In file included from qml/v4/qv4isel_p.cpp:42:0: qml/v4/qv4debugging_p.h:157:46: error: specialization of 'template<class T> struct TestNamespace::QMetaTypeId' in different namespace [-fpermissive] /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:1503:8: error: from definition of 'template<class T> struct TestNamespace::QMetaTypeId' [-fpermissive] In file included from qml/v4/qv4isel_p.cpp:42:0: qml/v4/qv4debugging_p.h:157:137: error: definition of 'static int TestNamespace::QMetaTypeId<TestNamespace::QV4::Debugging::Debugger*>::qt_metatype_id()' is not in namespace enclosing 'TestNamespace::QMetaTypeId<TestNamespace::QV4::Debugging::Debugger*>' [-fpermissive] make[3]: *** [.obj/debug-shared/qv4isel_p.o] Error 1 make[2]: *** [sub-qml-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_wip_v4_Integration/build_00073/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/wip/v4_1374763144): http://codereview.qt-project.org/61507 [PS6] - Initial support for debugging in the v4 interpreter _______________________________________________ Ci-reports mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/ci-reports
