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
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=
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
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
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
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
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
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
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