> Time permitting, I'll also give OpenSolaris/solaris-cc, freebsd-g++ and 
> linux-icc a whirl.

And last one, linux-icc, I got the same as has already been reported 
(see below).

The only other thing to report is that this was on an old PC, and I had 
to add -march=pentium3 to the CFLAGS and CXXFLAGS, since the default is 
to generate code for pentium4. Intel has now dropped support for 
compiling on pentium3 with the latest version of icc, so this isn't a 
big issue.

make[1]: Entering directory 
`/home/paulf/qt-x11-opensource-src-4.5.0-rc1/src/tes
tlib'
icpc -c -wd654,1572 -march=pentium3 -O2 -fvisibility=hidden 
-fvisibility-inlines
-hidden -D_REENTRANT -fPIC -DQT_SHARED -DQT_NO_CAST_TO_ASCII 
-DQT_NO_CAST_FROM_A
SCII -DQTESTLIB_MAKEDLL -DQT_NO_DATASTREAM -DQT_NO_CAST_TO_ASCII 
-DQT_ASCII_CAST
_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_NO_DEBUG -DQT_CORE_LIB 
-D_LARGEFILE
64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/linux-icc -I. 
-I../../include/QtCo
re -I../../include -I. -I../../include/QtTest -I.rcc/release-shared 
-I.moc/relea
se-shared -I.uic/release-shared -o .obj/release-shared/qtestcase.o 
qtestcase.cpp
qtestcase.cpp(1490): error: identifier "callgrindChildExitCode" is undefined
           return callgrindChildExitCode;
                  ^

compilation aborted for qtestcase.cpp (code 2)
make[1]: *** [.obj/release-shared/qtestcase.o] Error 2
make[1]: Leaving directory 
`/home/paulf/qt-x11-opensource-src-4.5.0-rc1/src/test
lib'
make: *** [sub-testlib-make_default-ordered] Error 2

-- 
Paul Floyd                 http://paulf.free.fr

_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to