Sounds like GCC can't find your copy of iec61883.h.  You may need to
specify an include path for this file.  Possibly in
/usr/local/include?

--Dave Madsen

On Sat, 12 Feb 2005 19:11:57 -0500, Darrell Wright
<[EMAIL PROTECTED]> wrote:
> Hi I am trying to compile Myth 0.17.  I have the latest subversions of
> libraw1394, libiec61883, and libavc1394.  I get the following compile error
> whenever I try to compile Myth with firewire support.  Does anyone know why?
> 
> firewirerecorder.cpp: In destructor `virtual
>   FirewireRecorder::~FirewireRecorder()':
> firewirerecorder.cpp:53: error: `iec61883_cmp_disconnect' undeclared (first 
> use
>   this function)
> firewirerecorder.cpp:53: error: (Each undeclared identifier is reported only
>   once for each function it appears in.)
> firewirerecorder.cpp: In member function `virtual bool 
> FirewireRecorder::Open()
>   ':
> firewirerecorder.cpp:78: error: `iec61883_cmp_connect' undeclared (first use
>   this function)
> firewirerecorder.cpp:84: error: `iec61883_mpeg2_recv_init' undeclared (first
>   use this function)
> firewirerecorder.cpp:95: error: `iec61883_mpeg2_get_speed' undeclared (first
>   use this function)
> firewirerecorder.cpp:100: error: `iec61883_mpeg2_set_speed' undeclared (first
>   use this function)
> firewirerecorder.cpp: In member function `virtual void
>   FirewireRecorder::StartRecording()':
> firewirerecorder.cpp:132: error: `iec61883_mpeg2_recv_stop' undeclared (first
>   use this function)
> make[2]: *** [firewirerecorder.o] Error 1
> make[2]: Leaving directory `/root/mythtv-0.17/libs/libmythtv'
> make[1]: *** [sub-libmythtv] Error 2
> make[1]: Leaving directory `/root/mythtv-0.17/libs'
> make: *** [sub-libs] Error 2
> 
> _______________________________________________
> mythtv-users mailing list
> [email protected]
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to