Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
OpenSolaris b134
Sun Studio 12u1
-
d30921f13dc74a3e05a3f29c0c45147823f2a064
Description
the qpauseanimation test fails to build with the below error
this is in current git, but was present since 4.6
the attached patch fixes it for me
test@qttest:~/tmp/qt/tests/auto/qpauseanimation$ /usr/bin/gmake -f Makefile.gui
/usr/bin/CC -c -features=extensions -library=no%Cstd -library=Crun -lstdcxx4 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/stdcxx4/ -I/usr/include/stdcxx4/ansi -I/opt/kde4/include -O2 -mt -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I/usr/local/Trolltech/Qt-4.7.0/mkspecs/solaris-cc -I. -I../../../include/QtCore -I../../../include/QtGui -I../../../include -I../../../include/QtTest -I.moc/release-shared -I/usr/sfw/include -o .obj/release-shared/tst_qpauseanimation.o tst_qpauseanimation.cpp
"tst_qpauseanimation.cpp", line 283: Error: Could not find a match for QTest::qCompare<QTest::T>(TestablePauseAnimation*, QAbstractAnimation*, const char[12], const char[25], const char[24], int) needed in tst_QPauseAnimation::sequentialPauseGroup().
"tst_qpauseanimation.cpp", line 295: Error: Could not find a match for QTest::qCompare<QTest::T>(TestablePauseAnimation*, QAbstractAnimation*, const char[12], const char[25], const char[24], int) needed in tst_QPauseAnimation::sequentialPauseGroup().
"tst_qpauseanimation.cpp", line 332: Error: Could not find a match for QTest::qCompare<QTest::T>(TestablePauseAnimation*, QAbstractAnimation*, const char[7], const char[25], const char[24], int) needed in tst_QPauseAnimation::sequentialGroupWithPause().
3 Error(s) detected.
gmake: *** [.obj/release-shared/tst_qpauseanimation.o] Error 3