On 3 January 2011 10:36, Anders Janmyr <[email protected]> wrote: > Hi, > I am having trouble getting macvim to work with ruby 1.9.2 under RVM. > I read the previous discussions, and I checked out this > gist. https://gist.github.com/398996, but I cannot get it to work > properly. With the brew installed version I get a segfault when starting > from the command line under a different version > than the system version. The system version works fine. > If I configure and build with the command below I get strange results. Is > this issue resolved, if so how?
You have to patch the configure script in order for Ruby 1.9 to build. I have had two contributors work on a patch which I thought would be re-submitted to vim_dev, but I have not seen it there yet. I may have to see if I can submit it myself. The necessary changes can be found in this pull request: https://github.com/b4winckler/vim/pull/1 ...and there is a long discussion about it here: https://github.com/b4winckler/macvim/pull/2 Björn -- 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
