[BRLTTY] linux/compiler.h

Samuel Thibault samuel.thibault at ens-lyon.org
Mon Dec 11 04:50:43 EST 2006


Hi,

Yannick PLASSIARD, le Mon 11 Dec 2006 10:35:30 +0100, a écrit :
> 	While compiling my latest svn brltty, the USB code complains 
> about linux/compiler.h which is not present on my ubuntu 6.10.
> 	Where does this file come from ?

>From kernel headers. It looks like ubuntu just dropped it...

> 	How to fix ?

Actually, it looks like including it is not needed any more:
<linux/usbdevice_fs.h> can be included by itself on my debian.

> 	And, IMFO, a configure check would be good into configure script 
> against this dependency

That would be preferable, yes: when it is available, then include it ;
else, assume that usbdevice_fs.h can be included by itself.

Samuel


More information about the BRLTTY mailing list