-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix ycm compile #394
base: master
Are you sure you want to change the base?
fix ycm compile #394
Conversation
这个问题,老哥你解决了嘛 |
我列出的修改就是解决这个问题的,若要尝试安装可以用这个 |
我一直都手动安装这个! |
这个项目是没有人维护吗 |
ubuntu22.04 ,先安装python3-dev ,在安装这个版本不会出现ycmd server shut down |
我刚刚简单看了一下YCM的plugin,还是用原本的比较好,这个repo里面用的是另外一个YMC,没有及时和master保持更新,目前的rust版本还停留在2019导致我M1根本弄不上,弄了好久发现是hardcode问题,然后去原repo下面留言结果被作者指出来是branch有问题。。。。 |
今天弄的差不多了回来回复一下,可以通过以下步骤卸载当前的ycm(因为安装的时候就会默认安装作者自己gitee上的branch,当然你也可以直接去install.sh里面注释或者删除掉这个)
YouCompleteMe github repo: https://github.com/ycm-core/YouCompleteMe |
update directories for header files
Update features and packages Force Vim 9 for Copilot support Fix Perl support in Vim Simplify the code
目前安装时的ycm编译处于不可用状态,亟需修复
...
已知问题:新版ycm编译要求CMake版本在3.16及以上,若CMake版本不足需要手动更新CMake
至于更换GitHub源后可能碰到的下载问题:这和其它插件是一样的,若不能访问GitHub之后安装其他插件也全部会出错
已在Ubuntu 20.04 LTS及Arch上通过测试,Ubuntu 18.04可能需要更新CMake版本