PDA

View Full Version : mingw32-make : multiple target patterns error



tsemer
6th November 2007, 10:19
The last four days i am trying to install QT4.3.2 open source edition on my windows XP sp2 PC in order to use it with eclipse IDE (qt / eclipse integration 1.0.0). I have installed the minGW compiler at C:\minGW. Run the installer for qt that i have downloaded from Trolltech site (qt-win-opensource-4.3.2-mingw.exe). The installer contains ONLY the release binaries and so i had to build also the debug ones. this build always fails with "multiple target patterns. stop"
Then i tried to build from the source files using the instructions from the below link.
http://qtnode.net/wiki?title=Qt4_on_Windows

the "configure.exe -debug-and-release -platform win32-g++" finishes gracefully and then prompting me to run mingw32-make.
i hit mingw32-make and the error is once again:
multiple target patterns. stop

please send any suggestions

thanks in advance

tsemer

jpn
6th November 2007, 10:31
http://www.qtcentre.org/forum/f-installation-5/t-fail-to-build-debug-libraries-in-qt432-9564.html

tsemer
6th November 2007, 14:54
Thanks again jpn !!.
I have just build the debug binaries, and seem successful.
now I am trying to figure out how to use this eclipse IDE to debug my code...
I might post something later ..