Page 1 of 1

please help???

Posted: Sun Jun 30, 2013 12:42 am
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

Re: please help???

Posted: Sun Jun 30, 2013 9:44 am
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

Re: please help???

Posted: Mon Jul 01, 2013 12:38 am
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 :)