简体   繁体   中英

Why Bison doesn't work properly in Windows (doesn't generate output file)?

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM