From owner-freebsd-questions@FreeBSD.ORG Sat Apr 5 20:42:16 2003 Return-Path: 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 63D6537B401 for ; Sat, 5 Apr 2003 20:42:16 -0800 (PST) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC9443F3F for ; Sat, 5 Apr 2003 20:42:13 -0800 (PST) (envelope-from saturn@serv.net) Received: from mail.astral.realm (unknown[12.242.188.197]) by sccrmhc01.attbi.com (sccrmhc01) with ESMTP id <20030406044212001002kr4me>; Sun, 6 Apr 2003 04:42:12 +0000 Received: by mail.astral.realm (Postfix, from userid 1003) id 931F6A7; Sat, 5 Apr 2003 12:40:59 -0800 (PST) Received: from lord.astral.realm (unknown [10.0.3.101]) by mail.astral.realm (Postfix) with ESMTP id 8ED6E6B; Sat, 5 Apr 2003 12:40:57 -0800 (PST) From: Jeff Reed To: Bill Sawyer Date: Sat, 5 Apr 2003 20:45:50 +0000 User-Agent: KMail/1.5 References: <000901c2facb$bb428880$0764a8c0@cyberzone.odessos.org> <001501c2fb5e$ad3192c0$0764a8c0@cyberzone.odessos.org> <200304052211.25563.bsawyer@aloneincrowds.org> In-Reply-To: <200304052211.25563.bsawyer@aloneincrowds.org> Message-Id: <200304052045.50961.saturn@serv.net> X-Spam-Status: No, hits=-24.4 required=5.0 tests=AWL,BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) X-Sanitizer: <<< Astral Realm >>> mail filter MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: freebsd-questions@freebsd.org Subject: Re: KVirc 3.0.0 beta 2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 04:42:16 -0000 Hi Bill Thanks, we both got it running. :o ) - Jeff On Saturday 05 April 2003 10:11 pm, you wrote: > soundcard.h and ioctl.h are both in /usr/include/sys. If you mkdir > /usr/include/linux and /usr/include/linux/asm, and copy those files to > their respective location, you shouldn't have problems with compilation. > > -Bill