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 <[email protected]>wrote: > 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: >> >> 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 mailing list >> [email protected] >> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel >> > > _______________________________________________ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel >
_______________________________________________ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
