rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

Error installing docs with homebrew-version #253

Closed bambu closed 8 years ago

bambu commented 8 years ago

I get the following error when installing the homebrew version with brew install neovim-dot-app --HEAD:

Install directory: "/proj/git/neovim/build/runtime" as "build/Neovim.app/Contents/Resources/runtime"
scons: *** [build/Neovim.app/Contents/Resources/runtime/doc] /proj/git/neovim-dot-app/build/Neovim.app/Contents/Resources/runtime/doc: File exists

After some testing I was also able to reproduce this by:

make clean
make -j 4 NVIM=../neovim/build/bin/nvim  VIM=../neovim/build/

Where ../neovim/build/ is the latest commit (c6594d73c)

ghost commented 8 years ago

+1

I also ran across this same error when trying to compile from source, not surprising though as it should be the same thing as brew install neovim-dot-app --HEAD.

SuperBo commented 8 years ago

I got this error too

scwood commented 8 years ago

Also getting this error.

rogual commented 8 years ago

Should be fixed with https://github.com/rogual/neovim-dot-app/commit/82b83845a131ea19dd86d9d018cebec4df7b4fc6

bambu commented 8 years ago

Verified working both from source and homebrew