Re: [MacRuby-devel] Mavericks and Macruby

2013-11-03 Thread Steve Clarke
In your Xcode build settings you need to have a User Defined setting: GCC_ENABLE_OBJC_GC = supported If that’s missing it could be the answer. But given my experience and comments from others I really wonder whether it’s worth the effort, as long as you can still fall back to a working version

Re: [MacRuby-devel] Mavericks and Macruby

2013-11-03 Thread Matthias Neeracher
On Nov 3, 2013, at 3:44, macruby-devel-requ...@lists.macosforge.org wrote: > From: rob ista > > Something seems to be broken since the upgrade to Mavericks. Macgems don?t > want to load anymore: > > Robs-iMac:~ rob$ macgem list > /usr/local/bin/macgem:9:in `': undefined method `summary_indent=

Re: [MacRuby-devel] Mavericks and Macruby

2013-11-03 Thread rob ista
Steve? Where is it then? Is it de-activated or sth? When I try to run a simple macruby app in xcode i get an error message that the GC is depreciated. Rob The garbage collector is deprecated but it's still there in Mavericks. Steve ___ MacRuby-devel

Re: [MacRuby-devel] Mavericks and Macruby

2013-11-03 Thread Perry E. Metzger
On Sat, 02 Nov 2013 23:06:56 + Steve Clarke wrote: > Is this the beginning of the end or even the end of the end for > Macruby? Macruby would seem, at this point, to be abandonware. -- Perry E. Metzgerpe...@piermont.com ___ MacRuby

Re: [MacRuby-devel] Mavericks and Macruby

2013-11-03 Thread rob ista
know he doesn’t like Xcode but it will help people move to RM :))) Rob > Date: Sun, 03 Nov 2013 11:20:16 + > From: "Stephen Horne" > To: "MacRuby development discussions." > > Subject: Re: [MacRuby-devel] Mavericks and Macruby > Message-ID: >

Re: [MacRuby-devel] Mavericks and Macruby

2013-11-03 Thread Stephen Horne
On 3 Nov 2013, at 11:22, Steve Clarke wrote: > The garbage collector is deprecated but it's still there in Mavericks. > > Steve Ah, thanks. I've been thinking for months that it was going with this release. -- Stephen Horne ___ MacRuby-devel mailing lis

Re: [MacRuby-devel] Mavericks and Macruby

2013-11-03 Thread Steve Clarke
The garbage collector is deprecated but it's still there in Mavericks. Steve On 3 Nov 2013, at 11:20, Stephen Horne wrote: > On 3 Nov 2013, at 0:32, Joshua Ballanco wrote: > >> I haven't had time to update to Mavericks yet, so I couldn't tell you for >> sure, but the "summary_indent=" error l

Re: [MacRuby-devel] Mavericks and Macruby

2013-11-03 Thread Stephen Horne
On 3 Nov 2013, at 0:32, Joshua Ballanco wrote: I haven't had time to update to Mavericks yet, so I couldn't tell you for sure, but the "summary_indent=" error looks like it may be a consequence of the upgraded 2.0 version of Ruby on the system. IIRC, there should still be a copy of the 1.8 Rub

Re: [MacRuby-devel] Mavericks and Macruby

2013-11-02 Thread Andres Santos
I agree a new tutorial for Mavericks would be great 2013/11/2 Robert Carl Rice > Hi Rob, > > I upgraded to Mavericks and soon after reverted my system to 10.8.5 from a > Time Machine backup after it was apparent that MacRuby wasn't going to > work. I have a MacRuby app on the iTunes Store and a

Re: [MacRuby-devel] Mavericks and Macruby

2013-11-02 Thread Robert Carl Rice
Hi Rob, I upgraded to Mavericks and soon after reverted my system to 10.8.5 from a Time Machine backup after it was apparent that MacRuby wasn't going to work. I have a MacRuby app on the iTunes Store and another pending review on the store, so I still need to maintain them. Is there a recent

Re: [MacRuby-devel] Mavericks and Macruby

2013-11-02 Thread Joshua Ballanco
I haven't had time to update to Mavericks yet, so I couldn't tell you for sure, but the "summary_indent=" error looks like it may be a consequence of the upgraded 2.0 version of Ruby on the system. IIRC, there should still be a copy of the 1.8 Ruby version (under /System/Library I think?). If yo

Re: [MacRuby-devel] Mavericks and Macruby

2013-11-02 Thread Steve Clarke
I've had that and other problems too. The standard library 'set' no longer works, though it's fairly easy to substitute NSMutableSet. I can't run one of my main apps on Mavericks. Is this the beginning of the end or even the end of the end for Macruby? On 2 Nov 2013, at 19:02, rob ista wrote:

[MacRuby-devel] Mavericks and Macruby

2013-11-02 Thread rob ista
Something seems to be broken since the upgrade to Mavericks. Macgems don’t want to load anymore: Robs-iMac:~ rob$ macgem list /usr/local/bin/macgem:9:in `': undefined method `summary_indent=' for class `OptionParser' (NameError) This is just an example. A ‘require macgems’ followed by e.g. ‘re