Re: Help to execute "A Complete C++ example"

2006-06-01 Thread ooklac
Updating to flex 2.5.4 from 2.5.31 solved the problem for me. Thanks! On 5/30/06, Anouar LACHHEB <[EMAIL PROTECTED]> wrote: Hi ooklac, I compiled again the source files on a RedHat linux 32 bits machine using as usual flex 2.5.4a, bison 2.1 & g++ 3.3 and it works fine. I'm

Fwd: Help to execute "A Complete C++ example"

2006-05-30 Thread ooklac
-- Forwarded message -- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: May 16, 2006 3:06 PM Subject: Re: Help to execute "A Complete C++ example" To: Anouar LACHHEB <[EMAIL PROTECTED]> Hmmm...I get the following from running compile.csh flex Done bison Done g++ Calculator.l.c

Re: Problem building a reentrant parser

2006-02-16 Thread ooklac
Thanks for the response. Changing %pure_parser to %pure-parser does not change any of the behaviour. The compile error message is exactly the same. The developers seem to have dummy proofed at least this part. Any other ideas? ___ Help-bison@gnu.org

Problem building a reentrant parser

2006-02-15 Thread ooklac
Greetings, I'm having a problem building a reentrant parser. Here's the simple test I'm doing, as suggested by the flex documentation. This is using flex 2.5.31 and bison 2.1 on x86_64 using g++ 4.0.2 on Fedora Core. Please send any suggestions or help. +++ begin file slex.l +++ /* Scanner for