Re: [MacRuby-devel] unrecognized command line option "-fblocks"

2011-08-21 Thread Jordan Hubbard
MacRuby is only supported on 10.6 (Snow Leopard) and later systems, I'm afraid. Leopard lacks the requisite compiler / runtime support. Sent from my portable device On Aug 21, 2011, at 12:04, Sam Dekeyser wrote: > Hi all, > > I'm trying to install MacRuby on my mac running OS X 10.5.8 (Leopa

Re: [MacRuby-devel] New warning message

2011-08-21 Thread Robert Rice
Hi, I noticed that I get this warning shortly after opening a serial port. I guess that the serial port open creates a new thread. Bob Rice On Aug 21, 2011, at 3:52 AM, Matt Aimonetti wrote: > You can ignore this warning, it sounds like a small problem with one of the > Cocoa frameworks. >

[MacRuby-devel] unrecognized command line option "-fblocks"

2011-08-21 Thread Sam Dekeyser
Hi all, I'm trying to install MacRuby on my mac running OS X 10.5.8 (Leopard). I followed the instructions in the README.rdoc file but running the `rake` task fails: (in /Users/sam/macruby-0.10) /usr/bin/gcc-4.2 -std=c99 -I. -I./include -pipe -fno-common - fexceptions -fblocks -g -O3 -Wall

[MacRuby-devel] How do I install bundler without disrupting my MRI bundler

2011-08-21 Thread Jeremy Smith
If I try to install bundler using "sudo macgem install bundler", it wants to over-write my existing bundler that is located at usr/bin/bundle. This is obviously a problem because it breaks bundler for all of my MRI projects. So I installed rvm, thinking that it would keep the gems separate from e

Re: [MacRuby-devel] New warning message

2011-08-21 Thread Matt Aimonetti
You can ignore this warning, it sounds like a small problem with one of the Cocoa frameworks. - Matt On Sat, Aug 20, 2011 at 6:47 PM, Mark Rada wrote: > I've also noticed the same problem when using the james gem on Lion. I'm > not sure if I logged a bug (this was prior to Lion's official relea