Subject: make config problem: missing gram.h
To: Current users list <current-users@NetBSD.ORG>
From: Ruibiao Qiu <ruibiao@arl.wustl.edu>
List: current-users
Date: 04/16/1998 13:09:52
Hello
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
Stop.
In line 55 of scan.l, it says
#include "gram.h"
There is no such file untared. Please check with this.
BTW, when I use existing config binary to configure my new kernel
setup, it gives errors of syntax error in ../../../../conf/files,
and then aborted. Is this caused by the different version of
config binary?
Thanks
Ruibiao