make[2]: Entering directory `/usr/src/linux-2.0.35.SuSE/drivers/scsi'
gcc -D__KERNEL__ -I/usr/src/linux-2.0.35.SuSE/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2
-malign-jumps=2 -malign-functions=2 -DCPU=686 -DMODULE -c -o sg.o sg.c
In file included from sg.c:28:
/usr/src/linux-2.0.35.SuSE/include/scsi/sg.h:39: parse error before
`SG_BIG_BUFF'
sg.c:38: `sg_init' undeclared here (not in a function)
sg.c:38: initializer element for `sg_template.init' is not constant
sg.c:552: warning: function declaration isn't a prototype
sg.c:552: warning: `sg_init' defined but not used
make[2]: *** [sg.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.0.35.SuSE/drivers/scsi'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.0.35.SuSE/drivers'
make: *** [modules] Error 2
what is going wrong?
Thanks.
Luciano
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com