tags:

views:

155

answers:

2

Bison on windows does not produce an output file.

This is the error message I get.

m4_define([b4_percent_define(lr.keep_unreachable_states)],
[[false]])

m4_define([b4_rhs_min],
[[-1]])

m4_define([b4_pact_min],
[[-5]])

m4_define([b4_conflicting_rules],
[[     0]])

I have solved this question myself, this is for others.

A: 

Thanks a lot man, I had this problem and I was starting to think in Linux hehe. Bye !

Joe
A: 

It seems Bison doesn't correctly handles paths contaning space. Move Bison (GnuWin32) folder to a folder without blanks in it's path.

DSblizzard