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