Hi, I am getting a build error with 4.5.0 rc1. The error is
make[1]: Entering directory `/usr/local/qt-all-commercial-src-4.5.0-rc1/src/testlib' g++ -c -pipe -g -g -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_EDITION=QT_EDITION_DESKTOP -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQTESTLIB_MAKEDLL -DQT_NO_DATASTREAM -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/linux-g++ -I. -I../../include/QtCore -I../../include -I. -I../../include/QtTest -I.rcc/debug-shared -I.moc/debug-shared -I.uic/debug-shared -o .obj/debug-shared/qtestcase.o qtestcase.cpp qtestcase.cpp: In function ‘int QTest::qExec(QObject*, int, char**)’: qtestcase.cpp:1490: error: ‘callgrindChildExitCode’ was not declared in this scope make[1]: *** [.obj/debug-shared/qtestcase.o] Error 1 make[1]: Leaving directory `/usr/local/qt-all-commercial-src-4.5.0-rc1/src/testlib' make: *** [sub-testlib-make_default-ordered] Error 2 I am using Fedora9, gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8), GNU Make 3.81, valgrind-3.3.0 and I configured with the following options: -optimized-qmake -no-qt3support -no-xinput -qt-libpng -qt-libmng -qt-libjpeg -qt-gif -confirm-license -system-nas-sound -debug I guess the test stuff is not too important but it's never fallen over for me before ;) Paul Fotheringham _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
