DragonFly BSD
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


From: walt <wa1ter@xxxxxxxxxxxxx>
Date: Sat, 26 Jun 2004 17:29:46 -0700

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.



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]