From owner-freebsd-multimedia Tue Jun 16 03:28:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA12026 for freebsd-multimedia-outgoing; Tue, 16 Jun 1998 03:28:22 -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 DAA12021 for ; Tue, 16 Jun 1998 03:28:19 -0700 (PDT) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Tue, 16 Jun 1998 6:27:48 -0400 (EDT) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA00971; Tue, 16 Jun 98 06:27:47 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id GAA21587; Tue, 16 Jun 1998 06:27:30 -0400 Message-Id: <19980616062730.A21545@ct.picker.com> Date: Tue, 16 Jun 1998 06:27:30 -0400 From: Randall Hopper To: Bayley Mah Cc: multimedia@FreeBSD.ORG, rhh@ct.picker.com Subject: Re: fxtv (BT848SCBUF not defined) Mail-Followup-To: Bayley Mah , multimedia@freebsd.org References: <199806160717.VAA04827@asteroid.ifa.hawaii.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199806160717.VAA04827@asteroid.ifa.hawaii.edu>; from Bayley Mah on Mon, Jun 15, 1998 at 09:17:15PM -1000 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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