Re: amanda 2.4.2p1 on SUNOS 4.1.3 compile problems

2001-02-26 Thread Martin Hepworth
John well the patch didn't seem to do much (the huge one needs autoconf etc which I don't have). I forced a #define ssize_t int into the top of amanda.h and things seem to compile and amcheck OK. Just leaves a test backup and restore to do. I'll let you know how we get on. -- Martin Hepworth

Re: amanda 2.4.2p1 on SUNOS 4.1.3 compile problems

2001-02-23 Thread Martin Hepworth
John Still complains at the same place, same error...must be another issue somewhere -- Martin Hepworth Senior Systems Administrator Solid State Logic Ltd +44 (0)1865 842300 "John R. Jackson" wrote: anyway in common-src I get the following error gcc -DHAVE_CONFIG_H -I. -I. -I../config

amanda 2.4.2p1 on SUNOS 4.1.3 compile problems

2001-02-22 Thread Martin Hepworth
Hi all trying to compile 2.4.2p1 on SunOS 4.1.3 (just the client side) with gcc2.6 which acording to the readme has been done, althought I'd bet with SUN's compiler rather than gcc. anyway in common-src I get the following error gcc -DHAVE_CONFIG_H -I. -I. -I../config -I./../regex-src -g -O2

Re: amanda 2.4.2p1 on SUNOS 4.1.3 compile problems

2001-02-22 Thread John R. Jackson
anyway in common-src I get the following error gcc -DHAVE_CONFIG_H -I. -I. -I../config -I./../regex-src -g -O2 -c alloc.c -o alloc.o In file included from alloc.c:33: amanda.h:509: parse error before `areads_dataready' amanda.h:509: warning: data definition has no type or storage class ***