You are not logged in.
Pages: 1
Trying to get mt-st (magnetic tape) compiled for arch on amd64, I'm using the PKGBUILD from cvs (http://cvs.archlinux.org/cgi-bin/viewcv … ag=CURRENT) and when compiling I get bthe following error:
==> Starting build()...
cc -Wall -O2 -o mt mt.c
In file included from mt.c:24:
mtio.h:13:26: error: linux/qic117.h: No such file or directory
In file included from mt.c:24:
mtio.h:266: error: expected specifier-qualifier-list before 'qic117_cmd_t'
make: *** [mt] Error 1
==> ERROR: Build Failed. Aborting...
Anyone any idea how to get that header?
Kernel is a custom 2.6.20ARCH kernel..
Last edited by dafart (2007-03-18 17:21:12)
Offline
lol, mt is already available by default...
Offline
Pages: 1