Hi, On Sat, Sep 26, 2009 at 6:22 AM, Tim Hammerquist <[email protected]> wrote: > ruby (MacPorts @1.8.7-p174) > MacVim (git master, HEAD=24d9b9) > Did I misunderstand? Do I still need to build a custom ruby from > source? Or is there somethint else going on here?
MacVim (MacVim.app/Contents/MacOS/Vim) is for architecture i386. ruby (libruby.dylib) is for architecture x86_64. So, you need to install ruby with i386 x86_64 universal variant. sudo port uninstall ruby (or deactivate) sudo port install ruby +universal universal_archs="i386 x86_64" By the way, in my experience, "a combination of MacVim i386 and Vim x86_64" seems ok. sakamoto --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
