Author Topic: make.exe  (Read 16747 times)

Community_probs

  • Guest
make.exe
« 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

Offline darthdespotism

  • Almost regular
  • **
  • Posts: 163
    • Coder's Nemesis
Re: make.exe
« Reply #1 on: August 06, 2007, 01:05:47 pm »
Which compiler do you use?

Community_probs

  • Guest
Re: make.exe
« Reply #2 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

Community_probs

  • Guest
Re: make.exe
« Reply #3 on: August 07, 2007, 09:23:29 am »
hi i need urgent repley for make.exe

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: make.exe
« Reply #4 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)
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring