From owner-freebsd-current Sat Jul 20 10:22: 1 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB11937B400 for ; Sat, 20 Jul 2002 10:21:58 -0700 (PDT) Received: from prserv.net (out4.prserv.net [32.97.166.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40AE543E64 for ; Sat, 20 Jul 2002 10:21:58 -0700 (PDT) (envelope-from kdagee@attglobal.net) Received: from enterprise.attglobal.net (slip-32-100-100-134.wa.us.prserv.net[32.100.100.134]) by prserv.net (out4) with SMTP id <2002072017215620404cj294e>; Sat, 20 Jul 2002 17:21:57 +0000 Message-Id: <5.1.0.14.0.20020720101927.00ab9bd0@pop1.attglobal.net> X-Sender: usinet.kdagee@pop1.attglobal.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 20 Jul 2002 10:21:14 -0700 To: freebsd-current@freebsd.org From: Karl Agee Subject: repost (sorry) compilation errors Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Sorry for the repost--if there was a reply I never recieved it. 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-current" in the body of the message