Codelite Message

CodeLite installation/troubleshooting forum
michaelschaap
CodeLite Curious
Posts: 2
Joined: Thu Mar 01, 2012 10:20 pm
Genuine User: Yes
IDE Question: C++
Contact:

Codelite Message

Post by michaelschaap »

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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite Message

Post by eranif »

michaelschaap wrote:What does this mean and how do I fix it?
this means that you installed codelite without any compiler that codelite could detect.

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
michaelschaap
CodeLite Curious
Posts: 2
Joined: Thu Mar 01, 2012 10:20 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite Message

Post by michaelschaap »

Thanks Eran! Very easy solve :)

Michael
Post Reply