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

2009-08-29 Thread Laurent Sansonetti
Also, could you confirm that it also fails for other frameworks? macruby -e "framework 'Foundation'" If this works, then I suspect MacRuby finds a Cocoa.framework somewhere in your disk that is not the right one. In case you pass a string (ex. foo) to #framework, it will search for foo.fra

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,

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] [MacRuby] #320: irb aborts on syntax error

2009-08-29 Thread MacRuby
#320: irb aborts on syntax error --+- Reporter: rwsch...@…| Owner: lsansone...@… Type: defect| Status: new Priority: minor | Milesto

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 wrote: Hello Laurent, I followed the instructions to the letter, using r2427. All the specs pass, but I have a problem with macirb

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

2009-08-29 Thread Robert Schaaf
Hello Laurent, I followed the instructions to the letter, using r2427. All the specs pass, but I have a problem with macirb, which aborts on a syntax error. This is on the newest Mac Mini, 2.26 Mh, with 2 meg running the commercial Snow Leopard release. Last login: Sat Aug 29 18:41:25 o

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

2009-08-29 Thread Alistair Holt
Does anyone have any ideas on this? It's driving me mad not being able to use MacRuby on my MBP. I really don't want to have to try doing something like a clean system install. BTW - I installed MacRuby the same way on my MP and have had no problems with it at all. Alistair 2009/8/29 Alistair Ho

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] #146: Crash While Using CSV

2009-08-29 Thread MacRuby
#146: Crash While Using CSV +--- Reporter: ted.r...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: major |Milestone: Mac

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] [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] 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 b

[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 [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-dev

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] 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, It

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

2009-08-29 Thread Robert Schaaf
Hello Laurent, It would be nice if you could post on the blog a step-by-step description of how to build MacRuby for Snow Leopard. A little hand holding would be appreciated, since many of us Mac types aren't really terminal jockeys. Thanks, Bob Schaaf On Aug 29, 2009, at 4:54 AM, Lau

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 > Perhaps I'll give installing another go. I did install 0.4 and went onto > install from trunk aft

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

2009-08-29 Thread John-Paul Bader
Yes - all latest and greatest. Clean install. Worked perfectly the last couple of days. Kind regards, John On 29.08.2009, at 10:02, Claudio Poli wrote: are you using xcode from snow leopard dvd? Il giorno 29/ago/2009, alle ore 09.59, John-Paul Bader ha scritto: Hey Matt, I did a rake cle

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 ra

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

2009-08-29 Thread Claudio Poli
are you using xcode from snow leopard dvd? Il giorno 29/ago/2009, alle ore 09.59, John-Paul Bader ha scritto: 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 t

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 O

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 wrote: > Hey, > > I'm a regular trunk raker ;) After the large (and amazing) change set from > the last 24h it i

[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- parenthe