Compiling problem with libnl

Thomas Graf tgraf at infradead.org
Thu Dec 2 05:27:33 EST 2010


On Tue, Nov 30, 2010 at 11:05:04PM +0100, Karl Hiramoto wrote:
> bison -y -d  -o route/cls/ematch_syntax.c route/cls/ematch_syntax.y
> route/cls/ematch_syntax.y:31.9-16: syntax error, unexpected identifier,
> expecting string

> $ bison --version
> bison (GNU Bison) 2.3
> Written by Robert Corbett and Richard Stallman.

Works fine with bison 2.4.1. We need the reentrancy so we have to make
this work.

It seems %pure-parser is the old way of declaring a reentrant parser.



More information about the libnl mailing list