Can't compile racc under windows

$ ruby setup.rb setup
Processing the package `racc' ...
---> bin
adjusting shebang: racc
<--- bin
---> lib
---> lib/racc
<--- lib/racc
<--- lib
Processing the package `raccrt' ...
---> lib
---> lib/racc
<--- lib/racc
<--- lib
---> ext
---> ext/racc
---> ext/racc/cparse
make
Makefile:104: *** target pattern contains no `%'. Stop.
'system make ' failed
Try 'ruby setup.rb --help' for detailed usage.

···

----------------------------------------

The problem seems to be with the c: in $srcdir, but I don't know what to
do about it.

$ make -v
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i686-pc-msys

martin

Hi,

  In mail "Can't compile racc under windows"

···

Martin DeMello <martindemello@yahoo.com> wrote:

$ ruby setup.rb setup

make
Makefile:104: *** target pattern contains no `%'. Stop.
'system make ' failed
Try 'ruby setup.rb --help' for detailed usage.

$ make -v
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i686-pc-msys

Try "ruby setup.rb --without-ext".
Ruby 1.8.x comes with racc runtime, you need not compile it again.

Regards,
Minero Aoki

Thanks!

martin

···

Minero Aoki <aamine@loveruby.net> wrote:

Try "ruby setup.rb --without-ext".
Ruby 1.8.x comes with racc runtime, you need not compile it again.