Skip to content

Instantly share code, notes, and snippets.

@dreeve
Created February 4, 2011 18:01
Show Gist options
  • Save dreeve/811458 to your computer and use it in GitHub Desktop.
Save dreeve/811458 to your computer and use it in GitHub Desktop.
Install gvim on OS X Snow Leopard with ruby support
Install gtk2 via macports
Download vim 7.3, extract, cd into the directory
$ ./configure --enable-rubyinterp --enable-gui=gtk2 --disable-darwin
$ make
This works when running vim/gvim with ruby
ruby 1.8.7 (2010-08-16 patchlevel 302) [i686-darwin10.3.1]
but not
ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment