I am using FC7. Do I need to recompile just xine or all xine related packages as well?<br><br>These are the installed xine packages<br><br># yum list | grep xine | grep installed<br>xine.i386
0.99.5-1.lvn7 installed<br>xine-lib.i386 1.1.7-1.fc7 installed<br>xine-lib-devel.i386 1.1.7-1.fc7 installed<br>xine-lib-extras.i386
1.1.7-1.fc7 installed<br>xine-lib-extras-nonfree.i386 1.1.7-1.lvn7 installed<br><br>So do I need to add the below or find it in all the related xine scripts?<br><br><font color="black" face="Verdana,Arial,Helvetica" size="2">
<font color="black" face="Verdana,Arial,Helvetica" size="2"><font color="#660066">> The './configure' script may be looking for the <b style="color: black; background-color: rgb(170, 170, 255);">LIRC</b> headers and/or
<br>> library in a particular location, and when it doesn't find it there it <br>> assumes you don't have <b style="color: black; background-color: rgb(170, 170, 255);">LIRC</b> on your system, and doesn't build in
<br>> support. You man need to do something like: <br>> <br>> export CFLAGS=-I<path-to-<b style="color: black; background-color: rgb(170, 170, 255);">lirc</b>-headers> <br>> export LDFLAGS=-L<path-to-
<b style="color: black; background-color: rgb(170, 170, 255);">lirc</b>-libraries> <br>> <br>> ("CFLAGS" might be "CXXFLAGS" or "CPPFLAGS", depending on your system/ <br>> compiler)
<br>> <br>> then run ./configure and see what happens. <br>> <br>> Also, you can examine config.log after running the ./configure script <br>> and maybe see why (if) it's failing the test for <b style="color: black; background-color: rgb(170, 170, 255);">
LIRC</b>... </font></font></font><br><br>