Hi all
I cannot compile ftape on my linux, and I cant solve the problem. any idea
of what can I do? I send you at the bottom a copy of the steps I follow and
the error I receive.
Thank a lot for your help
Carlos
Red Hat Linux 6.0
Kernel 2.2.5-15 on an i586
modutils-2.1.121-12
ftape-4.02.tar.gz
I expand the ftape file
I change to the ftape directory
I type make (after reading README and INSTALL)
it statrs and after few seconds....
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_INT_0=1 -DCONFIG_FTAPE_MODULE -DCONFIG_FT_INTERNAL_MODULE
-DCONFIG_FT_TRAKKER_MODULE -DCONFIG_FT_BPCK_MODULE
-DCONFIG_ZFTAPE_MODULE -DCONFIG_ZFT_COMPRESSOR_MODULE -DMODULE -D__KERNEL__ -I.
-I../../include -I/usr/src/linux/include -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 `/temporal/ftape-4.02/ftape/lowlevel'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/temporal/ftape-4.02/ftape'
make: *** [all] Error 2