Can't compile racc under windows

M

Martin DeMello

$ 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
 
M

Minero Aoki

Hi,

In mail "Can't compile racc under windows"
Martin DeMello said:
$ 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top