Date: Tue, 16 Jun 1998 06:27:30 -0400 From: Randall Hopper <rhh@ct.picker.com> To: Bayley Mah <bayley@asteroid.IfA.Hawaii.Edu> Cc: multimedia@FreeBSD.ORG, rhh@ct.picker.com Subject: Re: fxtv (BT848SCBUF not defined) Message-ID: <19980616062730.A21545@ct.picker.com> In-Reply-To: <199806160717.VAA04827@asteroid.ifa.hawaii.edu>; from Bayley Mah on Mon, Jun 15, 1998 at 09:17:15PM -1000 References: <199806160717.VAA04827@asteroid.ifa.hawaii.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Bayley Mah: |I am trying to build fxtv 0.47. Upon compiling the port and the |source code version downloaded from your web page, I am getting |the following error: | |cc -O2 -m486 -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/tiff34 -I. -DVERS_STR=\"0.47\" -DHAVE_XFREE86 -c tvcapture.c |tvcapture.c: In function `TVCAPTUREStart': |tvcapture.c:1917: `BT848SCBUF' undeclared (first use this function) |tvcapture.c:1917: (Each undeclared identifier is reported only once |tvcapture.c:1917: for each function it appears in.) |gmake: *** [tvcapture.o] Error 1 | |Thanks for your help. I am impressed with how well fxtv works now. |Keep up the good work. The issue is that a current version of the bktr driver hasn't been checked into -stable in the last 2 1/2 to 3 months (since 2.2.6 was cur), so it doesn't have this SCBUF ioctl in it. You have at least two choices. You can run the driver linked off the fxtv web page (http://multiverse.com/~rhh/fxtv) which 0.47 delivers on, or grab the fxtv port from the main FreeBSD site: ftp://ftp.freebsd.org/ports/graphics/fxtv which Donald Burr committed. It applies a patch which basically just comments out the SCBUF. Not so good for the -current folks that have this ioctl but gets does get it compiling on 2.2.* In 0.48, I'll conditionally compile-in this ioctl based on whether it's available. 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?19980616062730.A21545>