Re: MacVim + Ruby 1.9.1

2010-08-24 Thread björn
On 28 July 2010 22:10, björn wrote: > On 27 July 2010 02:34, Michael Shapiro wrote: >> >> On Jul 26, 2010, at 5:31 PM, björn wrote: >>> >>> Thanks, but there is a problem: >>> >>> checking --enable-rubyinterp argument... yes >>> checking --with-ruby-command argument... defaulting to ruby >>> ./conf

Re: MacVim + Ruby 1.9.1

2010-07-28 Thread björn
On 27 July 2010 02:34, Michael Shapiro wrote: > > On Jul 26, 2010, at 5:31 PM, björn wrote: >> >> Thanks, but there is a problem: >> >> checking --enable-rubyinterp argument... yes >> checking --with-ruby-command argument... defaulting to ruby >> ./configure: line 5780: test: !=: unary operator exp

Re: MacVim + Ruby 1.9.1

2010-07-26 Thread Michael Shapiro
On Jul 26, 2010, at 5:31 PM, björn wrote: > On 26 July 2010 21:14, Michael Shapiro wrote: >> On Jul 26, 2010, at 2:31 PM, björn wrote: >> >>> On 12 May 2010 21:15, Michael Shapiro wrote: On May 12, 2010, at 1:39 PM, björn wrote: > Should this patch be made against mainline Vim ins

Re: MacVim + Ruby 1.9.1

2010-07-26 Thread Michael Shapiro
On Jul 26, 2010, at 2:31 PM, björn wrote: > On 12 May 2010 21:15, Michael Shapiro wrote: >> On May 12, 2010, at 1:39 PM, björn wrote: >> >>> Should this patch be made against mainline Vim instead of MacVim (i.e. >>> is there any other platform that might benefit from it)? If so, could >>> you pl

Re: MacVim + Ruby 1.9.1

2010-07-26 Thread björn
On 26 July 2010 21:14, Michael Shapiro wrote: > On Jul 26, 2010, at 2:31 PM, björn wrote: > >> On 12 May 2010 21:15, Michael Shapiro wrote: >>> On May 12, 2010, at 1:39 PM, björn wrote: >>> Should this patch be made against mainline Vim instead of MacVim (i.e. is there any other platform

Re: MacVim + Ruby 1.9.1

2010-07-26 Thread björn
On 12 May 2010 21:15, Michael Shapiro wrote: > On May 12, 2010, at 1:39 PM, björn wrote: > >> Should this patch be made against mainline Vim instead of MacVim (i.e. >> is there any other platform that might benefit from it)?  If so, could >> you please create a new patch and send it on to vim_dev?

Re: MacVim + Ruby 1.9.1

2010-05-12 Thread Michael Shapiro
On May 12, 2010, at 1:39 PM, björn wrote: > Should this patch be made against mainline Vim instead of MacVim (i.e. > is there any other platform that might benefit from it)? If so, could > you please create a new patch and send it on to vim_dev? Otherwise > I'll merge it with the MacVim repo. I

Re: MacVim + Ruby 1.9.1

2010-05-12 Thread björn
On 9 May 2010 02:19, Koudelka wrote: > Hey guys, > I've successfully compiled MacVim with 1.9.1 under rvm. > > Here are the config.mk values that worked for me: > RUBY            = /Users/mikes/.rvm/bin/ruby-1.9.1-p378 > RUBY_SRC        = if_ruby.c > RUBY_OBJ        = objects/if_ruby.o > RUBY_PRO  

Re: MacVim + Ruby 1.9.1

2010-05-11 Thread Wayne E. Seguin
Mike, Awesomely done!!! Thank you for this :) ~Wayne -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: MacVim + Ruby 1.9.1

2010-05-09 Thread Koudelka
Hey guys, I've successfully compiled MacVim with 1.9.1 under rvm. Here are the config.mk values that worked for me: RUBY= /Users/mikes/.rvm/bin/ruby-1.9.1-p378 RUBY_SRC= if_ruby.c RUBY_OBJ= objects/if_ruby.o RUBY_PRO= if_ruby.pro RUBY_CFLAGS = -I/Users/mikes

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 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, setting the Ruby

Re: MacVim + Ruby 1.9.1

2010-03-28 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= objects/if_

Re: MacVim + Ruby 1.9.1

2010-03-28 Thread Wayne E. Seguin
Hi Wincent, I use vim & MacVim and wrote RVM so if I can help you test or figure anything out please let me know. I check in here once a week or you can find me in #rvm on irc.freenode.net during daytime EST hours. Good Luck! ~Wayne -- You received this message from the "vim_mac" maillist. D

Re: MacVim + Ruby 1.9.1

2010-03-28 Thread björn
On 28 March 2010 18:49, Wincent Colaiuta wrote: > > I've always just used the latest MacVim snapshot with the standard > Ruby that comes with the system (Ruby 1.8.7) but a user of a plug-in > of mine is reporting problems getting it to work under MacVim with > Ruby 1.9.1 so I've been investigating

Re: MacVim + Ruby 1.9.1

2010-03-28 Thread Wincent Colaiuta
FYI, this is the ticket related to the problem: https://wincent.com/issues/1524 And this is a post on the vim_dev list on the current status of Ruby 1.9 support which I found after writing my post above: http://groups.google.com/group/vim_dev/browse_thread/thread/a34ba9d02c57af9a/57ab745732

MacVim + Ruby 1.9.1

2010-03-28 Thread Wincent Colaiuta
Hi, I've always just used the latest MacVim snapshot with the standard Ruby that comes with the system (Ruby 1.8.7) but a user of a plug-in of mine is reporting problems getting it to work under MacVim with Ruby 1.9.1 so I've been investigating it trying to find out what's going wrong. Has anybod

Re: MacVim & Ruby 1.9.1

2009-04-18 Thread björn
2009/4/17 Pavel Kunc: > > I'm struggling with MacVim and Ruby 1.9.1. I've put together patch & > information here: http://code.google.com/p/macvim/issues/detail?id=169 Let me ask the most obvious questions: 1. Have you tries cleaning/recompiling? 2. What is the output of "otool -L Vim"? (execute

MacVim & Ruby 1.9.1

2009-04-17 Thread Pavel Kunc
Hi all, I'm struggling with MacVim and Ruby 1.9.1. I've put together patch & information here: http://code.google.com/p/macvim/issues/detail?id=169 Could somebody try to compile it the same way and see if it works? It is possible to get rid of: CXXFLAGS="${CXXFLAGS} -I/usr/local/ruby-1.9/includ