PDA

View Full Version : Qt 4.1.1 snapshot on windows



ldindon
13th February 2006, 12:03
Hi,

I need some bugfixes that will be part of the next Qt 4.1.1 release. I tried to compile the latest snapshot from Trolltech using MINGW on windows without success (failed on the Qt4CoreLib due to a makefile error).

Did someone succeed to build any 4.1.1 snapshot?

ldindon
13th February 2006, 12:46
It seems to be my mistake since I get the same error by compiling the 4.1.0 release.
I'm not a MINGW master :-/

Here how I proceed:
- Open a MINGW shell
- do an "export MINGW_IN_SHELL=1"
- go to Qt dir and execute the configure without parameters
- do a "make"
- and get the following error:


make[3]: Entering directory `/d/sofware/dev/Qt/4.1.0/src/corelib'
make[3]: *** No rule to make target `..\..\include\QtCore\arch\qatomic.h', needed by `tmp/obj/debug_shared/qglobal.o'. Stop.

seneca
13th February 2006, 13:40
I got a message today from trolltech that 4.1.1 should be released this week.

ldindon
13th February 2006, 13:59
That's a great news!

By the way, it compiles on a Windows console using this:


set QTDIR=<YOUR_QT_DIR>
set PATH=<YOUR_QT_DIR>\bin
set PATH=%PATH%;<YOUR_MINGW_DIR>\bin
set PATH=%PATH%;%SystemRoot%\System32
set QMAKESPEC=win32-g++

configure

mingw32-make

seneca
13th February 2006, 14:58
Yes, I am also waiting eagerly for 4.1.1. It has nearly 500(!) changes and fixes since 4.1.0, but fortunately only a fraction of them are bugging me.