I just did "svn update", rake clean, rake and got: ../../miniruby -I../.. -I../../lib ./tools/preproc.rb ../../parse.y -- output=ripper.y ambiguous option: --output=ripper.y Usage: preproc.rb [--output=PATH] <parse.y> --output=PATH An output file. --help Prints this message and quit. make: *** [ripper.y] Error 1 rake aborted! Command failed with status (2): [/usr/bin/make top_srcdir=../.. ruby="../.....] I haven't dug into it yet to see whats up. Perry
This is a regression introduced by my last commit, I was working on a fix yesterday but it's not complete yet. I will continue today and commit later :) Laurent On Jul 10, 2009, at 5:40 AM, Perry Smith wrote:
I just did "svn update", rake clean, rake and got:
../../miniruby -I../.. -I../../lib ./tools/preproc.rb ../../parse.y --output=ripper.y ambiguous option: --output=ripper.y Usage: preproc.rb [--output=PATH] <parse.y> --output=PATH An output file. --help Prints this message and quit. make: *** [ripper.y] Error 1 rake aborted! Command failed with status (2): [/usr/bin/make top_srcdir=../.. ruby="../.....]
I haven't dug into it yet to see whats up.
Perry
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (2)
-
Laurent Sansonetti
-
Perry Smith