Bison/Yacc problems ...

2003-01-27 Thread Jamie Risk
After opening the 4.2.0 tar balls and applying the 4.2.0-4.2.1 patch, I find I'm getting a compiling error when bison tries to process the file ./lib/Xft/xftgram.y. The CVS/RCS ID for the file is: $XFree86: xc/lib/Xft/xftgram.y,v 1.5 2001/05/16 10:32:54 keithp Exp $ And the error I get is

[XFree86] Fw: Kaking on yacc file ... (./lib/Xft/xftgram.y)

2003-01-27 Thread Jamie Risk
In fact, if I invoke the following line in the root directory of the build (./xc/), I see that every instance of a rule immediately preceding a 'number' rule in a yacc/bison file does *not* end with a semicolon and gives me an error. Again, could someone take a look at this? (or redirect me to

Re: [XFree86] Fw: Kaking on yacc file ... (./lib/Xft/xftgram.y)

2003-01-27 Thread Jamie Risk
The "following line" missing from the text below is: egrep "^number" -B 2 -n `find ./xc/ -name "*.y" -type f` Jamie Risk [EMAIL PROTECTED] wrote: In fact, if I invoke the following line in the root directory of the build(./xc/), I see that every instance of a rule