[Csnd-dev] Bison version
John ff <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <[email protected]> |
Today I had the need to build csound7 (develop branch) pon a macintosh. It failed on account of two lines in bison lines 25 and 26 of Engine/csound_orc.y read //%pure-parser %define api.pure full The failed on Mac with bison 2.8 I think it was commenting line26 and releasing line25 overcame the first error. Second error was the same with lines119 and 120 //%error-verbose %define parse.error verbose All OK on GNU/Linux with Bison 3.0.4 should this not be under configuration control? ==John ffitch