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?

-- 
[EMAIL PROTECTED]                           http://spacepants.org/jaq.gpg
 
<jackie> Jackie is very stressed out
        -- #sodfest97
-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to