On 9/4/07, mike caplin <[EMAIL PROTECTED]> wroteJeff,
>
> I just tried to build 0.91.2 on Tru64 and this old error cropped-up.
> Since DEC's cc has some C++ features, 'try' is a reserved word. Please
> change the name of the variable 'try' (I tested substituing 'tries' and
> the
> program compi
Jeff,
I just tried to build 0.91.2 on Tru64 and this old error cropped-up.
Since DEC's cc has some C++ features, 'try' is a reserved word. Please
change the name of the variable 'try' (I tested substituing 'tries' and the
program compiles) in clamd/server-th.c.
On 4/4/07, Jeff Donsbach <[EMAIL
On 4/4/07, mike caplin <[EMAIL PROTECTED]> wrote:
Compiling clamd on Tru64 v5.1b fails with the following error (NOTE: using
DEC's cc not gcc):
The DEC/Compaq/HP C compiler for Tru64 UNIX supports structured exception
handling with try() blocks. See section 11.3 and 11.4 of the Tru64 UNIX
Pro
Compiling clamd on Tru64 v5.1b fails with the following error (NOTE: using
DEC's cc not gcc):
# make
make all-recursive
make[1]: Entering directory `/usr/local/sources/ClamAV/clamav-0.90.1'
Making all in libclamav
make[2]: Entering directory `/usr/local/sources/ClamAV/clamav-0.90.1
/libclamav'
m