From https://github.com/Valloric/YouCompleteMe#ubuntu-linux-x64
I ran
./install.py --clang-completer --omnisharp-completer --gocode-completer
I'm using Ubuntu Trusty 14 LTSS
And got the following error: (full dump: http://sprunge.us/COVL)
/root/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp/BoostParts/boost/type_traits/detail/ice_eq.hpp:17:71: note: #pragma message: NOTE: Use of this header (ice_eq.hpp) is deprecated # pragma message("NOTE: Use of this header (ice_eq.hpp) is deprecated")`
General guide for Vim and Vundle: https://realpython.com/blog/python/vim-and-python-a-match-made-in-heaven/
Any ideas?