Page 1 of 1

[6.1] Tags-Settings - Suggest Search Paths doesnt work

Posted: Wed Aug 27, 2014 4:08 pm
by rain1
Hello :),

I started with Codelite 6.1 few minutes ago and tried to setup clang code completion.
Unfortunately I'm unable to setup the include dirs properly.
The button "suggest search paths" does nothing.

My Environment:
Arch Linux
Codelite 6.1
Clang++ Project

Does anyone have an idea?
Thanks in advance!
rain1

Re: [6.1] Tags-Settings - Suggest Search Paths doesnt work

Posted: Wed Aug 27, 2014 4:32 pm
by eranif
FYI:
When using clang, on Linux, this is rarely needed - i.e. all you need to do, is to re-build your workspace once and codelite will take it from there (the include paths for the code completion are taken from the build settings)

This might fail, incase you don't have a gcc compiler installed (more specifically g++)

Can you confirm this?

Eran