[Qt4-preview-feedback] Qt 4.5 RC1: Compile fails on Linux
Ken Hopper
kenhopper1125 at wowway.com
Thu Feb 5 22:40:03 CET 2009
I too had a failure to compile on Ubuntulite where I have been
successful with all the 4.5.0 snapshots. Here is my configuration:
----------------------------------------------------
./configure -platform linux-g++ -static -release -nomake tools
-nomake examples -nomake demos -no-webkit -qt-libjpeg -qt-libpng
----------------------------------------------------
my objective was to get the make time < 2hrs and to prepare a
smaller efficient production environment.
the results were disappointing:
----------------------------------------------------
g++ -c -pipe -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall
-W -D_REENTRANT -fPIC -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII
-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_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE
-I../../mkspecs/linux-g++ -I. -I../../include/QtCore
-I../../include -I.
-I../../include/QtTest -I.rcc/release-static -I.moc/release-static
-I.uic/release-static -o .obj/release-static/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/release-static/qtestcase.o] Error 1
make[1]: Leaving directory
`/home/khopper/Desktop/4.5.0-rc1/src/testlib'
make: *** [sub-testlib-make_default-ordered] Error 2
root at siderostat:~/Desktop/4.5.0-rc1#
----------------------------------------------------
Ken - Naperville, IL USA
Carina Denkmann wrote:
> Hi,
>
> I get a compilation error (see attachment).
>
> Steps to reproduce:
> * qt-x11-opensource-src-4.5.0-rc1.tar.gz
> * builddir == srcdir
> * configure was called with '-no-phonon'
> * make fails
>
> No valgrind packages are installed.
>
> I was always able to compile snapshots, so this
> issue seems a post-snapshots regression.
>
> Thanks,
> Carina
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Qt4-preview-feedback mailing list
> Qt4-preview-feedback at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
More information about the Qt4-feedback
mailing list