Subject: -current build failure: namespace.h should go where?
To: None <current-users@netbsd.org>
From: None <Havard.Eidnes@runit.sintef.no>
List: current-users
Date: 10/16/1998 22:51:40
Hi,

a build of current as of monday blows up during the build of
libutil with:

cc -O  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Werror   -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
*** Error code 1

It seems that "make includes" in lib/libc installs nothing even
though there are a few files (4) in lib/libc/include.

It appears that either the compilation of libutil needs to be
fixed to add the correct -I directive, or lib/libc/Makefile needs
to be told to install the include files during the "make
includes" phase -- I don't know which of these are the preferred
solution.

- H=E5vard