mac系统 vim配置youcompleteme时出现错误如下

can't write output file: /Users/dcj/.vim/bundle/YouCompleteMe/third_party/ycmd/ycm_core.so for architecture x86_64
大神看到给我指点一下,换了好多方式,都没解决,找不到根源在哪里

查了下,据说是权限的问题,检查下你手否有以下目录的写权限
YouCompleteMe/third_party/ycmd
同时检查下下面两个文件是否是在与你用户操作不同的组里(如:root)

ycm_client_support.so , ycm_core.so
参考原文:
This is a permission issue. Check if you have rights to write in YouCompleteMe/third_party/ycmd folder. Check also if the ycm_client_support.so and ycm_core.so files don't already exist with a different owner (root for example). Closing because I am fairly sure this is not a YCM issue.
温馨提示:答案为网友推荐,仅供参考
相似回答