I get modrunner.o(.text+0xec): In function `main': : undefined reference to `KUnitTest::Runner::loadModules(QString const&, QString const&)' modrunner.o(.text+0x152): In function `main': : undefined reference to `KUnitTest::Runner::self()' modrunner.o(.text+0x15a): In function `main': : undefined reference to `KUnitTest::Runner::runTests()' modrunner.o(.text+0x15f): In function `main': : undefined reference to `KUnitTest::Runner::self()' modrunner.o(.text+0x167): In function `main': : undefined reference to `KUnitTest::Runner::numberOfFailedTests() const' collect2: ld returned 1 exit status make: *** [kunittestmodrunner] Error 1 Any tip? Albert A Dijous 05 Maig 2005 20:06, Jeroen Wijnhout va escriure: > Hi again, > > The KUnitTest code is finally in svn, in kdelibs/kunittest and > kdesdk/kunittest. My build system is completely screwed up right now > (somehow the binaries keep linking to KDE 3.4 libraries instead of the KDE > HEAD libs), so I would appreciate if someone could check the > kdelibs/kunittest code. > > Just run make and make check there. You should see that one test is run, if > not, we're in trouble. > > best, > Jeroen