From owner-freebsd-current Fri Oct 31 14:01:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA08407 for current-outgoing; Fri, 31 Oct 1997 14:01:55 -0800 (PST) (envelope-from owner-freebsd-current) Received: from helmholtz.salk.edu (helmholtz.salk.edu [198.202.70.34]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA08402 for ; Fri, 31 Oct 1997 14:01:48 -0800 (PST) (envelope-from bartol@salk.edu) Received: from dale.salk.edu (dale [198.202.70.112]) by helmholtz.salk.edu (8.7.5/8.7.3) with SMTP id OAA10749 for ; Fri, 31 Oct 1997 14:01:41 -0800 (PST) Date: Fri, 31 Oct 1997 14:01:40 -0800 (PST) From: Tom Bartol To: freebsd-current@freebsd.org Subject: kernel make failure in new sound driver Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I just successfully did a make world after cvsupping this morning but I get a failure while trying to make the kernel with the sound driver enabled. I assume the failure has to do with the new sound driver code which was just committed this morning. I get lots of "undeclared" variable errors, a sample of which is: ../../i386/isa/sound/dev_table.c:51: `num_sound_drivers' undeclared (first use this function) etc... Thanks, Tom