Spacevim: vimproc_linux64.so is not found

Created on 18 May 2017  路  11Comments  路  Source: SpaceVim/SpaceVim

Expected behavior, english is recommend

No errors

Environment Information

  • OS: Linux Mint 18.1 Cinnamon 64-bit
  • neovim version: 0.1.7

The reproduce ways from Vim starting (Required!)

run nvim

Output of the ':SPDebugInfo!'

clipboard: provider is not available

please post log below, if you want me reproduce your issue quickly, post your custom config here will be better.

Screenshots

7b26f

If you have any screenshots for this issue please upload here. BTW you can use https://asciinema.org/ for recording video in terminal.

Most helpful comment

Same issue on ubuntu WSL instaling neovim,

just go directory :~/.SpaceVim/bundle/vimproc.vim/ and type make to create it.

References:
https://github.com/Shougo/vimproc.vim

All 11 comments

you need compile vimproc. please read the doc of vimproc

I'm read it.
This :call dein#add('Shougo/vimproc.vim', {'build' : 'make'}) don't work. Nothing happens

I think your compiler configuration is broken.
You should execute make in vimproc directory.

I have read the same problem in SpaceVim gitter room.

src/proc.c:10:19: fatal error: stdio.h: No such file or directory
let me find article on setup for building from source... brb...
oh
ok, seems to have worked!
thanks Shougo!
Installing all build from source packages g++ etc, will take a while. Thanks for helping.

Note: He also uses Mint.

I installed build-essential before SpaceVim and problem were gone

Same issue again on OSX 10.15 Catalina. I think it is because this problem: https://stackoverflow.com/questions/58278260/cant-compile-a-c-program-on-a-mac-after-upgrading-to-catalina-10-15

happens

I do have this problem also, running make makes nothing happen!

Please execute make command on the directory manually.

Same issue on ubuntu WSL instaling neovim,

just go directory :~/.SpaceVim/bundle/vimproc.vim/ and type make to create it.

References:
https://github.com/Shougo/vimproc.vim

@scaamanho Thanks for your tips.

Thanks for the valuable tip @scaamanho!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fmind picture fmind  路  3Comments

zeroasterisk picture zeroasterisk  路  5Comments

keai4le picture keai4le  路  4Comments

onerciller picture onerciller  路  5Comments

eperfect picture eperfect  路  4Comments