Re: [MacRuby-devel] Core Dump When Importing 3rd Party gems

2012-11-14 Thread J Silver
Not sure if this will fix, but I see you are running 0.12. That's way old. You should upgrade to nightly latest 0.13. Still, don't hear many reports of C extensions working beyond the initial Nokogiri, so this is something I too would like to see fixed. Thanks, jsilver On 14/11/2012 10:10, J

Re: [MacRuby-devel] Core Dump When Importing 3rd Party gems

2012-11-14 Thread Joshua Ballanco
Hi Jason, The gems you reference include C extensions, which are *mostly* supported by MacRuby, but there are bound to be a few bugs. Do you have crash logs for these failures? If so, would you mind filing a Github issue with the crash logs attached (or linked as a Gist)? Thanks, Josh On Su

[MacRuby-devel] Core Dump When Importing 3rd Party gems

2012-10-28 Thread Templeton Jason
I've been having some problems importing 3rd party gems. Basically, this is what happens #!/usr/local/bin/macruby framework 'Foundation' framework 'ScriptingBridge' framework 'cocoa' puts "Hola" require "rubygems" puts "Imported rubygems" require "mechanize" puts "Imported mechanize..." I will