Closed bedge closed 8 years ago
Tracked it down using
brew install -vd neovim-dot-app
Shelling out after the error showed:
bash-3.2$ /usr/local/bin/python bash-3.2$
The problem was that my brew python installation was borked and so scons was returning immediately.
Anyway the fix was
brew uninstall --force python
brew install python
Although, it still needed the 'libmsgpack.a' -> 'libmsgpackc.a'
Using instructions from here: https://github.com/rogual/neovim-dot-app
I get:
I originally ran into this: https://github.com/rogual/neovim-dot-app/issues/184 but after a brew update/upgrade and uninstall/reinstall msgpack, now I get the above.
If I unpack and build the tarball directly, I get back to the https://github.com/rogual/neovim-dot-app/issues/184 problem:
Here's my nvim version:
I was able to build it after symlinking:
and do have a resulting build/Neovim.app in my tmp build dir (which is what the brew install is complaining about):
but that's just running make in a tmp dir. I still can't use brew to install it.