Subject: Re: make config problem: missing gram.h
To: Ruibiao Qiu <ruibiao@arl.wustl.edu>
From: Todd Vierling <tv@NetBSD.ORG>
List: current-users
Date: 04/16/1998 14:38:17
On Thu, 16 Apr 1998, Ruibiao Qiu wrote:

: I just downloaded config.tar.gz and tried to make it.  It gives
: error of the following
: 
: gcc -O -Werror  -I/depot/src/usr.sbin/config -I. -c scan.c
: scan.l:55:gram.h: No such file or directory
: *** Error code 1

Ick.  Do the following workaround for now:
  cd /usr/src/usr.sbin/config
  yacc -d gram.y
  mv y.tab.h gram.h

In order to make sure config works on 1.3, I'm going to put in a fix that
deliberately overrides the .y.c rule.  This fix will be in sometime tonight
and should be in tomorrow's sup.

-- 
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)