wsdjeg / .SpaceVim.d

My dotfiles for Archlinux and Windows
1.44k stars 133 forks source link

Error occurred while loading vimproc #38

Closed wulliam closed 8 years ago

wulliam commented 8 years ago

Problems summary

Error occurred while loading vimproc

Expected

Environment Information

After fresh install, I want to use VimFile and thet the error

Upload the log messages by :redir and :message

[vimproc] vimproc's DLL: "/Users/winton.wu/.cache/vimfiles/.dein/lib/vimproc_mac .so" is not found. Please read :help vimproc and make it. Tagbar: Ctags doesn't seem to be Exuberant Ctags! Error occurred while loading vimproc. Please install vimproc Ver.6.0 or above.

wsdjeg commented 8 years ago

there are two errors

wulliam commented 8 years ago

I manually build vimproc in ".cache/vimfiles/repos/github.com/Shougo/vimproc.vim" folder, and make a symlink like "ln -s ~/.cache/vimfiles/repos/github.com/Shougo/vimproc.vim/lib .cache/vimfiles/.dein/lib", then "FIleFiler" works well. (please note, the symlink is required, otherwise the vimproc_mac .so still can not found)

wsdjeg commented 8 years ago

I do not know why,it works well for me.I think maybe you need call dein#recache_runtimepath()

Shougo commented 8 years ago

@wulliam You must build vimproc by dein.

call dein#add('Shougo/vimproc.vim', {'build': 'make'})
wsdjeg commented 8 years ago

2016-05-02-16 11 06 2016-05-02-16 12 18

gbcreation commented 8 years ago

Just for information, what Unite source do you use in your second screenshot ?

EDIT: Don't mind, I just saw you in your dotfiles that you use the menus feature of Unite. Very nice.

wsdjeg commented 8 years ago

@gbcreation I do not use any unite source,it is unite menu.you can see it in plugins.vim in my dotfiles