Failure on First use of Codelite

General questions regarding the usage of CodeLite
NicolGroup
CodeLite Curious
Posts: 4
Joined: Tue Feb 17, 2015 5:38 pm
Genuine User: Yes
IDE Question: C++
Contact:

Failure on First use of Codelite

Post by NicolGroup »

Hi. I'm a new user. Just installed Codelite after having virus problems with Code:Blocks.

As a test, I attempted to compile, I receive the following message. Clearly, I'm missing some information on setting up. Advice on getting through the first steps would be helpful.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
C :\WINDOWS\system32\cmd exe /C “"C /Program File (x86)/CodeBlock/MinGW/bin/mings32-make.exe" -j4 SHELL=cmd exe -e -f "First.mk" ./Debug/main.cpp.o"
<built-in>:O:O: fatal error: opening dependency file ./Debug/main.cpp.o.d: No such file or directory
compilation terminated.
mingw32-make.exe: [Debug/main.cpp.o.d] Error 1
I No errors found I : 0 errors, 0 warnings.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Then, I attempted a Build Project and received the follow messages:

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
C:\WINDOWS\system32\cmd.exe /C ““C:/Program Files (x86)/CodeBlocks/MinGW/bin/mingw32-make.exe” -j4 SHELL=cmd.exe -e -f Make-File”
Building project:[ First - Debug ]
C:/Program is not recognized as an internal or external command,
operable program or batch file.
i——.—w.—.—_.;1]
Build endi with;0]
errors 1 errors, e warnings
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

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

Re: Failure on First use of Codelite

Post by eranif »

Please install MinGW in a folder _without_ spaces in their path

Eran
Make sure you have read the HOW TO POST thread
NicolGroup
CodeLite Curious
Posts: 4
Joined: Tue Feb 17, 2015 5:38 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Failure on First use of Codelite

Post by NicolGroup »

That worked. Lesson learned.
NicolGroup
CodeLite Curious
Posts: 4
Joined: Tue Feb 17, 2015 5:38 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Failure on First use of Codelite

Post by NicolGroup »

Thanks for your speedy reply. Systems seem to be working.

Just a suggestion. Put a copy of these instructions and notes on the Wiki site.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Failure on First use of Codelite

Post by eranif »

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