On 12/24/06, <b class="gmail_sendername">Gabe Rubin</b> <<a href="mailto:gaberubin@gmail.com">gaberubin@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 12/24/06, Ian Forde <<a href="mailto:ian@duckland.org">ian@duckland.org</a>> wrote:<br><br>> You're missing the header files... just do this:<br>><br>> yum install libraw1394-devel libiec61883-devel<br>
><br><br>Thanks! That did the trick (although I used smart).<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>Not to hijack a thread, but I'm having similar issues:<br><br># gcc -o firewire_tester firewire_tester.c<br>/tmp/cckSZXxj.o: In function `test_connection':
<br>firewire_tester.c:(.text+0xa6): undefined reference to `raw1394_get_fd'<br>firewire_tester.c:(.text+0xc8): undefined reference to `iec61883_mpeg2_recv_init'<br>firewire_tester.c:(.text+0xdb): undefined reference to `iec61883_mpeg2_recv_start'
<br>firewire_tester.c:(.text+0x17f): undefined reference to `raw1394_loop_iterate'<br>firewire_tester.c:(.text+0x1aa): undefined reference to `iec61883_mpeg2_recv_stop'<br>firewire_tester.c:(.text+0x1b3): undefined reference to `iec61883_mpeg2_close'
<br>/tmp/cckSZXxj.o: In function `test_p2p':<br>firewire_tester.c:(.text+0x255): undefined reference to `iec61883_cmp_create_p2p_output'<br>firewire_tester.c:(.text+0x2ee): undefined reference to `raw1394_get_local_id'
<br>firewire_tester.c:(.text+0x319): undefined reference to `iec61883_cmp_disconnect'<br>/tmp/cckSZXxj.o: In function `test_broadcast':<br>firewire_tester.c:(.text+0x3ab): undefined reference to `iec61883_cmp_create_bcast_output'
<br>firewire_tester.c:(.text+0x444): undefined reference to `raw1394_get_local_id'<br>firewire_tester.c:(.text+0x46f): undefined reference to `iec61883_cmp_disconnect'<br>/tmp/cckSZXxj.o: In function `main':<br>
firewire_tester.c:(.text+0x76a): undefined reference to `raw1394_new_handle_on_port'<br>firewire_tester.c:(.text+0x89b): undefined reference to `raw1394_destroy_handle'<br>collect2: ld returned 1 exit status<br>[root@tibeaux
contrib]# smart install *raw1394*<br>Loading cache...<br>Updating cache... #################################################################### [100%]<br><br>warning: libraw1394-1.2.1-1.fc5@x86
_64 is already installed<br>warning: libraw1394-devel-1.2.1-1.fc5@x86_64 is already installed<br>Computing transaction...<br>Saving cache...<br><br>[root@tibeaux contrib]# smart install *iec61883*<br>Loading cache...<br>Updating cache... #################################################################### [100%]
<br><br>warning: libiec61883-devel-1.1.0-1.fc5@x86_64 is already installed<br>warning: libiec61883-utils-1.1.0-1.fc5@x86_64 is already installed<br>warning: libiec61883-1.1.0-1.fc5@x86_64 is already installed<br>Computing transaction...
<br><br>[root@tibeaux contrib]#<br><br>Any ideas?<br>