From owner-freebsd-multimedia Wed Feb 10 20:10:54 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA14839 for freebsd-multimedia-outgoing; Wed, 10 Feb 1999 20:10:54 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from nina.pagesz.net (nina.pagesz.net [208.194.157.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA14834 for ; Wed, 10 Feb 1999 20:10:52 -0800 (PST) (envelope-from rhh@pagesz.net) Received: from stealth.dummynet. (juana-24.pagesz.net [208.213.126.24]) by nina.pagesz.net (8.8.7/8.8.7) with ESMTP id XAA19289; Wed, 10 Feb 1999 23:11:07 -0500 Received: (from rhh@localhost) by stealth.dummynet. (8.9.1/8.8.8) id XAA17626; Wed, 10 Feb 1999 23:11:41 -0500 (EST) (envelope-from rhh) Date: Wed, 10 Feb 1999 23:11:40 -0500 From: Randall Hopper To: Karl Mueller Cc: multimedia@FreeBSD.ORG Subject: Re: fxtv 0.48 bugs? Message-ID: <19990210231140.A17126@pagesz.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from Karl Mueller on Sun, Feb 07, 1999 at 10:21:59PM -0500 Organization: Starfleet Academy Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Karl Mueller: |I'm not sure who to send bug reports to, so if you're not it, please |forward if you can, thanx :-) Me or multimedia@freebsd.org is fine. |trying to compile the program under FreeBSD-2.2.8-RELEASE using gmake |3.77, and it gave me a variety of errors. To wit: | |error in remote.c, line 610 |`rem_dev' should be `rem_type' as per the prototype declaration |line 614 |same, `rem_dev' should be `rem_type' Ahh, sorry. No mouse remote support in 2.2.8 and a little code bug which kicks in when remote support isn't there. Please try the attached patch. |error in tvcapture.c, line 638 and 893 |`CHNLSET_XUSSR' not defined |i'm not really sure about this one, but since all of the other CHNLSET's |worked (XUSSR is the last) i commented it out (since i'm not in the ussr, |it doesnt matter--maybe it has to do with the fact that the ussr no longer |exsists ;) No, it's actually new and you haven't updated your bt848 driver. Grab one off Roger's page or my page. They're both linked off: http://www.pagesz.net/~aa8vb/fxtv |however, now i'm stuck on a line in the makefile.. |it has -rpath-link /usr/local/lib |but i get the error: cc: unrecognized option `-rpath-link' | |i'm not sure if i should set CC=cc or what.. This is needed for FreeBSD v3.0+ AFAIK. Just remove it and the path right after it and you should be fine. One way to deal with this is to have a patch in the 2.2.x port which removes this. I'll put it on my list to get one on the web page. Thanks, Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message