Buildworld can't find platform.h anymore
walt
wa1ter at myrealbox.com
Sat Jun 26 17:10:19 PDT 2004
Matthew Dillon wrote:
Ok, I think this is my fault. I got rid of the repository directories
and forgot to create dummy 'empty' directories, so people's cvs update
command, even with -Pd, probably didn't remove the old directories.
(cvsup)
cd /usr/src/usr.sbin
rm -rf named
cvs update named
That should fix it. Sorry about the mess. I added the empty dirs so
anyone who updates after this point should see those subdirs automatically
removed.
Hi Matt,
I'm still getting the same error, and I think I see why -- looking at the
compiler output for the name of the include paths I see this:
-I/usr/src/lib/libisc/../../usr.sbin/named
but the 'missing' platform.h files are in the subdirectory
. ./../usr.sbin/named/include
so I'm thinking that pathname needs to have the 'include' tacked on the end.
More information about the Bugs
mailing list