deoplete-plugins/deoplete-go

do make show errors in MacOS10.12.4

yjgcwgg opened this issue · 2 comments

mv /Users/xxx/.config/nvim/plugged/deoplete-go/build/ujson.*.so /Users/xxx/.config/nvim/plugged/deoplete-go/rplugin/python3/deoplete/ujson.so mv: rename /Users/xxx/.config/nvim/plugged/deoplete-go/build/ujson.*.so to /Users/river/.config/xxx/plugged/deoplete-go/rplugin/python3/deoplete/ujson.so: No such file or directory make: *** [/Users/xxx/.config/nvim/plugged/deoplete-go/rplugin/python3/deoplete/ujson.so] Error 1

=====
I had hacked Makefile temporary to make it right.

zchee commented

@drwx Thanks for create the issue.
Hmm, strange...
What is fix "I had hacked Makefile temporary to make it right." ?

zerok commented

I ran into a similar issue. @drwx: Does your username perhaps contain spaces or something like that? I had to do some string-quoting to get that to work and I will try to do a PR with what worked for me :)