-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
ycm_core not detected #60
Comments
Do as the command says and compile YCM. :) See the installation guide for more details. |
Oh, I just realized "YCM" is YouCompleteMe. I don't get why I have to compile it though? I thought just installing it through vundle was enough. |
There's a big C++/python part inside of it that needs to be built before vim can make use of it. |
Looks like that worked. Thanks! |
Fix python2-ishm in C# completer
How to compile it? |
https://github.com/Valloric/YouCompleteMe/blob/master/README.md https://github.com/Valloric/YouCompleteMe/blob/master/README.md Instructions in the README.
|
Check the docs for up-to-date instructions: https://github.com/Valloric/YouCompleteMe/blob/master/README.md#linux-64-bit |
I've followed the installation instructions and have YCM working well. Loving it. Now I want to copy my vim setup to another server with the same architecture, but which doesn't have, nor can it have, the necessary tools to compile code. What files do I need to copy over, and if tyere are external dependencies, what is the minimal set that must install? |
That depends on how have you compiled YCM. If you're not sure what was the command line used, rebuild YCM without The only dependency is libpython.so, so make sure the version matches. You can check versions of implicit dependencies with |
After updating my version of vim, when starting it, I get this error: ycm_core.[so|dll] not detected; you need to compile YCM before using it. Read the docs!
Here's my vimrc: https://github.com/jab416171/env/blob/master/.vimrc
The text was updated successfully, but these errors were encountered: