* Roumano wrote on Thu, Mar 30, 2006 at 06:20:31PM CEST: > > >>> Emerging (1 of 2) net-libs/linc-1.0.3 to /
> 000193 checking linux/irda.h usability... no > 000194 checking linux/irda.h presence... yes > 000195 configure: WARNING: linux/irda.h: present but cannot be compiled > 000196 configure: WARNING: linux/irda.h: check for missing prerequisite > headers? The compile error can be found in config.log. The linux/irda.h header needs some other header to be included before, for necessary #defines or typedefs. Which ones I don't know; the linc maintainer should be able to find this out and adjust the fourth argument of AC_CHECK_HEADERS accordingly. Cheers, Ralf
