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.
Failure on First use of Codelite
-
- CodeLite Curious
- Posts: 4
- Joined: Tue Feb 17, 2015 5:38 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Failure on First use of Codelite
Please install MinGW in a folder _without_ spaces in their path
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- 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
That worked. Lesson learned.
-
- 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
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.
Just a suggestion. Put a copy of these instructions and notes on the Wiki site.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Failure on First use of Codelite
Make sure you have read the HOW TO POST thread