Re: Multiple lex scanners? How?

2007-01-17 Thread Bob Proulx
Nicolas Joly wrote: Bob Proulx wrote: What is the best practice for organizing a program that includes multiple lex generated scanners? I encountered the same problem ... and made the following constructs that did the trick (at least for me). AUTOMAKE_OPTIONS = subdir-objects

Re: Multiple lex scanners? How?

2007-01-16 Thread Nicolas Joly
On Mon, Jan 15, 2007 at 04:52:37PM -0700, Bob Proulx wrote: Multiple flex generated scanners are giving me trouble with duplicate symbols. I am using automake-1.10. What is the best practice for organizing a program that includes multiple lex generated scanners? I am using the

Multiple lex scanners? How?

2007-01-15 Thread Bob Proulx
Multiple flex generated scanners are giving me trouble with duplicate symbols. I am using automake-1.10. What is the best practice for organizing a program that includes multiple lex generated scanners? I am using the recommended practice of using defines to rename all of the yacc/lex symbols