Greetings,
I'm working on getting amanda working on Solaris 7 (intel) with an exabyte
220 changer. All was going well, except I can't access the robot.
Tried to compile sst, but get the following:
---
[jtucker@backup1 sst]$ CC=gcc /usr/local/bin/make
gcc -D_KERNEL -c sst.c
In file included from sst.c:79:
/usr/local/lib/gcc-lib/i386-pc-solaris2.7/2.95.2/include/stdarg.h:96: warning:
`va_start' redefined
/usr/include/sys/varargs.h:61: warning: this is the location of the previous definition
/usr/local/lib/gcc-lib/i386-pc-solaris2.7/2.95.2/include/stdarg.h:109: warning:
`va_arg' redefined
/usr/include/sys/varargs.h:62: warning: this is the location of the previous definition
In file included from sst.c:79:
/usr/local/lib/gcc-lib/i386-pc-solaris2.7/2.95.2/include/stdarg.h:99: conflicting
types for `va_end'
/usr/include/sys/varargs.h:83: previous declaration of `va_end'
/usr/local/lib/gcc-lib/i386-pc-solaris2.7/2.95.2/include/stdarg.h:170: conflicting
types for `va_list'
/usr/include/sys/varargs.h:49: previous declaration of `va_list'
sst.c: In function `sst_handle_sense':
sst.c:2108: warning: passing arg 1 of `timeout' from incompatible pointer type
sst.c:2163: warning: passing arg 1 of `timeout' from incompatible pointer type
sst.c: In function `sst_handle_arq':
sst.c:2283: warning: passing arg 1 of `timeout' from incompatible pointer type
sst.c: In function `sst_check_error':
sst.c:2371: warning: passing arg 1 of `timeout' from incompatible pointer type
make: *** [sst] Error 1
----
I've been searching archives and docs for quite a while now and can't find
any good info on my problem. Any help would be greatly appreciated!
Banging my head against the wall at this point.
Thanks,
__Jason