From owner-freebsd-bugs Tue Jul 9 9:20:14 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 768DE37B400 for ; Tue, 9 Jul 2002 09:20:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0C6843E42 for ; Tue, 9 Jul 2002 09:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g69GK3JU034168 for ; Tue, 9 Jul 2002 09:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g69GK3rp034167; Tue, 9 Jul 2002 09:20:03 -0700 (PDT) Date: Tue, 9 Jul 2002 09:20:03 -0700 (PDT) Message-Id: <200207091620.g69GK3rp034167@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Paul Werkowski" Subject: Re: kern/40379: ../../dev/sound/pcm/channel.h:69: channel_if.h: No such file or directory Reply-To: "Paul Werkowski" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/40379; it has been noted by GNATS. From: "Paul Werkowski" To: "Peter Pentchev" Cc: Subject: Re: kern/40379: ../../dev/sound/pcm/channel.h:69: channel_if.h: No such file or directory Date: Tue, 9 Jul 2002 11:48:31 -0400 | What commands did you execute after adding the line to the GENERIC | config file? Did you use 'make buildkernel' from the /usr/src | directory, or did you do it the old-fashioned way, using config(8)? | If you did it with config(8), are you sure that you ran 'make depend' | before the real 'make'? | I tried both the new and old ways. Yes I did do make depend, and that is where the build failed. I also tried removing the offending #include but that just led to failure at link time. There is no channel_if.h in the source. There are channel_if.m files though. Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message