Trolltech Home | Qt4-preview-feedback Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt4-preview-feedback Archive, October 2007
Can't compile qt at all


Message 1 in thread

Dear ones,

I am trying to compile qt 4.3.1, and get the following error right off the
bat:

C:\Qt\4.3.1> configure
.
.
.
Creating qmake...
g++ -c -oproject.o -O -I. -Igenerators -Igenerators/unix -Igenerators/win32
-Igenerators/mac -IC:\Qt\4.3.1/src/corelib/arch/generic
-IC:\Qt\4.3.1/include -IC:\Qt\4.3.1/include/QtCore -IC:\Qt\4.3.1/include
-IC:\Qt\4.3.1/include/QtCore -IC:\Qt\4.3.1/src/corelib/global
-IC:\Qt\4.3.1/include/QtScript -IC:\Qt\4.3.1/mkspecs/win32-g++
-DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NO_PCRE
-DQT_NODLL -DQT_NO_STL -DQT_NO_COMPRESS -DUNICODE -DHAVE_QCONFIG_CPP
-DQT_BUILD_QMAKE -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT
-DQT_NO_DATASTREAM
-DQMAKE_OPENSOURCE_EDITION project.cpp
mingw32-make: *** [project.o] Error 1
.
.
.

Environment:
Windows Vista
Plenty of disk space and ram, 3.4 GHz Intel chip
PATH=c:\MinGW\bin;c:\MinGW\libexec\gcc\mingw32\3.4.2;c:\ruby\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program
Files\QuickTime\QTSystem\;c:\Qt\4.3.1\bin
LIB and INCLUDE not set

FYI, have compiled Qt successfully before, with exception of MySql plugin,
which objects to the C++ decoration in the MySql interface library. I
decided to start over to see if I could get the MySql plugin to work.
Started getting this error. Downloaded a fresh copy of Qt+MinGW from
Trolltech, and got same results. Yes, I uninstalled Qt and MinGW before
executing the downloaded file.

Any suggestions?

Phil Baker