Skip to content
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

Closed
jab416171 opened this issue Feb 6, 2013 · 9 comments
Closed

ycm_core not detected #60

jab416171 opened this issue Feb 6, 2013 · 9 comments

Comments

@jab416171
Copy link

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

@Valloric
Copy link
Member

Valloric commented Feb 6, 2013

Do as the command says and compile YCM. :)

See the installation guide for more details.

@Valloric Valloric closed this as completed Feb 6, 2013
@jab416171
Copy link
Author

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.

@rizzatti
Copy link
Contributor

rizzatti commented Feb 6, 2013

There's a big C++/python part inside of it that needs to be built before vim can make use of it.

@jab416171
Copy link
Author

Looks like that worked. Thanks!

Grimy pushed a commit to Grimy/YouCompleteMe that referenced this issue Dec 22, 2014
@zhangzs66
Copy link

How to compile it?

@puremourning
Copy link
Member

https://github.com/Valloric/YouCompleteMe/blob/master/README.md https://github.com/Valloric/YouCompleteMe/blob/master/README.md

Instructions in the README.

On 4 Jun 2015, at 09:47, zhangzs66 notifications@github.com wrote:

How to compile it?


Reply to this email directly or view it on GitHub #60 (comment).

@hardboydu hardboydu mentioned this issue Jul 4, 2016
@jimafisk
Copy link

jimafisk commented Dec 28, 2018

How to compile it?

sudo apt install build-essential cmake python3-dev
cd ~/.vim/bundle/YouCompleteMe
python3 install.py --clang-completer

Check the docs for up-to-date instructions: https://github.com/Valloric/YouCompleteMe/blob/master/README.md#linux-64-bit

@pinoyyid
Copy link

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?

@bstaletic
Copy link
Collaborator

That depends on how have you compiled YCM. If you're not sure what was the command line used, rebuild YCM without --system-libclang and --system-boost.

The only dependency is libpython.so, so make sure the version matches. You can check versions of implicit dependencies with ldd. You will need to copy the whole YouCompleteMe folder. For further questions, go to gitter and ask there.

@ycm-core ycm-core locked as resolved and limited conversation to collaborators Apr 29, 2019
@ycm-core ycm-core deleted a comment from Dark-Folt Apr 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants