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
[6.1] Tags-Settings - Suggest Search Paths doesnt work
-
- CodeLite Curious
- Posts: 1
- Joined: Wed Aug 27, 2014 4:01 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: [6.1] Tags-Settings - Suggest Search Paths doesnt work
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
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
Make sure you have read the HOW TO POST thread