Date: Tue, 30 Jun 1998 06:49:26 -0400 From: Randall Hopper <rhh@ct.picker.com> To: Tadashi Okoshi <slash@ht.sfc.keio.ac.jp>, multimedia@FreeBSD.ORG Subject: Re: [Q] Multiple Bt848 cards in a PC. Message-ID: <19980630064926.A7427@ct.picker.com> In-Reply-To: <199806291805.DAA00491@enterprise.sfc.wide.ad.jp>; from Tadashi Okoshi on Tue, Jun 30, 1998 at 03:05:58AM %2B0900 References: <19980622175033.06733@follo.net> <199806291805.DAA00491@enterprise.sfc.wide.ad.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980630064926.A7427>