Autocompletion don't works. GNU/Linux compiled from Git Sources
Posted: Tue Oct 06, 2020 8:50 pm
HI,
first of all, thank your for this marvelous IDE.
I got the last version (14.04) from git.
The compilation procedure was make following the next steps: (taken from README.md)
Under settings-> Code Completion-> search paths, I have set
But simply (after save || restart codelite) don't works, and I have not Idea why.
Please, someone so kind to help me?
Thanks in advance
first of all, thank your for this marvelous IDE.
I got the last version (14.04) from git.
The compilation procedure was make following the next steps: (taken from README.md)
Code: Select all
cd codelite
mkdir build-release
cd build-release
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . -j16
sudo cmake --build . --target install
Code: Select all
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include/g++-v9
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include/g++-v9/x86_64-pc-linux-gnu
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include/g++-v9/backward
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/include-fixed
/usr/include
/usr/include/linux/
Please, someone so kind to help me?
Thanks in advance