>Here's your answer, hope it's not too much:

It was just what I needed.

>In file included from common-src/amflock.c:48,
>                 from configure:19266:
>common-src/amanda.h:509: parse error before `areads_dataready'
>...

This appears to be caused by someone getting a little too enthusiastic
with ssize_t (signed size type), which apparently your OS does not
provide, at least in the normal include files.

Please give the following patch a try.  There is still (deliberately)
one ssize_t left, so if your OS just plain doesn't have that defined,
it may fail when it comes to building this (it will happen in file.c)
but I think the patch will at least get you through ./configure.  If you
have more trouble, let me know and I'll add to the fix.

>Mario Obejas

John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]

file.diff

Reply via email to