#289: macgem error "uninitialized constant Gem::Marshal (NameError)"
-+--
Reporter: ingo.viete...@… | Owner: lsansone...@…
Type: defect | Status: new
Pr
Hi, I was wondering, which version of rake should one use to build and run
the specs/benchmarks with? I ask this questions because my default points
to
/opt/local/bin/rake
which is the version
that's parts of my MacPorts install of Ruby 1.9.1p129. Also, I
noticed that there's a version
called ma
Hi,
Our Rakefile-based system has only been tested with /usr/bin/rake, the
version that ships with Mac OS X and that uses Ruby 1.8.
I did not try with 1.9's rake (though it may perhaps work), and I am
sure that it won't work with macruby's macrake (this explains your
SEGV) for the moment.
The following error prevents the build from moving forward:
BEGIN ERROR:
bison -t -v -oy.tab.c ripper.y
ripper.y:2960.25-26: $$ for the midrule at $6 of `primary' has no declared
type
make: *** [ripper.c] Error 1
END ERROR:
-Conrad
___
MacRuby-devel ma
The ruby 1.9.1 rake does work without any issues but I wasn't 100% sure
because there's also a version of rake in
/macruby-experimental/bin
-Conrad
On Sun, Jul 5, 2009 at 4:54 PM, Laurent Sansonetti wrote:
> Hi,
>
> Our Rakefile-based system has only been tested with /usr/bin/rake, the
> version
What's the version of your bison?
I am guessing you have a version of bison that is incompatible in your
$PATH.
MacRuby should build fine with the system one.
Laurent
On Jul 5, 2009, at 4:56 PM, Conrad Taylor wrote:
The following error prevents the build from moving forward:
BEGIN ERROR: