Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jun 1998 17:03:34 -0400
From:      Randall Hopper <rhh@ct.picker.com>
To:        Tadashi Okoshi <slash@ht.sfc.keio.ac.jp>
Cc:        multimedia@FreeBSD.ORG
Subject:   Re: [Q] Multiple Bt848 cards in a PC.
Message-ID:  <19980630170334.B14018@ct.picker.com>
In-Reply-To: <199806301241.VAA09398@enterprise.sfc.wide.ad.jp>; from Tadashi Okoshi on Tue, Jun 30, 1998 at 09:41:34PM %2B0900
References:  <19980630064926.A7427@ct.picker.com> <199806301241.VAA09398@enterprise.sfc.wide.ad.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980630170334.B14018>