Hello,

I would like to report success on compiling clamav-0.54 on Tru64 Unix v5.1
with gcc and Compaq make.
I only needed to replace the :

typedef enum { FALSE=0,TRUE=1 } bool;
found in libclamav/mbox.c and libclamav/message.c

... by :

typedef short bool;
#define TRUE 1
#define FALSE 0
like in libclamav/zziplib/

I also had to delete libclamav/strings.h because strcasecmp is defined in
/usr/include/strings.h (in Tru64) which didn't got included because of this
parasite file.

If these mods can be done in next next release it would compile out of the
box for Tru64.

Is it possible ?

thanks,
cvaroqui

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Reply via email to