please help???

CodeLite installation/troubleshooting forum
pascaldeveloper
CodeLite Curious
Posts: 3
Joined: Sun Jun 30, 2013 12:38 am
Genuine User: Yes
IDE Question: C++
Contact:

please help???

Post by pascaldeveloper »

Hello I'm new to codelite.
I have a game that I created in Code::Blocks.
I made a new project for codelite (Not sure if I did it right or not) but
when I goto build the project I get:

C:\Windows\system32\cmd.exe /c "mingw32-make.exe -j 2 -e -f "Candy Volcano_wsp.mk""
"----------Building project:[ Candy_Volcano - Debug ]----------"
The system cannot find the path specified.
mingw32-make.exe: *** [All] Error 1
Candy Volcano_wsp.mk:4: recipe for target `All' failed
0 errors, 0 warnings

What am I doing wrong? Can someone please help me?

Thank you
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: please help???

Post by eranif »

Please provide more information.
Which version of codelite did you install?
Make sure you install a version that includes the MinGW (look in the download page of codelite, there is a binary with mingw there)

Eran
Make sure you have read the HOW TO POST thread
pascaldeveloper
CodeLite Curious
Posts: 3
Joined: Sun Jun 30, 2013 12:38 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: please help???

Post by pascaldeveloper »

Hi I installed the latest version of CodeLite with MingW 2.7.1 + wxWidgets 2.9
I guess I'm not either setting it up right or creating a new project right.

I got it to semi-start compiling but then it says can't compile file.
I think I don't have my project setup right.
Can you help me?

If I send you the complete source code (via download link)
do you think you can make a codelite project and workspace for it
where it compiles? It uses sdl, fmod and etc. which I can include
which versions I used.

Thank you :)
Post Reply