Open larpon opened 5 years ago
I've just encountered the same issue after updating my OS (ubuntu). I noticed that the correct llvm was now version 8, and updating let g:ncm2_pyclang#library_path
fixed it. It wasn't easy to figure out given that the error message wasn't really informing about what was wrong ^^
@tvatter Thanks for digging into this!
I have the same issue on Ubuntu18.04, on which the g:ncm2_pyclang#library_path is '/usr/lib/llvm-6.0/lib'
@lee-shun - you can "fix" this by using llvm-8.0 instead
Thanks a lot ,but I fixed this with another way : "let g:ncm2_pyclang#library_path = '/usr/lib/llvm-6.0/lib/libclang-6.0.so.1'" rather than the "lib" directory! @Larpon
I'm having trouble interpreting this error when trying to edit a
.cpp
file innvim
using this plugin. The error is:My config looks like this:
The
compile_commands.json
file exists in current directory and is generated by this toolAny help is appreciated!