From owner-freebsd-multimedia Tue Jun 30 03:50:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA23419 for freebsd-multimedia-outgoing; Tue, 30 Jun 1998 03:50:28 -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 DAA23412 for ; Tue, 30 Jun 1998 03:50:23 -0700 (PDT) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Tue, 30 Jun 1998 6:49:37 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA01729; Tue, 30 Jun 98 06:49:36 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id GAA08518; Tue, 30 Jun 1998 06:49:26 -0400 Message-Id: <19980630064926.A7427@ct.picker.com> Date: Tue, 30 Jun 1998 06:49:26 -0400 From: Randall Hopper To: Tadashi Okoshi , multimedia@FreeBSD.ORG Subject: Re: [Q] Multiple Bt848 cards in a PC. Mail-Followup-To: Tadashi Okoshi , multimedia@FreeBSD.ORG References: <19980622175033.06733@follo.net> <199806291805.DAA00491@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: <199806291805.DAA00491@enterprise.sfc.wide.ad.jp>; from Tadashi Okoshi on Tue, Jun 30, 1998 at 03:05:58AM +0900 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well, the 2.2.1 system you're compiling on doesn't have a recent moused/syscons interface. Compiling on 2.2.1 really isn't supported for now, so I'd recomment just grabbing the 2.2.2 package: ftp://ftp.freebsd.org/pub/FreeBSD/packages-stable/graphics/fxtv-0.47.tgz and see if you have better luck. If not, you can try removing remote.c, rebuilding, and commenting out the one or two calls that are defined in remote.c. That may get you going. Randall Tadashi Okoshi: ... | Anyway, I compiled fxtv-0.47(ports) with old bktr driver. But |it saids the followings... | |# make |>> Checksum OK for fxtv-0.47.tgz. |===> Building for fxtv-0.47 |gmake: Nothing to be done for `Makefile'. |cc -O2 -m486 -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/tiff34 -I. -DVERS_STR=\"0.47\" -DHAVE_XFREE86 -c remote.c |remote.c:69: `MOUSE_SYS_PACKETSIZE' undeclared here (not in a function) |remote.c:69: size of array `Events' has non-integer type |remote.c: In function `TVRemoteInputProcSysMouse': |remote.c:395: `MOUSE_SYS_PACKETSIZE' undeclared (first use this function) |remote.c:395: (Each undeclared identifier is reported only once |remote.c:395: for each function it appears in.) |remote.c:395: size of array `buf' has non-integer type |remote.c:422: `MOUSE_SYS_SYNCMASK' undeclared (first use this function) |remote.c:422: `MOUSE_SYS_SYNC' undeclared (first use this function) |remote.c: In function `TVREMOTEOpen': |remote.c:619: `MOUSE_SETLEVEL' undeclared (first use this function) |remote.c:620: `MOUSE_GETLEVEL' undeclared (first use this function) |remote.c:628: structure has no member named `packetsize' |remote.c:628: `MOUSE_SYS_PACKETSIZE' undeclared (first use this function) |remote.c:629: structure has no member named `syncmask' |remote.c:629: `MOUSE_SYS_SYNCMASK' undeclared (first use this function) |remote.c:630: structure has no member named `syncmask' |remote.c:630: `MOUSE_SYS_SYNC' undeclared (first use this function) |gmake: *** [remote.o] Error 1 |*** Error code 2 | |Q2. The reason why I saw there errors is I'm using 2.2.1R? or old bktr | driver? I'm using 2.2.1R and have to use 2.2.1R. So can I use | the newest bktr driver and the newest Fxtv(0.47) on 2.2.1R? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message