I am starting to learn C++ and I just installed Codelite, but when I run it I get a message....
"Codelite could not find any search paths set for the code completion parser. This means that Codelite will *not* be able to offer any code completion for non-workspace files."
What does this mean and how do I fix it?
Michael Schaap
Codelite Message
-
- CodeLite Curious
- Posts: 2
- Joined: Thu Mar 01, 2012 10:20 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: Codelite Message
this means that you installed codelite without any compiler that codelite could detect.michaelschaap wrote:What does this mean and how do I fix it?
If you are on Windows, I suggest that you install this one which includes a compiler (g++ 4.6.1)
http://sourceforge.net/projects/codelit ... e/download
If you are on linux, make sure you have g++ installed
Read this:
http://www.codelite.org/LiteEditor/Sett ... Completion
In the future, please state your OS, codelite version etc.
Make sure you read this before posting:
viewtopic.php?f=3&t=138
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Thu Mar 01, 2012 10:20 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelite Message
Thanks Eran! Very easy solve
Michael
Michael