Greetings!
        I am new to Linux, so I ask for your indulgence. :)

        I am trying to install the newest ftape on my SuSE LINUX v6.1 system
and can't seem to get past the compile stage.

        I have an Acer AMD-K2 266 MHz with it's basic FDC and an Exabyte TR-3
tape drive.  It has a PCI and ISA bus.

        Linux Kernel v2.2.5
        gcc v2.91.66
        ftape v4.02

        Here is a diff between the original MCONFIG and my changes, I selected
an AMDK6 and turned on MODVERSIONS:

145c145
< CONFIG_M486=y
---
> #CONFIG_M486=y
148c148
< #CONFIG_MAMDK6
---
> CONFIG_MAMDK6
150c150
< #CONFIG_MODVERSIONS=y
---
> CONFIG_MODVERSIONS=y


        Here is the screen clip after a "make" which generates the compile time
error:

make[2]: Leaving directory `/usr/local/src/ftape-4.02/ftape/lowlevel'
make[2]: Entering directory `/usr/local/src/ftape-4.02/ftape/lowlevel'
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 -m386 -DCPU=386  -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 `/usr/local/src/ftape-4.02/ftape/lowlevel'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/local/src/ftape-4.02/ftape'
make: *** [all] Error 2

        Does anyone know what is wrong with the code in fdc-io.c for the
"current" structure that has an element called "timeout"?

Thanks for any suggestions or pointers!
rick 
-- 
Rick Dyson              [EMAIL PROTECTED]
                        [EMAIL PROTECTED]

Reply via email to