On Thu, Dec 18, 2008 at 2:18 PM, Randall R Schulz <rsch...@sonic.net> wrote: > > On Thursday 18 December 2008 12:13, Mark Volkmann wrote: >> On Thu, Dec 18, 2008 at 2:07 PM, Randall R Schulz <rsch...@sonic.net> > wrote: >> > ... >> > >> > First of all, check whether you Vim has the necessary Ruby support: >> > >> > % vim --version |sed -n -e 1p -e '/ruby/p' >> > ... >> > >> > If you see "-ruby" then you're out of luck until you acquire or >> > rebuild Vim with Ruby support. >> >> Do you mean that I'm out of luck if I do not see "ruby"? > > No. This time I meant what I wrote. The minus sign means "without," the > plus sign "with." > > >> Here's what I get: >> >> VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Nov 11 2008 17:20:43) >> +printer -profile -python +quickfix +reltime -rightleft -ruby >> +scrollbind > > That's your problem. At least one of them: -ruby
Okay, I'm hot on the trail with this! Here's what I did. 1) download the vim source from ftp://ftp.vim.org/pub/vim/unix/ 2) unzip it 3) cd to that directory 4) 
run "./configure --enable-rubyinterp" 5) run "sudo make install" Now when I run vim --version |sed -n -e 1p -e '/ruby/p I see +ruby! Now though when I run vim I get the following: Error detected while processing /Users/Mark/.vim/plugin/gorilla.vim: line 558: LoadError: /usr/local/lib/ruby/1.8/i686-darwin9.3.0/socket.bundle: dlopen(/usr/local/lib/ruby/1.8/i686-darwin9.3.0/socket.bundle, 9): Symbol not found: _rb_eStandardError Press ENTER or type command to continue I don't know what to make of this. BTW, I have Ruby 1.8.7. -- R. Mark Volkmann Object Computing, Inc. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---