Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: Community_probs on August 06, 2007, 12:35:32 pm

Title: make.exe
Post by: Community_probs on August 06, 2007, 12:35:32 pm
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
Title: Re: make.exe
Post by: darthdespotism on August 06, 2007, 01:05:47 pm
Which compiler do you use?
Title: Re: make.exe
Post by: Community_probs on August 07, 2007, 09:05:58 am
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
Title: Re: make.exe
Post by: Community_probs on August 07, 2007, 09:23:29 am
hi i need urgent repley for make.exe
Title: Re: make.exe
Post by: David Perfors on August 07, 2007, 09:58:14 am
Are you using mingw? than you could use mingw32-make.exe (or rename that program to make.exe, but that is not advisable)