[comp.sources.bugs] Re. Yacc problems

news@jpusa1.UUCP (usenet) (07/21/87)

In article <2249@a.cs.okstate.edu> gregg@a.cs.okstate.edu (Gregg Wonderly) writes:
-in article <330@rabbit1.UUCP>, dml@rabbit1.UUCP (David Langdon) says:
-> in article <1740@encore.UUCP>, pierson@encore.UUCP (Dan Pierson) says:
->> Keywords: yacc, help, the meaning of life
->> Summary: I'm having yacc problems too.

The real problem with #if YYDEBUG is that if you have '#define DEBUG' in
logo.h, it does a '#define YYDEBUG'.  In y.tab.c we find '#if YYDEBUG'
which wants YYDEBUG defined to something.  Change the '#define YYDEBUG'
to '#define YYDEBUG 1' in logo.h to fix.  Now that I've got it compiled and
running, I find that 'makehelp' is truncated, so I can't make the help files.
Does anyone have a good copy of 'makehelp'?
--
Stu Heiss {gargoyle,ihnp4}!jpusa1!stu