<-- snip -->
...
gcc -D__KERNEL__
-I/home/bunk/linux/kernel-2.4/linux-full-nohotplug/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=k6 -nostdinc -I
/usr/lib/gcc-lib/i386-linux/2.95.4/include
-DKBUILD_BASENAME=speakup_drvcommon -c -o speakup_drvcommon.o
speakup_drvcommon.c
In file included from
/usr/lib/gcc-lib/i386-linux/2.95.4/include/syslimits.h:7,
from
/usr/lib/gcc-lib/i386-linux/2.95.4/include/limits.h:11,
from speakup_drvcommon.c:163:
/usr/lib/gcc-lib/i386-linux/2.95.4/include/limits.h:117: No include path
in which to find limits.h
make[4]: *** [speakup_drvcommon.o] Error 1
make[4]: Leaving directory
`/home/bunk/linux/kernel-2.4/linux-full-nohotplug/drivers/char/speakup'
<-- snip -->
speakup_drvcommon.c does #include <limits.h> and this is not a typo, it
tries to use USHRT_MAX later...
cu
Adrian
--You only think this is a free country. Like the US the UK spends a lot of time explaining its a free country because its a police state. Alan Cox
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/