Buildworld can't find platform.h anymore

walt wa1ter at myrealbox.com
Sat Jun 26 17:29:46 PDT 2004


walt wrote:

-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.
Like this, in /usr/src/lib/libisc:
--- Makefile.orig       2004-06-26 17:21:03.000000000 -0700
+++ Makefile    2004-06-26 17:21:10.000000000 -0700
@@ -70,7 +70,7 @@
                lwres/lwinetntop.c
 # contrib/bind/include/* must not override any real system includes
-CFLAGS+=       -I${.CURDIR}/../../usr.sbin/named
+CFLAGS+=       -I${.CURDIR}/../../usr.sbin/named/include
 CFLAGS+=       -Wall -Wmissing-prototypes

But now the config.h which *is* in the usr.sbin/named directory
can't be found, so I'm wondering if there is any reason that it
couldn't be moved into the include subdirectory also?
WTH I'll try it and see if it works.





More information about the Bugs mailing list