Re: [MacRuby-devel] installation help

2010-11-05 Thread Laurent Sansonetti
Hi Mikie, An assertion in the bit reader, looks like it's crashing when deserializing the kernel bitcode. As you followed the README.rdoc procedure I assume you properly installed the right version of LLVM, so the problem might be around the kernel bitcode files generation (.objs/kernel-*.bc).

Re: [MacRuby-devel] installation help

2010-11-05 Thread Matt Aimonetti
Why not installing using the nightly build? http://www.macruby.org/files/nightlies/ This way you don't need to have LLVM setup, and no need to build anything. Of course if you are planning on contributing to the project, that's a different issue. - Matt On Fri, Nov 5, 2010 at 8:25 PM, Mikie At

[MacRuby-devel] installation help

2010-11-05 Thread Mikie Atsukawa
Hi, I'm trying to install MacRuby for the first time and I have followed procedures in README.rdoc up until "rake" When entering rake, I encountered this error (output of second time running rake): ** Invoke default (first_time) ** Invoke all (first_time) ** Invoke macruby (first_time) ** Invoke ma