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 those who might
be interested?)

- Jamie

----- Original Message -----
> After opening the 4.2.0 tar balls and applying the 4.2.0-4.2.1 patch, I
find
> I'm getting a compling 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 $
>
> The error I get is this:
>   bison -y -d xftgram.y
>   xftgram.y:168.8: parse error, unexpected ":", expecting ";" or "|"
>   xftgram.y:169.3-6: $$ of `matrix' has no declared type
>   make[3]: *** [xftgram.c] Error 1
>
> And it appears that the file really is missing a semicolon at the end of
the
> "matrix" rule (~line 167). I've added one to my copy, and am trying it as
I
> type.
> Could someone verify this?


_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to