On Saturday 15 March 2003 02:37 am, Brian Candler wrote: > byacc -d -d -t -v gram.y && mv y.tab.c gram.c > byacc: e - line 11 of "gram.y", syntax error > %pure-parser > ^ > *** Error code 1 > > If I comment this line out, it builds without further errors. But 'make > check' then fails: Yeah, that directive is essential at the moment. I didn't realize it was exclusive to bison. I can think of a couple ways to make this work with byacc and automake. I'll play with it and let ya know. _why