Re: [MacRuby-devel] Building Mail.app plugin with MacRuby

2009-02-25 Thread Matt Aimonetti
Laurent replied via twitter: http://twitter.com/lrz/status/1243876823 The only workarounds would be to rewrite MacRuby to not use the GC, or Mail.app to use the GC. Very unlikely. - Matt On Mon, Feb 23, 2009 at 9:42 PM, Olexandr Prokhorenko wrote: > > Sirs, > I'm playing around Mail.app plugin

[MacRuby-devel] Building Mail.app plugin with MacRuby

2009-02-25 Thread Olexandr Prokhorenko
Sirs, I'm playing around Mail.app plugin bundles, and I'd like to use MacRuby for building a plugin. However, I can't run it with Mail.app. As soon as I'm placing a call to macruby_main(..), I'm getting: The client that links against MacRuby was not built for GC. I think Mail.app is not G