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: YONETANI Tomokazu <qhwt+dragonfly-bugs@xxxxxxxxxx>
Date: Sun, 27 Jun 2004 09:54:06 +0900

Hi.

On Sat, Jun 26, 2004 at 05:29:46PM -0700, walt wrote:
> 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?

Just a thought, but can't you add both?

CFLAGS+=	-I${.CURDIR}/../../usr.sbin/named \
		-I${.CURDIR}/../../usr.sbin/named/include



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