ycm-core / YouCompleteMe

A code-completion engine for Vim
http://ycm-core.github.io/YouCompleteMe/
GNU General Public License v3.0
25.42k stars 2.81k forks source link

i do not know if the compile is finished! #1704

Closed wsdjeg closed 8 years ago

wsdjeg commented 8 years ago

2015-09-27 06-40-51

vheon commented 8 years ago

Apparently you used the --omnisharp-completer with the install.py and you don't have mono installed. The libraries are builded correctly and copied where needed.

wsdjeg commented 8 years ago

i used ./install.py --clang-completer --omnisharp-completer --gocode-completer then get message

wsdjeg commented 8 years ago

i use the plugin to complete java ,with the plugin javacomplete,and javaRefactor(which added in my vimrc) contains these func: https://github.com/artur-shaik/vim-javacomplete2/issues/73

vheon commented 8 years ago

If you use it only for java though vim-javacomplete then I guess you don't need --omnisharp-completer which is complaining about mono not being installed.

wsdjeg commented 8 years ago

thank you for you ansswer ,i just reinstall my ubuntu system,because of the dist-upgrade bug, and i will reinstall all of my vim plugin