Re: [Bro-Dev] dynamic-cast branch (Re: [Bro-Commits] [git/bro] topic/robin/dynamic-cast: Add experimental "is" and "as" operators. (dabe125))

2017-01-10 Thread Matthias Vallentin
> So not sure what the right solution is but for now: either upgrade > bison, or remove the line and keep an eye on if things work correctly. Upgrading Bison worked just fine, thanks. Matthias ___ bro-dev mailing list bro-dev@bro.org

[Bro-Dev] dynamic-cast branch (Re: [Bro-Commits] [git/bro] topic/robin/dynamic-cast: Add experimental "is" and "as" operators. (dabe125))

2017-01-10 Thread Robin Sommer
On Mon, Jan 09, 2017 at 15:27 -0800, you wrote: > [ 86%] [BISON][Parser] Building parser with bison 2.3 > parse.y:6.9-15: syntax error, unexpected identifier, expecting string It's this line: >%define lr.type ielr Looks like that's a feature of newer bison versions, I'm using