On Wed, 2005-03-30 at 22:04 +0200, Dawid Gajownik wrote: > After 'make' I got this error: > > /home/y4kk0/usr/src/lirc-0.7.1pre3/drivers/lirc_gpio/lirc_gpio.c:52:41: > ../drivers/media/video/bttv.h: No such file or directory > /home/y4kk0/usr/src/lirc-0.7.1pre3/drivers/lirc_gpio/lirc_gpio.c:53:42: > ../drivers/media/video/bttvp.h: No such file or directory If those header files are intended for use by code outside the drivers/media/video directory of the kernel tree, then they should be in include/linux/ somewhere instead of where they are. It _would_ be possible to include those in the kernel-devel package, but it's probably better to get them moved in the upstream kernel. -- dwmw2