"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?
Building failed
-
- CodeLite Curious
- Posts: 1
- Joined: Mon Nov 24, 2008 6:47 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Building failed
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
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