Re: [MacRuby-devel] MacRuby on Mavericks

2013-11-06 Thread Robert Carl Rice
Hi Kevin, No, except that when I tried to upgrade to Mavericks I got undefined class object errors from the MacRuby framework as per Rob Ista's message. Hopefully it's just a load order problem. Bob Rice On Nov 6, 2013, at 9:37 PM, Kevin Walzer wrote: > On 11/6/13, 9:00 PM, Robert Carl Rice

Re: [MacRuby-devel] Standard Ruby for desktop apps?

2013-11-06 Thread Robert Carl Rice
Hi Kevin, I don't think many app developers would want to publish their source code through the iTunes store. Another developer would quickly "swallow it up" into a larger application. I wouldn't be interested in any solution that doesn't compile the code. Bob Rice On Nov 6, 2013, at 9:51 PM,

[MacRuby-devel] Standard Ruby for desktop apps?

2013-11-06 Thread Kevin Walzer
With MacRuby seemingly abandoned, is there any constituency for using standard Ruby for Mac desktop deployment? I was very interested in trying to use Ruby with Tk, but was stymied by the lack of deployment API's. Tk is old-school, but it has the virtue of actually working with standard Ruby wh

Re: [MacRuby-devel] MacRuby on Mavericks

2013-11-06 Thread Kevin Walzer
On 11/6/13, 9:00 PM, Robert Carl Rice wrote: The iTunes Store has notified me that my current binaries will be removed from the store for not being compatible with the current OS release. Recoding for either RubyMotion or Objective-C will be a big job and I'm not looking forward to it. Can y

Re: [MacRuby-devel] MacRuby on Mavericks

2013-11-06 Thread Robert Carl Rice
Hi Rob, This is probably too obvious to help but I'll throw it out anyway. Default MacRuby projects include code in rb_main.rb to require all rb files in the target directory but I quickly learned that it wasn't a good idea to use the code since the load order becomes unpredictable for a large

Re: [MacRuby-devel] MacRuby on Mavericks

2013-11-06 Thread Robert Carl Rice
Hi Rob, Thanks for looking into this. The iTunes Store has notified me that my current binaries will be removed from the store for not being compatible with the current OS release. Recoding for either RubyMotion or Objective-C will be a big job and I'm not looking forward to it. PS; the new X

Re: [MacRuby-devel] MacRuby on Mavericks

2013-11-06 Thread rob ista
Hi All, indeed the GC is still there on Mavericks and needs to be ‘required’ in Xcode while disabling ARC to avoid a conflict (thanks Steve). So far so good. I guess I had too many probe at the same time :). The malfunctioning again of the IB in Xcode5 with the outlets can be solved with the e