-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ncm2_pyclang_proc@yarp] Job is dead. #29
Comments
I've just encountered the same issue after updating my OS (ubuntu). I noticed that the correct llvm was now version 8, and updating |
@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! |
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!
The text was updated successfully, but these errors were encountered: