Subject: Problems compiling CVS'd sources.
To: None <netbsd-help@netbsd.org>
From: John Clark <j1clark@ucsd.edu>
List: tech-kern
Date: 07/20/2002 09:46:04
I've posted on this before, and haven't gotten a response.
Over the last several days I've done a fresh cvs update on the NetBSD
sources. When I compile using the following build command:
build.sh -m evbarm -T /usr/local/netbsd-toos -D /usr/export/iq310 -R
/usr/export/iq310_release
Eventually the compile process fails when attempting to build:
usr.bin/file/apprentice.c
The failure is that the 'file.h' includes a 'stdint.h' which is in the
sys/sys header
files, but for some reason the make file does not have the appropriate
standard
include lists set up correctly.
If anyone has had this problem and a fix I'd like to know about it.
Thanks
John