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
Oooops, yes Stephen, of course the GC is depreciated. Obviously my brain didn’t want to accept that so i just forgot :))) … well, so far MacRuby and the current AppStore apps. I pulled them out. First i thought that the small ones without gems still worked, but they’ll crash sooner or later. I

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] MacRuby-devel Digest, Vol 66, Issue 1

2013-11-03 Thread Tim Rand
There was some mention in the most resent rubymotion release notes that rubymotion was now capable of writing Mavericks os X Apps (including eval() ). So there is a solution. I am not sure Laurent will be willing to share the solution back to macruby though. Tim On Sat, Nov 2, 2013 at 7:44 PM, wr