luan / vimfiles

The Vim Configuration. Uses vim-plug to manage plugins.
172 stars 58 forks source link

fresh install on macOS High Sierra fails on gocode #121

Closed rosenhouse closed 6 years ago

rosenhouse commented 6 years ago

Not sure what this is about....

dial unix .../gocode-daemon.pivotal: connect: no such file or directory

Should I install github.com/mdempsky/gocode before running install here?

rosenhouse commented 6 years ago

so

go get -u github.com/nsf/gocode

seems to help get past that error, but then I hit:

rpc: can't find service Server.Exit

Seems like some dependency added a dependency?

luan commented 6 years ago

@rosenhouse is this on latest go? Who's giving you that error? Installation or opening vim? Vim version?

rosenhouse commented 6 years ago

Occurs on install. Line immediately above the error message is

DONE go binaries

go 1.10.2

NVIM v0.2.2

leeloodub commented 6 years ago

Luan, thank you for looking into the issue. Seems like the issue persists. I had to clone the repo, delete

  GOPATH="${PWD}/gopath" GOBIN="${PWD}/gobin" "${PWD}/gobin/gocode" drop-cache

and run the ./install . Not sure if this will cause any further problems, but works so far.

Thank you.

luan commented 6 years ago

@leeloodub can you show me what error you see? It might just be a warning message that is misleading you. Are you sure ./install isn't exiting 0?