Qt Creator 0.9.1 - progrma build error
I have installed qt creator 0.9.1 from Qt page (windows version). Because of some errors, I've installed Qt 4.4.3 separately and then QT creator. But when I try to build simple project (console Hello Wold) I get an error:
Running build steps for project test...
Starting: C:/Qt/4.4.3/bin/qmake.exe C:/Users/Luka/Develpoment/QTcpp/test/test.pro -spec win32-g++ -r
Exited with code 0.
Could not find make command: mingw32-make.exe in the build environment
Error while building project test
When executing build step 'Make'
Canceled build.
I've set the qt 4.4.3 directory in tools->options, but I don't know where to set the location of mingw32.
Thanks in advance, fb2007
Re: Qt Creator 0.9.1 - progrma build error
You should place make in your command PATH.
Re: Qt Creator 0.9.1 - progrma build error
Thank you, it worked like a charm! :o
fb2007
Re: Qt Creator 0.9.1 - progrma build error
i have the same problem but i am using Fedora linux 10
Code:
Starting: /usr/bin/qmake-qt4 /the_Path_ToP_My_Project /helloQtCreator/helloQtCreator.pro -spec /usr/lib/qt4/mkspecs/linux-g++ -r CONFIG+=debug_and_release CONFIG+=debug
Exited with code 0.
Could not find make command: make in the build environment
Error while building project helloQtCreator
When executing build step 'Make'
Canceled build.
iam kinda new and i dont know how to "set the PATH" in Linux
anny help is appreciated
thanx in advance
Re: Qt Creator 0.9.1 - progrma build error
VERY SOOOOOOOOOORRYYYYYYYYYYYYYYY ...
my mistake
I just found out that "make" was not installed on my machine
installed it and everything went right
sorry again
thanx
Re: Qt Creator 0.9.1 - progrma build error
hi i got same problem, can you tell me how to installing "make" file?