Serious problem with automake and bison

2007-09-07 Thread Bill H. Walton
Hi again, I sent this message for no one replied although it can be seen in the archives, so I wondered if it had been flagged as spam by spam people's junk filters because I had set my name as "anon". So I'm sending it one more time. I apologise to those who have seen it twice. Hello, I am usin

Serious problem with automake and bison

2007-09-02 Thread Anon
Hello, I am using automake 1.10 I made a bison file called parse.y with options %glr-parser %locations %pure-parser to generate a glr parser. Unfortunately, within the generated file parse.c there was an #include y.tab.h which is obviously *wrong* and really should really be: '#include parse.h