From owner-freebsd-multimedia Tue Jun 30 14:06:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04727 for freebsd-multimedia-outgoing; Tue, 30 Jun 1998 14:06:26 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA04629 for ; Tue, 30 Jun 1998 14:05:08 -0700 (PDT) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Tue, 30 Jun 1998 17:03:52 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA23309; Tue, 30 Jun 98 17:03:52 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id RAA14058; Tue, 30 Jun 1998 17:03:35 -0400 Message-Id: <19980630170334.B14018@ct.picker.com> Date: Tue, 30 Jun 1998 17:03:34 -0400 From: Randall Hopper To: Tadashi Okoshi Cc: multimedia@FreeBSD.ORG Subject: Re: [Q] Multiple Bt848 cards in a PC. Mail-Followup-To: Tadashi Okoshi , multimedia@FreeBSD.ORG References: <19980630064926.A7427@ct.picker.com> <199806301241.VAA09398@enterprise.sfc.wide.ad.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199806301241.VAA09398@enterprise.sfc.wide.ad.jp>; from Tadashi Okoshi on Tue, Jun 30, 1998 at 09:41:34PM +0900 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Tadashi Okoshi: |Thank you, Randall. |Anyway, I sovled the problem. ... |Fxtv-0.47 |1) add -D"_PATH_MOUSEREMOTE" to CFLAGS in Makefile |2) commentout 1line about #define |3) gmake | |And now, fxtv-0.47 works well in my 2.2.1R. Ok, sounds good. I just added: /* This is an easy way to keep fxtv buildable on FreeBSD versions that */ /* have "old" versions of the moused/syscons stuff -- e.g. 2.2.1 */ #ifndef MOUSE_SYS_PACKETSIZE # undef OLD_DEV_SYSMOUSE_STUFF # define _PATH_MOUSEREMOTE "foo" #endif to the top of remote.c in my pre-0.48 tree, so this should prevent pre-2.2 folks from having to hack future versions. Thanks, Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message