I'm trying to compile ftape-4.03-pre-2 for use on my RH5.2 system running
kernel 2.2.11. I'm attempting to hook up an EXTERNAL Ditto2GB, but obviously
hitting a wall if I can't compile.
I've edited the MCONFIG file -- but get the following errors during compile:
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce
-DTHE_FTAPE_MAINTAINER=\"[EMAIL PROTECTED]\" -DBROKEN_FLOPPY_DRIVER
-DCONFIG_FT_PROC_FS -DCONFIG_FT_STD_FDC_0 -DCONFIG_FT_AUTO_0=1
-DCONFIG_FT_FDC_PARPORT_1=-1 -DCONFIG_FT_PAR_1=1 -DCONFIG_FT_BPCK_1=1
-DCONFIG_FTAPE_MODULE -DCONFIG_FT_INTERNAL_MODULE -DCONFIG_FT_TRAKKER_MODULE
-DCONFIG_FT_BPCK_MODULE -DCONFIG_ZFTAPE_MODULE -DCONFIG_ZFT_COMPRESSOR_MODULE
-DMODULE -DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h
-include ../../include/linux/modversions.h -D__KERNEL__ -I. -I../../include
-I/usr/src/linux/include -m486 -malign-loops=2 -malign-jumps=2
-malign-functions=2 -DCPU=686 -c fdc-io.c
fdc-io.c: In function `fdc_interrupt_wait':
fdc-io.c:433: structure has no member named `timeout'
fdc-io.c:454: structure has no member named `timeout'
make[2]: *** [fdc-io.o] Error 1
make[2]: Leaving directory `/root/.gnome-desktop/ftape-4.03-pre-2/ftape/lowleve
l'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/root/.gnome-desktop/ftape-4.03-pre-2/ftape'
make: *** [all] Error 2
I've seen a few SIMILAR errors on this lists archive -- however, none pointing
to the fdc-io.c file. I've attempted to add a PATCH mentioned in a list entry
for zftape-buffers.c but A) don't REALLY know how to add a patch (i.e. paste
it in? where?) and B) obviously understand that a patch for buffers.c probably
won't work anyway ...
Help?
Thanks,
Edward