qtdeclarative failed to compile :( tst_qqmlecmascript.cpp: In function 'bool evaluate_error(TestNamespace::QV8Engine*, const TestNamespace::QV4::Value&, const char*)': tst_qqmlecmascript.cpp:2263:19: error: 'CALLDATA' was not declared in this scope tst_qqmlecmascript.cpp:2264:9: error: 'd' was not declared in this scope tst_qqmlecmascript.cpp: In function 'bool evaluate_value(TestNamespace::QV8Engine*, const TestNamespace::QV4::Value&, const char*, const TestNamespace::QV4::Value&)': tst_qqmlecmascript.cpp:2288:19: error: 'CALLDATA' was not declared in this scope tst_qqmlecmascript.cpp:2289:9: error: 'd' was not declared in this scope tst_qqmlecmascript.cpp: In function 'TestNamespace::QV4::Value evaluate(TestNamespace::QV8Engine*, const TestNamespace::QV4::Value&, const char*)': tst_qqmlecmascript.cpp:2312:19: error: 'CALLDATA' was not declared in this scope tst_qqmlecmascript.cpp:2313:9: error: 'd' was not declared in this scope make[5]: *** [.obj/debug-shared/tst_qqmlecmascript.o] Error 1 make[4]: *** [sub-qqmlecmascript-make_first] Error 2 make[3]: *** [sub-qml-make_first] Error 2 make[2]: *** [sub-auto-make_first] Error 2 make[1]: *** [sub-tests-make_first] Error 2 make: *** [module-qtdeclarative] Error 2
Build log: http://testresults.qt-project.org/ci/QtDeclarative_dev_Integration/build_00760/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz Tested changes (refs/builds/dev_1378738920): http://codereview.qt-project.org/64838 [PS3] - Remove unusued method http://codereview.qt-project.org/64834 [PS4] - Properly unwind the js stack for generated code http://codereview.qt-project.org/64817 [PS4] - Change signature of call/construct() to take a pointer to a CallData http://codereview.qt-project.org/64749 [PS8] - Generate CallData structures directly in the instruction selection http://codereview.qt-project.org/64736 [PS5] - Move CallData onto the JS stack http://codereview.qt-project.org/64709 [PS4] - Add ScopedValue and ScopedValueArray classes http://codereview.qt-project.org/64514 [PS5] - Create a stack for JS values and use it in the interpreter http://codereview.qt-project.org/64953 [PS3] - V4: temporarilly disable the optmizer/regalloc. http://codereview.qt-project.org/64996 [PS1] - Fix return type checks in test. http://codereview.qt-project.org/64103 [PS6] - Expose "Qt.application.state". _______________________________________________ Ci-reports mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/ci-reports
