clang_complete icon indicating copy to clipboard operation
clang_complete copied to clipboard

Loading libclang failed

Open j5shi opened this issue 9 years ago • 0 comments

  • OS: RedHatEnterpriseServer 6.5 (Santiago), 64-bit
  • Vim 8.0 x86-64
  • LLVM with Clang Front End 3.8.0 (I compiled it myself)
  • let g:clang_library_path = "/home/j5shi/bin/llvm/3.8.0/lib/libclang.so.3.8"

And when I open a CPP file, I got "Loading libclang failed, completion won't be available. Are you sure '/home/j5shi/bin/llvm/3.8.0/lib/libclang.so.3.8' contains libclang?".

If I use "/opt/clang/x86_64/2.8-1/lib/libclang.so", then it works fine.

Any suggestions? Thanks in advance.

j5shi avatar Dec 02 '16 03:12 j5shi