News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

make.exe

Started by Community_probs, August 06, 2007, 12:35:32 PM

Previous topic - Next topic

Community_probs

hi
im trying to run an sim ple application of "hello world" in Qt 4.3.0 in windows.
but enable to do it. it is showing that make command is not found. Anybosy there who tell me that how to download and install  make .exe

darthdespotism

Which compiler do you use?

Community_probs

hi have installed the make.exe but it is showing that :-

make -f Makefile.Debug all
Makefile.Debug:61: *** missing separator.  Stop.
make[1]: Entering directory `C:/Qt/4.3.0/bin/test'
make[1]: Leaving directory `C:/Qt/4.3.0/bin/test'
make: *** [debug-all] Error 2

Community_probs

hi i need urgent repley for make.exe

David Perfors

Are you using mingw? than you could use mingw32-make.exe (or rename that program to make.exe, but that is not advisable)
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring