From owner-freebsd-current@FreeBSD.ORG Sun Jul 13 10:07:33 2003 Return-Path: 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 EFC7537B4B2 for ; Sun, 13 Jul 2003 10:07:32 -0700 (PDT) Received: from hotmail.com (law15-dav58.law15.hotmail.com [64.4.22.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8819743FAF for ; Sun, 13 Jul 2003 10:07:32 -0700 (PDT) (envelope-from travisnj@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 13 Jul 2003 10:07:32 -0700 Received: from 68.54.76.199 by law15-dav58.law15.hotmail.com with DAV; Sun, 13 Jul 2003 17:07:32 +0000 X-Originating-IP: [68.54.76.199] X-Originating-Email: [travisnj@hotmail.com] From: "Travis Johnson" To: Date: Sun, 13 Jul 2003 13:07:30 -0400 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 13 Jul 2003 17:07:32.0599 (UTC) FILETIME=[3FB50870:01C34961] Subject: Fw: 4.8 Kernel Compiling Error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 17:07:33 -0000 the error that I was receiving was due the default directory of config was ../../ and it was incorrect you must specify the FQP of the kernel you are building and then make depend will work fine.. Thanks ----- Original Message ----- From: "Travis Johnson" To: Sent: Sunday, July 13, 2003 11:15 AM Subject: 4.8 Kernel Compiling Error > mkdep -f > .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -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/MYKERNEL. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > I have used src from the cdrom and from FTP1, regardless I am unable to > compile the kernel. > > Any assistance would be appreciated > > Thank you. > >