Compiling VIM on OS X Mountain Lion
Posted
by
Lauri L
on Stack Overflow
See other posts from Stack Overflow
or by Lauri L
Published on 2012-10-08T05:48:22Z
Indexed on
2012/10/09
15:38 UTC
Read the original article
Hit count: 231
vim
|osx-mountain-lion
Compiling VIM on Mountain Lion does not work for me. I compile VIM with the following sequence:
hg clone https://vim.googlecode.com/hg/ vim
cd vim
./configure --enable-rubyinterp --with-features=huge -prefix=/usr
make
I then try to start the compiled binary with src/vim
, but it crashes like this:
$ src/vim
Vim: Caught deadly signal SEGV
Vim: Finished.
Segmentation fault: 11
What am I missing here?
© Stack Overflow or respective owner