From owner-freebsd-questions Fri Jul 12 6: 6:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8BE537B400 for ; Fri, 12 Jul 2002 06:06:37 -0700 (PDT) Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id D451843E6E for ; Fri, 12 Jul 2002 06:06:36 -0700 (PDT) (envelope-from freebsd@akruijff.dds.nl) Received: from cybertron.kruijff ([213.10.151.186]) by smtp04.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GZ50EX01.RLG; Fri, 12 Jul 2002 15:06:33 +0200 Date: Fri, 12 Jul 2002 15:06:10 +0200 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: freebsd-reply@akruijff.dds.nl X-Priority: 3 (Normal) Message-ID: <1175927313.20020712150610@dds.nl> To: Nathan Bollinger Cc: freebsd-questions@FreeBSD.org Subject: Re: Compiling a custom kernel with sound support In-Reply-To: <5.1.1.6.0.20020711165321.00a70330@mail.bigrivertelephone.com> References: <5.1.1.6.0.20020711165321.00a70330@mail.bigrivertelephone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Friday, July 12, 2002, 12:01:23 AM, you wrote: NB> I'm using FreeBSD 4.5-RELEASE and am trying to compile my kernel NB> with sound support. I follow the handbook about adding the proper device NB> line to the kernel config file and added the line "device pcm", but when i NB> try to build it with either method listed: NB> # /usr/sbin/config MYKERNEL NB> # cd ../../compile/MYKERNEL NB> # make depend NB> or NB> # cd /usr/src NB> # make buildkernel KERNCONF=MYKERNEL NB> Both ways stop with the error: NB> ../../dev/sound/pcm/channel.h:66: channel_if.h: No such file or directory NB> *** Error code 1 NB> What could I do to further diagnosis the problem or fix it? NB> Thanks for any help, NB> Nathan Dear Nathan, It looks like your missing a file. I guess the updating of you sources will fix this problem. You can find this topic in the handbook under CVS. -- Best regards, Alex The FreeBSD handbook http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message