Date: Wed, 20 Nov 2002 20:47:04 -0800 From: walt <wa1ter@hotmail.com> To: freebsd-current@freebsd.org Subject: buildkernel broken at bluetooth? Message-ID: <3DDC6548.5020303@hotmail.com>
next in thread | raw e-mail | index | archive | help
mkdep -f .depend -a -nostdinc -I../../../../netgraph/bluetooth/include -D_KERNEL
-DKLD_MODULE -I- -I../../../../netgraph/bluetooth/include -I. -I@ -I@/dev -I@/../include
-I/usr/obj/usr/local/mnt/src/i386/usr/include
/usr/local/mnt/src/sys/modules/netgraph/bluetooth/bluetooth/../../../../netgraph/bluetooth/common/ng_bluetooth.c
/usr/local/mnt/src/sys/netgraph/bluetooth/common/ng_bluetooth.c:38:26: ng_bluetooth.h:
No such file or directory
mkdep: compile failed
My /usr/src is a symlink to another partition which is mounted
on /usr/local/mnt/src. I can make it compile by modifying the
Makefiles in sys/modules/netgraph/bluetooth like this:
CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include
Maybe there's a better way to do this?
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DDC6548.5020303>
