Re: [MacRuby-devel] MacBacon problem

2012-11-30 Thread Daniel Westendorf
Stephen, It looks like MacBacon is using MRI Ruby, not MacRuby. Did you install the gem using macgem? You might have to uninstall any other versions you've installed. I never had much luck with RVM+MacRuby; I always installed MacRuby using the installer from the website. This might have been

Re: [MacRuby-devel] MacBacon problem

2012-11-30 Thread stephen horne
Thanks Daniel, you were right - I'd gem installed it. I've now gem uninstalled it and tried with macgem, but whilst that claims to install it, I get a Gem::LoadError when I try to use it: $sudo macgem install mac_bacon Successfully installed mac_bacon-1.3 1 gem installed and then try:

Re: [MacRuby-devel] MacBacon problem

2012-11-30 Thread stephen horne
Hi Joshua, No, I had missed that in my script, but now it's there I still get the same error. It seems to be happening in /usr/local/bin/macbacon itself, before it gets to my script. Stephen On 30/11/2012, at 18:22, Joshua Ballanco jball...@gmail.com wrote: Do you have a require

Re: [MacRuby-devel] MacBacon problem

2012-11-30 Thread Joshua Ballanco
Try checking the shebang line on the macbacon executable: head -1 `which macbacon` - Josh On Friday, November 30, 2012 at 8:39 PM, stephen horne wrote: Hi Joshua, No, I had missed that in my script, but now it's there I still get the same error. It seems to be happening in

Re: [MacRuby-devel] MacBacon problem

2012-11-30 Thread stephen horne
That reads: #!/Library/Frameworks/MacRuby.framework/Versions/0.13/usr/bin/macruby I was using the stable 0.12 release from the macruby.org homepage. I installed a nightly to see if that helped, but it didn't. I just tried installing another macgem, the first I came across online -