On Thu, Nov 28, 2002 at 12:03:37PM +0100, EXT / DEVOTEAM VAROQUI Christophe wrote:
> 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 ?
Hi,
thanks for the report. Could you post the output from ./configure please ?
Best regards,
Tomasz Kojm
--
oo ..... [EMAIL PROTECTED]
(\/)\......... http://www.konarski.edu.pl/~zolw
\..........._ I nie zapomnij kliknac w brzuszek...
//\ /\\ <- C. Amboinensis www.pajacyk.pl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]