On Mon, 2002-01-21 at 16:21, Jamie Wilkinson wrote:
> This one time, at band camp, Ken Foskey wrote:
> >bison -d -o ../../unxlngi3.pro/inc/../../unxlngi3.pro/inc/rscyacc.yxx
> >rscyacc.y
> >
> >messages are:
> >
> >rscyacc.y contains 2 shift/reduce conflicts.
> 
> This means there is some ambiguity in the grammar of rscyacc.y.
> 
> >OpenOffice expects rscyacc.yxx and rscyacc.yxx.h and it used to get it.
> 
> The compile line gives the flag -d, which means "write out the token types
> in a header file", and also -o, telling it to write to rscyacc.yxx in
> ../../unixlngi3/inc/.
> 
> So, what exactly is broken?  Is the rest of the compile not finding the
> output of bison?  Is bison choking on the input and not making anything?
> 

If you read the bison man page (at least the woody one)  -d says that it
will write out the full gramar into .yxx and the header into .yxx.h. 
This is not occuring.

Do you have a different man page to me?

KenF

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to