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>
next in thread | raw e-mail | index | archive | help
Hi, I am trying to get ATAPI SCSI emulation working on 4.6.2 so that I can us= e=20 cdrecord. I applied the following patches: atapicam-20021031.diff cam_xpt.c.diff atapicam-STABLE-config-20021031.diff=20 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 .newde= p -O=20 -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes =20 -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual =20 -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I/usr/include=20 -I../../contrib/ipfilter -D_KERNEL -include opt_global.h -elf =20 -mpreferred-stack-boundary=3D2 =2E./../dev/ata/ata-all.c:37: atapicam.h: No such file or directory =2E./../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 message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211111240.10572.iain>