[mythtv-users] Firewire SA 4250HDC

Matt Mossholder matt+mythTV-Users at mossholder.com
Sat Jul 14 03:05:10 UTC 2007


On Fri, 2007-07-13 at 21:49 -0500, Mitch Gore wrote:
> I am a step ahead of the mailing list.  Now i am trying to get the
> channel changer to work.  I figured i would give the SA3250 firewire
> script a go, hoping it will work for my new 4250.
> 
> When i try to compile it this is what i get: 
> 
> [root at mythtv channel_changers]# cc -o sa3250ch sa3250ch.c -lrom1394
> -lavc1394 -lraw1394
> sa3250ch.c:24:32: error: libavc1394/rom1394.h: No such file or
> directory
> sa3250ch.c:25:32: error: libavc1394/avc1394.h: No such file or
> directory 
> sa3250ch.c: In function 'main':
> sa3250ch.c:67: error: 'rom1394_directory' undeclared (first use in
> this function)
> sa3250ch.c:67: error: (Each undeclared identifier is reported only
> once
> sa3250ch.c:67: error: for each function it appears in.) 
> sa3250ch.c:67: error: expected ';' before 'dir'
> sa3250ch.c:121: error: 'dir' undeclared (first use in this function)
> sa3250ch.c:161: error: 'AVC1394_CTYPE_CONTROL' undeclared (first use
> in this function)
> sa3250ch.c :161: error: 'AVC1394_SUBUNIT_TYPE_PANEL' undeclared (first
> use in this function)
> sa3250ch.c:161: error: 'AVC1394_SUBUNIT_ID_0' undeclared (first use in
> this function)
> 


You don't have libavc1394 installed (or the -dev version of the
package), and it can't find the headers.

	--Matt





More information about the mythtv-users mailing list