well, I solved it. I was using --yacc flag to make the generated code compliant with POSIX, I had to remove it in the newer versions to make it work. I think that there may be a problem concerning the APIs called by bison.
On 4/9/06, Paul Eggert <[EMAIL PROTECTED]> wrote: > > "Mahmoud A. Gomaa" <[EMAIL PROTECTED]> writes: > > > I am new to Bison, and I was using Bison1.34. The project I worked > > on was working well but when I tried to use later versions of Bison > > "Bison1.50 1.875 2.0 2.1" all of them failed to generate the right > > output. > > Have you tried Bison test version 2.1a? It fixes some backward > compatibility bugs. > > ftp://alpha.gnu.org/gnu/bison/bison-2.1a.tar.gz > > If 2.1a doesn't work for you, can you please email a test case > illustrating the problem to [EMAIL PROTECTED] > > Thanks. > -- Mahmoud A. Gomaa
