Date: Mon, 11 Nov 2002 12:40:10 +1100 From: Iain <iain@voffice.myspinach.org> To: freebsd-questions <freebsd-questions@freebsd.org> Subject: missing atapicam.h ?? Message-ID: <200211111240.10572.iain@voffice.myspinach.org>
index | next in thread | raw e-mail
Hi, I am trying to get ATAPI SCSI emulation working on 4.6.2 so that I can use cdrecord. I applied the following patches: atapicam-20021031.diff cam_xpt.c.diff atapicam-STABLE-config-20021031.diff but now when I run make depend there is a header file missing: eagle# make depend rm -f .newdep make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | xargs mkdep -a -f .newdep -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I/usr/include -I../../contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../dev/ata/ata-all.c:37: atapicam.h: No such file or directory ../../dev/ata/atapi-all.c:35: atapicam.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/compile/EAGLE. What have I missed here. any help appreciated. cheers, Iain. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the messagehelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211111240.10572.iain>
