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
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
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).
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
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
#670: A more idiomatic rb_main for MacRuby applications
-+--
Reporter: d...@…| Owner: lsansone...@…
Type: enhancement | Status: new
Priority: trivial
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
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
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
#671: MacRuby developers can't know if their arrays are mutable or immutable
-+--
Reporter: mattaimone...@… | Owner: lsansone...@…
Type: defect | Status: new
#672: NSException can't be rescued properly
-+--
Reporter: mattaimone...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
#671: MacRuby developers can't know if their arrays are mutable or immutable
-+--
Reporter: mattaimone...@… | Owner: lsansone...@…
Type: defect | Status: new
#673: macruby_main() should always ignore RUBYOPT
---+
Reporter: lsansone...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
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,
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
#671: MacRuby developers can't know if their arrays are mutable or immutable
-+--
Reporter: mattaimone...@… |Owner: lsansone...@…
Type: defect | Status: closed
#672: NSException can't be rescued properly
-+--
Reporter: mattaimone...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
#673: macruby_main() should always ignore RUBYOPT
---+
Reporter: lsansone...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
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
#673: macruby_main() should always ignore RUBYOPT
---+
Reporter: lsansone...@… |Owner: lsansone...@…
Type: defect | Status: closed
Priority: blocker
#672: NSException can't be rescued properly
-+--
Reporter: mattaimone...@… |Owner: lsansone...@…
Type: defect | Status: closed
Priority: blocker
21 matches
Mail list logo