Building failed

General questions regarding the usage of CodeLite
tarrs
CodeLite Curious
Posts: 1
Joined: Mon Nov 24, 2008 6:47 pm
Contact:

Building failed

Post by tarrs »

"mingw32-make.exe" -j 2 -f "Tarjetas_wsp.mk"
Failed to start build process, command: "mingw32-make.exe" -j 2 -f "Tarjetas_wsp.mk", process terminated with exit code: 0...

what can i do?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Building failed

Post by eranif »

Do you have "mingw32-make.exe" (part of the MinGW package) installed?
Which revision ?
Which package did you install ? (note that there are 3 packages for Windows)

If you dont have MinGW installed, please uninstall codelite, download the package that bundles MinGW:
http://downloads.sourceforge.net/codeli ... se_mirror=

And try it again - it should work out of the box.

Eran
Make sure you have read the HOW TO POST thread
Post Reply