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).
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
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
Normally this is not a bug. Most people lazy initialize instance variables, but
you will get warned if you ask it to be more verbose. However, I have been
unable to trigger it on MacRuby myself:
% ruby19 -w -e '!...@foo'
-e:1: warning: instance variable @foo not initialized
% macruby -w -e '!..
Hi Laurent:
Thanks.
The other problem I ran into trying to use blue folders was that XCODE would
not compile .XIB files into .NIB files for subdirectories of the Resources
folder. Could I change this behavior?
MacRuby has become stable and fast but if I have a program error that loops, it
wil
On Nov 4, 2010, at 7:19 PM, Julien Jassaud wrote:
>>> This do produces a pdf but it is completely empty. Also, MacRuby complains
>>> when called with the -w option :
>>>
>>> $ macruby -w cocoapdf.rb
>>> unknown: warning: instance variable __octype__ not initialized
That still seems like a bug
Hi,
As some of you may know, we have a new implementation of IRB since
MacRuby 0.7. My hope was nobody would notice the changes, but this was
obviously wishful thinking :) So from now on, whenever there are major
changes, I’ll write an update about them. I’d be very grateful if
people can try MacR