DragonFly bugs List (threaded) for 2004-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Buildworld can't find platform.h anymore
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.
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]