Re: [MacRuby-devel] [MacRuby][0.5] Bison Error

2009-07-06 Thread Conrad Taylor
I guess when I updated another port bison was a dependency. Thus, bison 2.4.1 was being used during the build MacRuby 0.5. After deactivating this port, everything is building successfully using bison 2.3.0 which is the system default. -Conrad On Sun, Jul 5, 2009 at 8:19 PM, Laurent Sansonetti

Re: [MacRuby-devel] [MacRuby][0.5] Bison Error

2009-07-06 Thread Laurent Sansonetti
I fixed ripper's build to always use /usr/bin/bison (as we already do to compile the main parser), this way the problem should never happen again :-) Laurent On Jul 6, 2009, at 12:37 AM, Conrad Taylor wrote: I guess when I updated another port bison was a dependency. Thus, bison 2.4.1 wa

[MacRuby-devel] [MacRuby] [0.5] rake extensions task fails when building ripper unless 0.5 has already been installed

2009-07-06 Thread Mike Sassak
Hello, I'm trying to build the experimental branch out of SVN, but the rake extensions task fails at line 320 of rakelib/builder.rake when it tries to build the ripper extension with "no such file to load -- mkmf (LoadError)". That can be fixed by changing lines 320 (and then 321) of builder.rake

Re: [MacRuby-devel] [MacRuby] [0.5] rake extensions task fails when building ripper unless 0.5 has already been installed

2009-07-06 Thread Laurent Sansonetti
Hi Mike, Thanks a lot for the report, I think I fixed the problems in r1998. Sorry for the inconvenience :-) Laurent On Jul 6, 2009, at 3:50 PM, Mike Sassak wrote: Hello, I'm trying to build the experimental branch out of SVN, but the rake extensions task fails at line 320 of rakelib/buil

Re: [MacRuby-devel] [MacRuby] [0.5] rake extensions task fails when building ripper unless 0.5 has already been installed

2009-07-06 Thread Mike Sassak
Works great now. Thanks! On Mon, Jul 6, 2009 at 7:19 PM, Laurent Sansonetti wrote: > Hi Mike, > > Thanks a lot for the report, I think I fixed the problems in r1998. > > Sorry for the inconvenience :-) > > Laurent > > > On Jul 6, 2009, at 3:50 PM, Mike Sassak wrote: > > Hello, >> >> I'm trying t