I have a situation here, while trying to compile and install lirc from source on FC4.<br><br><ul><li>I have downloaded the latest kernel source for FC4 and it's installed at:<br>&nbsp; <span style="font-style: italic;">/usr/src/redhat/BUILD/kernel-
2.6.14/linux-2.6.14/</span></li><li>I made a symbolic link like so:<br><span style="font-style: italic;"> ln -s /usr/src/redhat/BUILD/kernel-2.6.14/linux-2.6.14&nbsp; /usr/src/linux</span></li><li>running the script <span style="font-style: italic;">
./configure </span>for lirc is successful</li><li>the make command generate errors, the first of which is:<br><span style="font-style: italic;">error: ../drivers/media/video/bttv.h: No such file or directory</span><br>Further errors below that are probably due to the missing 
bttv.h and similar files.</li></ul><br>I know the so-called missing header files exist at <span style="font-style: italic;">/usr/src/redhat/BUILD/kernel-2.6.14/linux-2.6.14/drivers/media/video/* . </span>Where is <span style="font-style: italic;">
make</span> looking for the header files. This looks straight forward but, I am lost. Any ideas?<br>