On Thu, Dec 10, 2015 at 02:14:13PM -0500, Igor Schein wrote:
> Package: pari
> Version: git
>
> WIth bison v2.3, I get the following error
>
> ../src/language/parse.y:25.14-20: syntax error, unexpected string,
> expecting =
This is a known issue, you can either replace
the line
%name-prefix "pari_"
by
%name-prefix="pari_"
or upgrade to bison 2.4 or later.
Unfortunately bison do not use the C preprocessor so
it cannot be fixed easily.
Do you know an easy fix ?
Note that this only affect GIT users since published tarballs
include parse.c so that users do not need to run bison.
Cheers,
Bill.