Compiling VIM on OS X Mountain Lion
- by Lauri L
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?