Subject: Build errors in last nights sup
To: None <current-users@netbsd.org>
From: Paul M. Newhouse <newhouse@pimin.rockhead.com>
List: current-users
Date: 10/14/1998 12:55:45
Platform i386.
I get:
all ===> libutil
cc -O -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Werror -Wno-error -DLIBC_SCCS -D__LIBUTIL_BUILD -c /usr/src/lib/libutil/../libc/gen/pw_scan.c
/usr/src/lib/libutil/../libc/gen/pw_scan.c:41: namespace.h: No such file or directory
I'm assuming that:
pimin[root-54]: find /usr/src -name namespace.h -print
/usr/src/lib/libc/include/namespace.h
is the right file? I did a make includes before doing the "make build" (which does
a "make includes" if I'm not mistaken).
pimin[root-55]: find /usr/include -name namespace.h -print
pimin[root-56]:
Is this a build problem or did I screw something up? After following the suggested steps for
backing out egcs the tree built two days ago.
TIA,
Paul