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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
- Re: buildkernel broken at bluetooth? walt
- Re: buildkernel broken at bluetooth? M. Warner Losh
- Re: buildkernel broken at bluetooth? Julian Elischer