Re: [MacRuby-devel] Miniruby Causing Trouble with SVN Edge

2009-08-03 Thread Maxwell Hawkins
I'm on a MacBook Pro with a 2.16GHz Core Duo running 10.5.7. Core Duo is 32 bit. If I had to guess, that would be the source of the issue. Indeed, the 0.5 branch currently does not work in 32 bits. Well, I fixed the BitCast error in 32 bits yesterday, but there are other big problems le

Re: [MacRuby-devel] Miniruby Causing Trouble with SVN Edge

2009-08-03 Thread Vincent Isambart
I'm on a MacBook Pro with a 2.16GHz Core Duo running 10.5.7. Core Duo is 32 bit. If I had to guess, that would be the source of the issue. Indeed, the 0.5 branch currently does not work in 32 bits. Well, I fixed the BitCast error in 32 bits yesterday, but there are other big problems le

Re: [MacRuby-devel] Miniruby Causing Trouble with SVN Edge

2009-08-03 Thread M. Scott Ford
> I'm on a MacBook Pro with a 2.16GHz Core Duo running 10.5.7. Core Duo is 32 bit. If I had to guess, that would be the source of the issue. ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.

[MacRuby-devel] Miniruby Causing Trouble with SVN Edge

2009-08-03 Thread Maxwell Hawkins
I've been trying to compile 0.5 from SVN with no luck. I installed LLVM revision 72741 as outlined in the readme but when I ran MacRuby's rake file I got the following error: ../../miniruby -I../.. -I../../lib -r rbconfig -e "RbConfig::CONFIG['libdir'] = '../..'; require './extconf.rb'" Ass