Buildworld can't find platform.h anymore

walt wa1ter at myrealbox.com
Sat Jun 26 18:22:32 PDT 2004


YONETANI Tomokazu 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.


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

CFLAGS+=	-I${.CURDIR}/../../usr.sbin/named \
		-I${.CURDIR}/../../usr.sbin/named/include
Exactly, and that's what I wound up doing -- because there *was*
a good reason not to move those two header files (of course :o)




More information about the Bugs mailing list