Date: 20 Jul 2002 10:41:00 -0700 From: karl agee <kdagee@attglobal.net> To: freebsd-questions <FreeBSD-Questions@FreeBSD.ORG> Subject: compilation error 5.0 DP1 Message-ID: <1027186862.525.8.camel@enterprise.workgroup>
next in thread | raw e-mail | index | archive | help
yes I posted this on the current list.... I am compiling my kernel in 5.0 DP1 for sound card support. I've commented out the scsi/raid stuff since I dont have any of it. Here's where it craps out: ===> iir @ -> /usr/src/sys machine -> /usr/src/sys/i386/include touch opt_scsi.h touch opt_cam.h perl @/kern/makeobjops.pl -h @/kern/device_if.m perl @/kern/makeobjops.pl -h @/kern/bus_if.m perl @/kern/makeobjops.pl -h @/dev/pci/pci_if.m rm -f .depend env CC=cc mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev -I@/../include -I/usr/obj/usr/src/i386/usr/include /usr/src/sys/modules/iir/../../dev/iir/iir.c /usr/src/sys/modules/iir/../../dev/iir/iir_ctrl.c /usr/src/sys/modules/iir/../../dev/iir/iir_pci.c /usr/src/sys/modules/iir/../../dev/iir/iir.c:56: stddef.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/modules/iir. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/NEWKERNEL. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. This iir thing is a raid device and I dont have any so I commented it out of my configuration file. I can post it if you'd like. anything else I can do??? --karl 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?1027186862.525.8.camel>