Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!gatech!hao!ames!ptsfa!ihnp4!gargoyle!jpusa1!news From: news@jpusa1.UUCP (usenet) Newsgroups: comp.sources.bugs Subject: Re. Yacc problems (was Help needed for logo on Unix). Message-ID: <311@jpusa1.UUCP> Date: Mon, 20-Jul-87 18:47:40 EDT Article-I.D.: jpusa1.311 Posted: Mon Jul 20 18:47:40 1987 Date-Received: Wed, 22-Jul-87 05:34:59 EDT References: <330@rabbit1.UUCP> <2249@a.cs.okstate.edu> Reply-To: stu@jpusa1.UUCP (Stu Heiss) Followup-To: comp.sources.bugs Organization: JPUSA - Chicago, IL Lines: 14 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