Compilation failed :( tst_qv4debugger.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall QV4::Debugging::Debugger::Collector::~Collector(void)" (??1Collector@Debugger@Debugging@QV4@@UAE@XZ) referenced in function "public: virtual void * __thiscall QV4::Debugging::Debugger::Collector::`scalar deleting destructor'(unsigned int)" (??_GCollector@Debugger@Debugging@QV4@@UAEPAXI@Z) tst_qv4debugger.obj : error LNK2019: unresolved external symbol "public: void __thiscall QV4::Debugging::Debugger::Collector::collect(struct QV4::Referenced<struct QV4::Object>)" (?collect@Collector@Debugger@Debugging@QV4@@QAEXU?$Referenced@UObject@QV4@@@4@@Z) referenced in function "protected: virtual void __thiscall `anonymous namespace'::TestCollector::addObject(class QString const &,struct QV4::ValueRef)" (?addObject@TestCollector@?A0x2d5ca7a5@@MAEXABVQString@@UValueRef@QV4@@@Z) release\tst_qv4debugger.exe : fatal error LNK1120: 2 unresolved externals
Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_01346/win32-msvc2010_developer-build_angle_Windows_7/log.txt.gz ============================================================ Compilation failed :( tst_qv4debugger.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall TestNamespace::QV4::Debugging::Debugger::Collector::~Collector(void)" (??1Collector@Debugger@Debugging@QV4@TestNamespace@@UAE@XZ) referenced in function "public: virtual void * __thiscall TestNamespace::QV4::Debugging::Debugger::Collector::`scalar deleting destructor'(unsigned int)" (??_GCollector@Debugger@Debugging@QV4@TestNamespace@@UAEPAXI@Z) tst_qv4debugger.obj : error LNK2019: unresolved external symbol "public: void __thiscall TestNamespace::QV4::Debugging::Debugger::Collector::collect(struct TestNamespace::QV4::Referenced<struct TestNamespace::QV4::Object>)" (?collect@Collector@Debugger@Debugging@QV4@TestNamespace@@QAEXU?$Referenced@UObject@QV4@TestNamespace@@@45@@Z) referenced in function "protected: virtual void __thiscall `anonymous namespace'::TestCollector::addObject(class TestNamespace::QString const &,struct TestNamespace::QV4::ValueRef)" (?addObject@TestCollector@?A0xebab864f@@MAEXABVQString@TestNamespace@@UValueRef@QV4@4@@Z) release\tst_qv4debugger.exe : fatal error LNK1120: 2 unresolved externals Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_01346/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/stable_1383945724): http://codereview.qt-project.org/69656 [PS19] - Debugging with V4 http://codereview.qt-project.org/70510 [PS2] - Remove debugging tests for commands not used by Qt Creator. http://codereview.qt-project.org/70507 [PS1] - Fix assert with native text rendering. http://codereview.qt-project.org/70492 [PS1] - Avoid using huge floating point values in the renderer. _______________________________________________ Ci-reports mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/ci-reports
