Re: MacVim + Ruby 1.9.1

2010-03-29 Thread Wincent Colaiuta
Thanks for the help. As a first step I hacked the src/auto/config.mk file by hand to see if I could get make to work without errors, setting the Ruby values like this: RUBY= /Users/wincent/.rvm/rubies/ruby-1.9.1-p378/bin/ruby RUBY_SRC= if_ruby.c RUBY_OBJ=

Re: E484

2010-03-29 Thread björn
On 29 March 2010 16:17, LuKreme wrote: On 28-Mar-2010, at 21:08, LuKreme wrote: When I try to add a word to the word list, I get the following error: E484: Can't open file long/path/vim/runtime/spell/en.utf-8.add sure enough, that file (and en.utf-8.add.spl) are owned by root. Can I

Re: MacVim + Ruby 1.9.1

2010-03-29 Thread Wayne E. Seguin
Fair enough :) I'd suggest trying the ~/.rvm/bin/ruby-1.9.1-p378 wrapper script. On Mon, Mar 29, 2010 at 2:21 AM, Wincent Colaiuta w...@wincent.com wrote: Thanks for the help. As a first step I hacked the src/auto/config.mk file by hand to see if I could get make to work without errors,