From owner-freebsd-multimedia Sun Oct 12 06:19:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA20275 for multimedia-outgoing; Sun, 12 Oct 1997 06:19:23 -0700 (PDT) (envelope-from owner-freebsd-multimedia) Received: from eharden.com (eharden.com [207.193.60.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA20270 for ; Sun, 12 Oct 1997 06:19:16 -0700 (PDT) (envelope-from bad@uhf.wireless.net) Received: from uhf.wireless.net (pp8.eharden.com [207.193.60.154]) by eharden.com (8.8.7/8.8.5) with ESMTP id IAA12031; Sun, 12 Oct 1997 08:22:35 -0500 (CDT) Received: from localhost (bad@localhost) by uhf.wireless.net (8.8.7/8.8.7) with SMTP id JAA00600; Sun, 12 Oct 1997 09:20:16 -0400 (EDT) Date: Sun, 12 Oct 1997 09:20:15 -0400 (EDT) From: Bernie Doehner To: Al Johnson cc: multimedia@FreeBSD.ORG Subject: Re: Bt848 and FxTv 0.45 In-Reply-To: <34404C8B.16C0EE9A@AJC.State.Net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Glad I am not the only one this happened to. You need to make sure /usr/include/machine and /sys/i386/include are one and the same directory. I ended up symb linking /usr/include/machine->/sys/i386/include. Best Regards, Bernie On Sat, 11 Oct 1997, Al Johnson wrote: > Date: Sat, 11 Oct 1997 23:05:31 -0500 > From: Al Johnson > To: multimedia@FreeBSD.ORG > Subject: Bt848 and FxTv 0.45 > > I'm trying to upgrade from FxTv 0.44 to 0.45 but am > having a few problem. I grabbed the latest bt848 > (10/6/97) but at package make time for fxtv this is > what I get: > > tvcapture.c: In function `TVCAPTURESetInputFormat': > tvcapture.c:387: `BT848_IFORM_F_NTSCM' undeclared (first use this > function) > tvcapture.c:387: (Each undeclared identifier is reported only once > tvcapture.c:387: for each function it appears in.) > tvcapture.c:388: `BT848_IFORM_F_NTSCJ' undeclared (first use this > function) > tvcapture.c:389: `BT848_IFORM_F_PALBDGHI' undeclared (first use this > function) > tvcapture.c:390: `BT848_IFORM_F_PALM' undeclared (first use this > function) > tvcapture.c:391: `BT848_IFORM_F_PALN' undeclared (first use this > function) > tvcapture.c:392: `BT848_IFORM_F_SECAM' undeclared (first use this > function) > tvcapture.c:393: `BT848_IFORM_F_RSVD' undeclared (first use this > function) > tvcapture.c:400: `BT848SFMT' undeclared (first use this function) > tvcapture.c: In function `TVCAPTURESetTunerFreqSet': > tvcapture.c:531: `CHNLSET_JPNCABLE' undeclared (first use this function) > tvcapture.c: In function `TVCAPTUREQueryDriverState': > tvcapture.c:653: `BT848GFMT' undeclared (first use this function) > tvcapture.c:658: `BT848_IFORM_F_AUTO' undeclared (first use this > function) > tvcapture.c:659: `BT848_IFORM_F_NTSCM' undeclared (first use this > function) > tvcapture.c:660: `BT848_IFORM_F_NTSCJ' undeclared (first use this > function) > tvcapture.c:661: `BT848_IFORM_F_PALBDGHI' undeclared (first use this > function) > tvcapture.c:662: `BT848_IFORM_F_PALM' undeclared (first use this > function) > tvcapture.c:663: `BT848_IFORM_F_PALN' undeclared (first use this > function) > tvcapture.c:664: `BT848_IFORM_F_SECAM' undeclared (first use this > function) > tvcapture.c:665: `BT848_IFORM_F_RSVD' undeclared (first use this > function) > tvcapture.c:666: warning: unreachable code at beginning of switch > statement > tvcapture.c:773: `CHNLSET_JPNCABLE' undeclared (first use this function) > tvcapture.c: In function `TVCAPTUREInit': > tvcapture.c:1135: `BT848_IFORM_F_NTSCM' undeclared (first use this > function) > tvcapture.c:1175: `BT848_IFORM_F_NTSCJ' undeclared (first use this > function) > tvcapture.c:1176: `BT848_IFORM_F_PALM' undeclared (first use this > function) > tvcapture.c:1181: warning: unreachable code at beginning of switch > statement > > It goes on a little bit longer but this should be enough to > ident the problem. > > Any suggestions to correct this. > Thanks, > -- Al >