qtdeclarative failed to compile :( In file included from compiler/qv4isel_moth.cpp:43:0: compiler/qv4isel_moth_p.h:129:5: error: 'Param' in 'union TestNamespace::QQmlJS::Moth::Instr' does not name a type compiler/qv4isel_moth.cpp: In member function 'virtual void TestNamespace::QQmlJS::Moth::InstructionSelection::binop(TestNamespace::QQmlJS::V4IR::AluOp, TestNamespace::QQmlJS::V4IR::Expr*, TestNamespace::QQmlJS::V4IR::Expr*, TestNamespace::QQmlJS::V4IR::Temp*)': compiler/qv4isel_moth.cpp:509:54: error: 'binopHelper' was not declared in this scope compiler/qv4isel_moth.cpp: At global scope: compiler/qv4isel_moth.cpp:512:1: error: 'Param' in 'union TestNamespace::QQmlJS::Moth::Instr' does not name a type compiler/qv4isel_moth.cpp: In member function 'virtual void TestNamespace::QQmlJS::Moth::InstructionSelection::visitCJump(TestNamespace::QQmlJS::V4IR::CJump*)': compiler/qv4isel_moth.cpp:702:60: error: 'binopHelper' was not declared in this scope make[3]: *** [.obj/debug-shared/qv4isel_moth.o] Error 1 In file included from jsruntime/qv4engine.cpp:74:0: compiler/qv4isel_moth_p.h:129:5: error: 'Param' in 'union TestNamespace::QQmlJS::Moth::Instr' does not name a type make[3]: *** [.obj/debug-shared/qv4engine.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_dev_Integration/build_00579/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1376064494): http://codereview.qt-project.org/62694 [PS1] - Move the Param struct out of the Instr union. _______________________________________________ Ci-reports mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/ci-reports
