I'm trying to install Qt from the Git repository on Windows XP.
I've installed MinGW 5.1.6 with the g++ and mingw-make options enabled.
I've installed Git 1.6.4 (from msys-git).
I've also grabbed Qt (using 4.5 to iron out build difficulties, then
4.6 after I get it working):
cd C:\Qt
git clone git://gitorious.org/qt/qt.git
cd git
git branch 4.5 origin/4.5
git checkout 4.5
I've set up my Command Prompt with the following:
set QTDIR=C:\Qt\qt\
set PATH=%PATH%;C:\mingw\bin;C:\Qt\qt\bin
set QMAKESPEC=win32-g++
Now I run configure.exe:
configure
I answer the license questions ('o' for open source, 'y' for accept)
and it starts to configure. But I get errors:
Creating qmake...
g++ -c -oproject.o -O -I. -Igenerators -Igenerators/unix
-Igenerators/win32 -Igenerators/mac -IC:\Qt\qt/include
-IC:\Qt\qt/include/Q
/include -IC:\Qt\qt/include/QtCore -IC:\Qt\qt/src/corelib/global
-IC:\Qt\qt/include/QtScript -IC:\Qt\qt/mkspecs/win32-g++ -D
_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NO_PCRE -DQT_NODLL
-DQT_NO_STL -DQT_NO_COMPRESS -DUNICODE -DHAVE_QCONFIG_CPP
-DQT_BUILD_QMAKE -DQ
QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM
-DQMAKE_OPENSOURCE_EDITION project.cpp
In file included from project.cpp:42:
project.h:45:25: qstringlist.h: No such file or directory
project.h:46:25: qtextstream.h: No such file or directory
project.h:47:21: qstring.h: No such file or directory
project.h:48:20: qstack.h: No such file or directory
project.h:49:18: qmap.h: No such file or directory
project.h:50:23: qmetatype.h: No such file or directory
project.h:57:28: qscriptengine.h: No such file or directory
So what obvious thing am I missing here?
How do you get the headers into the Include directory before qmake is
even built?
Is there instructions somewhere that I'm not following correctly?
_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback