|
From: Kraus P. <phi...@fl...> - 2012-03-18 17:40:23
|
Hello, I would like to use lirc 0.9 under a Gentoo Linux x86_64 on a 3.2.11 kernel. I try to build lirc with emerge and I have set the LIRC_DEVICES to "hauppauge", because I would like to connect to the IR receiver on a HVR 1900 (usb). Module-unloading, event interface and the i2c componentes are buld into the kernel as modules, but the emerge creates a compiler error: /var/tmp/portage/app-misc/lirc-0.9.0/work/lirc-0.9.0/drivers/lirc_i2c/lirc_i2c.c: In function 'ir_probe': /var/tmp/portage/app-misc/lirc-0.9.0/work/lirc-0.9.0/drivers/lirc_i2c/lirc_i2c.c:559:13: error: 'struct i2c_adapter' has no member named 'id' /var/tmp/portage/app-misc/lirc-0.9.0/work/lirc-0.9.0/drivers/lirc_i2c/lirc_i2c.c: At top level: /var/tmp/portage/app-misc/lirc-0.9.0/work/lirc-0.9.0/drivers/lirc_i2c/lirc_i2c.c:232:12: warning: 'add_to_buf_pvr2000' defined but not used make[5]: *** [/var/tmp/portage/app-misc/lirc-0.9.0/work/lirc-0.9.0/drivers/lirc_i2c/lirc_i2c.o] Error 1 How I can solve the build problem? Thanks a lot Phil |