I am using linux mint and I installed clang_complete using the Clang Complete makefile. But that does not work. When I open the cpp file, an error message appears:
Loading libclang failed, completion won't be available. Consider setting g:clang_library_path
I already did some research on this topic and tried to find the libclang.so file for put g: clang_library_path = '...' in my vimrc. But I can not find the file. Therefore, I cannot determine the path in my vimrc.
$ find / -name libclang -type f 2> /dev/null returns nothing.
I would be glad to get some help to make clang_complete work.
source share