[Scons-dev] YACC live test failing

Dirk Bächle tshortik at gmx.de
Thu Jun 11 10:02:03 EDT 2015


Hi William,

On 05.06.2015 06:05, William Blevins wrote:
> Team,
>
> The "test/YACC/live.py" test fails using the RHEL7 version of YACC "1.9 20130304" because the "-d" option generates an "x.h" file
> versus a "x.hpp" file.
>
> Is there an option to force the file extension or is some other change required?
>

looks like directly using the "defines" directive (instead of "-d" for the default header name) is the way to go:

   http://stackoverflow.com/questions/16098509/automake-1-12-changes-bison-yacc-output-names-backwards-incompatible-change
   https://www.gnu.org/software/bison/manual/html_node/Decl-Summary.html

Would you like to take a crack at it?

Best regards,

Dirk



More information about the Scons-dev mailing list