Bison is trying to find the file
"/usr/local/share/bison.simple"
Which does not seems to exist on the package I downloaded.
This occurs when it is called from a Makefile, using mingw32-make.exe (fails with make too)
(using bison -v -d -o xtf_expression_parser.c xtf_expression.y )
This is a little blockant, as I have to recomp. the bison file each time :/
I will test that with previous bison version (1.875)
Forget me :)
After a full clean up, and a reinstall of mingw make, it's ok.
Bison is trying to find the file
"/usr/local/share/bison.simple"
Which does not seems to exist on the package I downloaded.
This occurs when it is called from a Makefile, using mingw32-make.exe (fails with make too)
(using bison -v -d -o xtf_expression_parser.c xtf_expression.y )
This is a little blockant, as I have to recomp. the bison file each time :/
I will test that with previous bison version (1.875)
Forget me :)
After a full clean up, and a reinstall of mingw make, it's ok.