Qt 4.3.0 on Windows in a Virtual Machine
I'm trying to install Qt 4.3.0 on a WinXP platform with MinGW.
I've tryed allmoast all ways to do this. But in the end when I run make, I allways get this error message:
F:\qt>mingw32-make
cd src\winmain\ && mingw32-make -f Makefile
mingw32-make[1]: Entering directory `F:/qt/src/winmain'
mingw32-make -f Makefile.Debug all
Makefile.Debug:116: *** multiple target patterns. Stop.
mingw32-make[2]: Entering directory `F:/qt/src/winmain'
mingw32-make[2]: Leaving directory `F:/qt/src/winmain'
mingw32-make[1]: *** [debug-all] Error 2
mingw32-make[1]: Leaving directory `F:/qt/src/winmain'
mingw32-make: *** [sub-winmain-make_default-ordered] Error 2
Anybody had this problem before?
How can I get it fixed??
Oh Vars are ok, checked like 100 times.
Re: Qt 4.3.0 on Windows in a Virtual Machine
What does configure output? Is the binary installer (qt-win-opensource-4.3.0-mingw.exe) out of question?
Re: Qt 4.3.0 on Windows in a Virtual Machine
I tried that one to, same result.
configure outputs nothing strange. Only normal, it finishes and then it starts to make qmake, witch builds ok, and then it runs qmake to generate Makefiles from .pro files and then the party starts with the above error message.
It doesn't mather if I run mingw32-make or just make. The result is the same.
I'm guessing a problem in the Makefile.Debug? But I'm an "expert" for Makefiles and I know how to fix and write them, so... :) <- This was meant the other way around.