[MacRuby-devel] Cannot get standalone distribution to work with 0.5 or Apr 29 nightly

2010-05-02 Thread Brian Marick
I'm trying to get a standalone distribution working (one with the MacRuby framework embedded in the app). I've followed the instructions in the tutorial http://www.macruby.com/documentation/tutorial.html and also looked at the discussion in ticket 281, macruby-devel at http://bit.ly/dkKyXT, and c

Re: [MacRuby-devel] Cannot get standalone distribution to work with 0.5 or Apr 29 nightly

2010-05-02 Thread Matt Aimonetti
Are you trying to compile an Xcode or hotcocoa project? - Matt On Sun, May 2, 2010 at 11:10 AM, Brian Marick wrote: > I'm trying to get a standalone distribution working (one with the MacRuby > framework embedded in the app). I've followed the instructions in the > tutorial > http://www.macruby

Re: [MacRuby-devel] Cannot get standalone distribution to work with 0.5 or Apr 29 nightly

2010-05-02 Thread Brian Marick
Xcode. On May 2, 2010, at 1:16 PM, Matt Aimonetti wrote: > Are you trying to compile an Xcode or hotcocoa project? > > - Matt > > On Sun, May 2, 2010 at 11:10 AM, Brian Marick wrote: > I'm trying to get a standalone distribution working (one with the MacRuby > framework embedded in the app).

[MacRuby-devel] How to get elements from Boxed object

2010-05-02 Thread Craig Williams
This works in Objective-C but in MacRuby I cannot find a way to access the properties of the Boxed object that is returned by loc.coordinate in the code below. Thanks, Craig MacRuby Version 0.7 -> pulled today OS -> 10.6.3 Objective-C version: CLLocation *loc = [[CLLocation alloc] initWi

Re: [MacRuby-devel] Cannot get standalone distribution to work with 0.5 or Apr 29 nightly

2010-05-02 Thread Laurent Sansonetti
Hi Brian, Would you have by any chance a RUBYOPT environment variable set to "-r rubygems" in the default environment? Laurent On May 2, 2010, at 11:10 AM, Brian Marick wrote: > I'm trying to get a standalone distribution working (one with the MacRuby > framework embedded in the app). I've fo

[MacRuby-devel] [MacRuby] #670: A more idiomatic rb_main for MacRuby applications

2010-05-02 Thread MacRuby
#670: A more idiomatic rb_main for MacRuby applications -+-- Reporter: d...@…| Owner: lsansone...@… Type: enhancement | Status: new Priority: trivial

Re: [MacRuby-devel] How to get elements from Boxed object

2010-05-02 Thread Laurent Sansonetti
Hi Craig, I believe you're hitting http://www.macruby.org/trac/ticket/641 Laurent On May 2, 2010, at 11:48 AM, Craig Williams wrote: > This works in Objective-C but in MacRuby I cannot find a way to access the > properties of the Boxed object that is returned by loc.coordinate in the code > b

Re: [MacRuby-devel] Cannot get standalone distribution to work with 0.5 or Apr 29 nightly

2010-05-02 Thread Brian Marick
You are my hero. I set RUBYOPT in .MacOS/environment.plist long ago. On May 2, 2010, at 3:18 PM, Laurent Sansonetti wrote: > Hi Brian, > > Would you have by any chance a RUBYOPT environment variable set to "-r > rubygems" in the default environment? > > Laurent - Brian Marick, independen

Re: [MacRuby-devel] How to get elements from Boxed object

2010-05-02 Thread Craig Williams
Than you Laurent, I have been searching all over for Boxed but not CLLocation. btw, is there a projected timeframe when MacRuby will be OSA compliant? No rush, just wondering. ;) Regards, Craig On May 2, 2010, at 3:14 PM, Laurent Sansonetti wrote: > Hi Craig, > > I believe you're hitting ht

[MacRuby-devel] [MacRuby] #671: MacRuby developers can't know if their arrays are mutable or immutable

2010-05-02 Thread MacRuby
#671: MacRuby developers can't know if their arrays are mutable or immutable -+-- Reporter: mattaimone...@… | Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] [MacRuby] #672: NSException can't be rescued properly

2010-05-02 Thread MacRuby
#672: NSException can't be rescued properly -+-- Reporter: mattaimone...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #671: MacRuby developers can't know if their arrays are mutable or immutable

2010-05-02 Thread MacRuby
#671: MacRuby developers can't know if their arrays are mutable or immutable -+-- Reporter: mattaimone...@… | Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] [MacRuby] #673: macruby_main() should always ignore RUBYOPT

2010-05-02 Thread MacRuby
#673: macruby_main() should always ignore RUBYOPT ---+ Reporter: lsansone...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] Cannot get standalone distribution to work with 0.5 or Apr 29 nightly

2010-05-02 Thread Laurent Sansonetti
I see. I believe macruby_main() should always ignore RUBYOPT... I filed: https://www.macruby.org/trac/ticket/673 In the meantime, as a workaround you can try to add this line in your main.m file, just before calling macruby_main(): unsetenv("RUBYOPT"); Laurent On May 2, 2010, at 2:57 PM,

Re: [MacRuby-devel] How to get elements from Boxed object

2010-05-02 Thread Laurent Sansonetti
On May 2, 2010, at 3:50 PM, Craig Williams wrote: > Than you Laurent, > > I have been searching all over for Boxed but not CLLocation. Sorry about that. I'm afraid the only solution right now is to wrap this inside an ObjC class and use it from MacRuby. > btw, is there a projected timeframe wh

Re: [MacRuby-devel] [MacRuby] #671: MacRuby developers can't know if their arrays are mutable or immutable

2010-05-02 Thread MacRuby
#671: MacRuby developers can't know if their arrays are mutable or immutable -+-- Reporter: mattaimone...@… |Owner: lsansone...@… Type: defect | Status: closed

Re: [MacRuby-devel] [MacRuby] #672: NSException can't be rescued properly

2010-05-02 Thread MacRuby
#672: NSException can't be rescued properly -+-- Reporter: mattaimone...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #673: macruby_main() should always ignore RUBYOPT

2010-05-02 Thread MacRuby
#673: macruby_main() should always ignore RUBYOPT ---+ Reporter: lsansone...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] 0.6 almost there, need help!

2010-05-02 Thread dy...@ideaswarm.com
Thanks for looking into it. I'll give the code a try tomorrow and get back to you off list. Congrats on 0.6! - Dylan On Apr 30, 2010, at 3:41 PM, Laurent Sansonetti wrote: > Hi Dylan, > > Unfortunately it's too late for 0.6. I replied inside the bug about the > potential cause and propose

Re: [MacRuby-devel] [MacRuby] #673: macruby_main() should always ignore RUBYOPT

2010-05-02 Thread MacRuby
#673: macruby_main() should always ignore RUBYOPT ---+ Reporter: lsansone...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker

Re: [MacRuby-devel] [MacRuby] #672: NSException can't be rescued properly

2010-05-02 Thread MacRuby
#672: NSException can't be rescued properly -+-- Reporter: mattaimone...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker