Hello,

  I am new to linux and am trying to get ftape 4.02 running on a new install
of Redhat 6.0 (kernel 2.2.5-15).  I get the following errors when I run
make.



 � [root@daedalus ftape-4.02]# make
for i in ftape ; do make -C $i all ; done
make[1]: Entering directory `/home/rickp/ftape-4.02/ftape'
for i in setup  lowlevel internal parport zftape compressor; \
do \
  make -C $i NODEP=true versions; \
done
make[2]: Entering directory `/home/rickp/ftape-4.02/ftape/setup'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/home/rickp/ftape-4.02/ftape/setup'
make[2]: Entering directory `/home/rickp/ftape-4.02/ftape/lowlevel'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/home/rickp/ftape-4.02/ftape/lowlevel'
make[2]: Entering directory `/home/rickp/ftape-4.02/ftape/internal'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/home/rickp/ftape-4.02/ftape/internal'
make[2]: Entering directory `/home/rickp/ftape-4.02/ftape/parport'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/home/rickp/ftape-4.02/ftape/parport'
make[2]: Entering directory `/home/rickp/ftape-4.02/ftape/zftape'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/home/rickp/ftape-4.02/ftape/zftape'
make[2]: Entering directory `/home/rickp/ftape-4.02/ftape/compressor'
make[2]: Nothing to be done for `versions'.
make[2]: Leaving directory `/home/rickp/ftape-4.02/ftape/compressor'
set -e; for i in setup  lowlevel internal parport zftape compressor; do
make -C $i modules; done
make[2]: Entering directory `/home/rickp/ftape-4.02/ftape/setup'
make[2]: Nothing to be done for `modules'.
make[2]: Leaving directory `/home/rickp/ftape-4.02/ftape/setup'
make[2]: Entering directory `/home/rickp/ftape-4.02/ftape/lowlevel'
make[2]: Leaving directory `/home/rickp/ftape-4.02/ftape/lowlevel'
make[2]: Entering directory `/home/rickp/ftape-4.02/ftape/lowlevel'
gcc -Wall -Wstrict-prototypes -O2  -fomit-frame-pointer -fno-strength-reduce
 -DTHE_FTAPE_MAINTAINER=\"[EMAIL PROTECTED]\" -DBROKEN_FLOPPY_DRIVE
R -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 -DMODU
LE -D__KERNEL__ -I. -I../../include -I/usr/src/linux/include -m486 -DCPU=486
  -DTHE_FTAPE_MAINTAINER=\"[EMAIL PROTECTED]\" -DBROKEN_FLOPPY_DRIV
ER -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 -DCONFI
G_FT_BPCK_MODULE -DCONFIG_ZFTAPE_MODULE -DCONFIG_ZFT_COMPRESSOR_MODULE -DMOD
ULE -D__KERNEL__ -I. -I../../include -I/usr/src/linux/include -m486 -DCPU=48
6   -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[2]: *** [fdc-io.o] Error 1
make[2]: Leaving directory `/home/rickp/ftape-4.02/ftape/lowlevel'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/rickp/ftape-4.02/ftape'
make: *** [all] Error 2
[root@daedalus ftape-4.02]#


Can anyone help.

gcc --version reveals egcs-2.91.66


Richard

Reply via email to