|
From: Axel T. <Axe...@AT...> - 2007-06-10 17:29:18
|
Hi, On Sat, Jun 09, 2007 at 10:14:00PM +0200, Christoph Bartelmus wrote: > pre3 has been released as 0.8.2 with only minor changes. I had working builds from a March CVS checkout, the current lirc release fails on a bit older distros (like for example FC5 or RHEL3) with the following: if /usr/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_= FORTI FY_SOURCE=3D2 -fexceptions -fstack-protector --param=3Dssp-buffer-size=3D4 = -m64 -mtune=3Dgeneric -MT hw_hiddev.o -MD -MP -MF ".deps/hw_hiddev.Tpo" -= c -o hw_hiddev.o hw_hiddev.c; \ then mv -f ".deps/hw_hiddev.Tpo" ".deps/hw_hiddev.Po"; else rm -f ".deps/hw= _hiddev.Tpo"; exit 1; fi hw_hiddev.c: In function 'sb0540_init': hw_hiddev.c:378: error: 'HIDDEV_FLAG_UREF' undeclared (first use in this fu= nction) hw_hiddev.c:378: error: (Each undeclared identifier is reported only once hw_hiddev.c:378: error: for each function it appears in.) hw_hiddev.c:378: error: 'HIDDEV_FLAG_REPORT' undeclared (first use in this = function) hw_hiddev.c:379: error: 'HIDIOCSFLAG' undeclared (first use in this functio= n) hw_hiddev.c: In function 'sb0540_rec': hw_hiddev.c:414: error: 'HID_FIELD_INDEX_NONE' undeclared (first use in thi= s function) make[2]: *** [hw_hiddev.o] Error 1 But perhaps both distros are not really worth to change anything. --=20 Axel.Thimm at ATrpms.net |