From kde-core-devel Mon Dec 07 20:51:05 2009 From: Alexander Neundorf Date: Mon, 07 Dec 2009 20:51:05 +0000 To: kde-core-devel Subject: build error in kdelibs - QTest related Message-Id: <200912072151.05398.neundorf () kde ! org> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=126021918912888 Hi, kdelibs currently does not build on Solaris with the Sun Studio compiler if the tests are enabled: http://my.cdash.org/viewBuildError.php?buildid=40434 This is the error: [ 31%] Building CXX object kdecore/tests/CMakeFiles/kjobtest.dir/kjobtest.o "/.../srcdir/kdecore/tests/kjobtest.cpp", line 96: Error: Could not find a match for QTest::qCompare(KJob*, TestJob*, const char[45], const char[4], const char[65], int) needed in KJobTest::testProgressTracking(). Any idea what's wrong here ? Alex