Re: [MacRuby-devel] [MacRuby] #224: String upcase method doesn't behave properly when containing a unicode character

2009-08-29 Thread MacRuby
#224: String upcase method doesn't behave properly when containing a unicode character -+-- Reporter: mattaimone...@… |Owner: lsansone...@… Type: defect | Status:

Re: [MacRuby-devel] [MacRuby] #295: [PATCH] Typy in README.rdoc

2009-08-29 Thread MacRuby
#295: [PATCH] Typy in README.rdoc ---+ Reporter: m...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: trivial|

[MacRuby-devel] Trunk does not build any more

2009-08-29 Thread John-Paul Bader
Hey, I'm a regular trunk raker ;) After the large (and amazing) change set from the last 24h it isn't building anymore. It stops with this error: /usr/bin/gcc -I. -I./include -I./onig -I/usr/include/libxml2 -arch i386 -arch x86_64 -fno-common -pipe -O3 -g -Wall -fexceptions -Wno-

Re: [MacRuby-devel] Trunk does not build any more

2009-08-29 Thread Matt Aimonetti
Hey John, Did you try to run $ rake clean and try again? I built trunk tonight on my 10.5.8 machine without any issues. - Matt On Sat, Aug 29, 2009 at 12:38 AM, John-Paul Bader h...@berlin.ccc.dewrote: Hey, I'm a regular trunk raker ;) After the large (and amazing) change set from

Re: [MacRuby-devel] Trunk does not build any more

2009-08-29 Thread John-Paul Bader
Hey Matt, I did a rake clean but I'm on 10.6 so maybe it a Snow Leopard related issue, kind regards, John On 29.08.2009, at 09:55, Matt Aimonetti wrote: Hey John, Did you try to run $ rake clean and try again? I built trunk tonight on my 10.5.8 machine without any issues. - Matt

Re: [MacRuby-devel] Trunk does not build any more

2009-08-29 Thread Laurent Sansonetti
Hi, Sorry, it looks like the new GCD module was using a legacy API that disappeared in the public version of Snow Leopard. I think I fixed the problem in r2427, could you give it a try again? Thanks, Laurent On Aug 29, 2009, at 12:38 AM, John-Paul Bader wrote: Hey, I'm a regular trunk

Re: [MacRuby-devel] RuntimeError: framework at path `Cocoa' cannot be loaded in macirb?

2009-08-29 Thread Alistair Holt
I've just upgraded to Snow Leopard and installed again from trunk but I'm still having the same issue with not being able to load the Cocoa framework in macirb. :( Alistair 2009/8/26 Alistair Holt alistairh...@gmail.com Perhaps I'll give installing another go. I did install 0.4 and went onto

Re: [MacRuby-devel] Trunk does not build any more

2009-08-29 Thread Eloy Duran
Hi, I just installed Snow Leopard, I still have the LLVM that I had compiled on Slow Leopard (10.5), then: $ rake clean $ rake $ rake spec All worked for me. So this is after the last fix committed by Laurent. Cheers, Eloy On 29 aug 2009, at 16:46, Robert Schaaf wrote: Hello Laurent,

Re: [MacRuby-devel] [MacRuby] #313: sudo rake install fails with ArgumentError

2009-08-29 Thread MacRuby
#313: sudo rake install fails with ArgumentError -+-- Reporter: dmi...@… |Owner: lsansone...@… Type: defect | Status: reopened Priority: major

[MacRuby-devel] detailed instructions on how to build macruby on snowleopard

2009-08-29 Thread Matt Aimonetti
Well written post on how to follow the README instructions ;) http://www.icoretech.org/2009/08/having-fun-with-macruby/ - Matt ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org

Re: [MacRuby-devel] Trunk does not build any more

2009-08-29 Thread Laurent Sansonetti
Hi Robert, If you follow the instructions in the README.rdoc file you should be good. If you need something else let me know. We will start making binary builds next week. Laurent On Aug 29, 2009, at 7:46 AM, Robert Schaaf wrote: Hello Laurent, It would be nice if you could post on the

Re: [MacRuby-devel] [MacRuby] #313: sudo rake install fails with ArgumentError

2009-08-29 Thread MacRuby
#313: sudo rake install fails with ArgumentError -+-- Reporter: dmi...@… |Owner: lsansone...@… Type: defect | Status: reopened Priority: major

Re: [MacRuby-devel] [MacRuby] #125: Problem with CSV library

2009-08-29 Thread MacRuby
#125: Problem with CSV library -+-- Reporter: deepak.gul...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: major|

Re: [MacRuby-devel] Trunk does not build any more

2009-08-29 Thread Laurent Sansonetti
Hi Robert Could you file a bug on trac ? There are still a few bugs with irb. Thanks Laurent Sent from my iPhone On Aug 29, 2009, at 3:56 PM, Robert Schaaf rwsch...@comcast.net wrote: Hello Laurent, I followed the instructions to the letter, using r2427. All the specs pass, but I have

Re: [MacRuby-devel] [MacRuby] #313: sudo rake install fails with ArgumentError

2009-08-29 Thread MacRuby
#313: sudo rake install fails with ArgumentError -+-- Reporter: dmi...@… |Owner: lsansone...@… Type: defect | Status: reopened Priority: major

Re: [MacRuby-devel] RuntimeError: framework at path `Cocoa' cannot be loaded in macirb?

2009-08-29 Thread Laurent Sansonetti
Hi Alistair, So, looking at the error you pasted earlier, it seems that it's raised in the following objc.m logic: if (![bundle loadAndReturnError:error]) { rb_raise(rb_eRuntimeError, framework at path `%s' cannot be loaded: %s, cstr,