From owner-freebsd-current Sun Mar 15 04:53:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA13832 for freebsd-current-outgoing; Sun, 15 Mar 1998 04:53:55 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA13827 for ; Sun, 15 Mar 1998 04:53:51 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id MAA18812; Sun, 15 Mar 1998 12:53:45 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id NAA18403; Sun, 15 Mar 1998 13:53:44 +0100 (MET) Message-ID: <19980315135343.41950@follo.net> Date: Sun, 15 Mar 1998 13:53:43 +0100 From: Eivind Eklund To: "Justin A. Kolodziej" <4wg7kolodzie@vmsb.csd.mu.edu>, freebsd-current@FreeBSD.ORG Subject: Re: Compiling "original" sound code into the kernel bombs References: <350B8C63.794BDF32@vms.csd.mu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <350B8C63.794BDF32@vms.csd.mu.edu>; from Justin A. Kolodziej on Sun, Mar 15, 1998 at 02:08:03AM -0600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Mar 15, 1998 at 02:08:03AM -0600, Justin A. Kolodziej wrote: > I'm Justin Kolodiej, and I just moved from Linux to FreeBSD a few days > ago. I started out with the "release" release, but since the Linux > emulation wasn't good enough, I moved to the "current" version. -current is the (really) bleeding edge. You'd probably be more happy with -stable, which is the leading edge for working versions. (-current most often works, too, but it is a killing field - developers put things we think work there, but it has usually only gotten tested locally). > I believe that is the original version, but I can't guarantee it; I > changed the spacing trying to get it to work, but no such luck. > In fact, wherever snd_rw_buf appears, there's a "Parse error." The > following code, taken from os.h, I assume, is supposed to define > snd_rw_buf as a structure, but it doesn't seem to work: > > typedef struct uio snd_rw_buf; Can you provide a copy of your kernel config file, and I'll try to get it to compile again. (Still PCM is most likely much better :-) Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message