linux-2.1.127-7 UP paride not compiling

Stephen Frost (sfrost@ns.snowman.net)
Wed, 4 Nov 1998 10:04:57 -0500 (EST)


paride failed to compile under 2.1.127-7, 2.1.127-3 worked fine, attempting
to compile it as a module. Havn't looked into the error much yet, but I may be able
to come up w/ a patch in a bit.

Stephen

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -c -o pd.o pd.c
pseudo.h:48: warning: `ps_spinlock' defined but not used
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -c -o pcd.o pcd.c
pcd.c: In function `pcd_sleep':
pcd.c:562: structure has no member named `timeout'
pseudo.h: At top level:
pseudo.h:48: warning: `ps_spinlock' defined but not used
make[3]: *** [pcd.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.1.127/drivers/block/paride'
make[2]: *** [_modinsubdir_paride] Error 2
make[2]: Leaving directory `/usr/src/linux-2.1.127/drivers/block'
make[1]: *** [_modsubdir_block] Error 2
make[1]: Leaving directory `/usr/src/linux-2.1.127/drivers'
make: *** [_mod_drivers] Error 2
ls: *.o: No such file or directory

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/