I was looking for a software driver for my Colorado Trakker
on a Red Hat 6.0 system and I found yours.

However I ran into a problem with the compilation.

After un-taring the file I ran "make" and found the following
error. I am a developer on UNIX systems but I am not familiar
with this code and was hoping for an easy fix from someone
that knows the code very well.

**********************
root@cc409179-a ftape]# make
for i in setup  lowlevel internal parport zftape compressor; \
do \
  make -C $i NODEP=true versions; \
done
make[1]: Entering directory `/home/apps/tape/ftape-4.02/ftape/setup'
make[1]: Nothing to be done for `versions'.
make[1]: Leaving directory `/home/apps/tape/ftape-4.02/ftape/setup'
make[1]: Entering directory `/home/apps/tape/ftape-4.02/ftape/lowlevel'
make[1]: Nothing to be done for `versions'.
make[1]: Leaving directory `/home/apps/tape/ftape-4.02/ftape/lowlevel'
make[1]: Entering directory `/home/apps/tape/ftape-4.02/ftape/internal'
make[1]: Nothing to be done for `versions'.
make[1]: Leaving directory `/home/apps/tape/ftape-4.02/ftape/internal'
make[1]: Entering directory `/home/apps/tape/ftape-4.02/ftape/parport'
make[1]: Nothing to be done for `versions'.
make[1]: Leaving directory `/home/apps/tape/ftape-4.02/ftape/parport'
make[1]: Entering directory `/home/apps/tape/ftape-4.02/ftape/zftape'
make[1]: Nothing to be done for `versions'.
make[1]: Leaving directory `/home/apps/tape/ftape-4.02/ftape/zftape'
make[1]: Entering directory
`/home/apps/tape/ftape-4.02/ftape/compressor'
make[1]: Nothing to be done for `versions'.
make[1]: Leaving directory `/home/apps/tape/ftape-4.02/ftape/compressor'
set -e; for i in setup  lowlevel internal parport zftape compressor; do
make -C $i modules; done
make[1]: Entering directory `/home/apps/tape/ftape-4.02/ftape/setup'
make[1]: Nothing to be done for `modules'.
make[1]: Leaving directory `/home/apps/tape/ftape-4.02/ftape/setup'
make[1]: Entering directory `/home/apps/tape/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 -m486
-DCPU=486  -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 -m486
-DCPU=486   -c fdc-io.c -o fdc-io.o
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[1]: *** [fdc-io.o] Error 1
make[1]: Leaving directory `/home/apps/tape/ftape-4.02/ftape/lowlevel'
make: *** [modules] Error 2
***********************************


 
Sincerely;

Jack Denman
PO Box 5062
Fullerton California 92838
H:(714) 680-4253
W:(714) 666-2700 Ext 2242

Reply via email to