Date: Wed, 10 Feb 1999 23:11:40 -0500 From: Randall Hopper <aa8vb@pagesz.net> To: Karl Mueller <ewiley@vt.edu> Cc: multimedia@FreeBSD.ORG Subject: Re: fxtv 0.48 bugs? Message-ID: <19990210231140.A17126@pagesz.net> In-Reply-To: <Pine.BSF.4.05.9902072203320.2706-100000@kamuelle.campus.vt.edu>; from Karl Mueller on Sun, Feb 07, 1999 at 10:21:59PM -0500 References: <Pine.BSF.4.05.9902072203320.2706-100000@kamuelle.campus.vt.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990210231140.A17126>