2016年4月21日 星期四

YouCompleteMe(YCM) Error

前陣子在使用 YCM,他算是 vim 可以擴充的一個套件,但在安裝 Plugin 之後,卻出現了下列的訊息:



ycm_client_support.[so|pyd|dll] and ycm_core.[so|pyd|dll] not detected; you need to compile YCM before using it. Read the docs!
看起來就是,YCM 有部分的東西你需要手動去編譯,於是可以到
cd ~/.vim/bundle/YouCompleteMe
下去進行編譯
sudo ./install.py
但不幸的是,出現了
Please install CMake and retry.


於是你需要裝一下
cmake
再重試一次,應該就可以成功了


沒有留言:

張貼留言