Re: [exim-dev] [exim] Exim 4.92-RC1

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jeremy Harris
Fecha:  
A: exim-dev
Asunto: Re: [exim-dev] [exim] Exim 4.92-RC1
On 14/12/2018 15:24, Paul Hecker via Exim-dev wrote:
> can no longer compile this version with my current Makefile as there is
>
> WITH_CONTENT_SCAN=yes
>
> enabled and all other scanner interfaces disabled (as DISABLE_MAL_CLAM=yes, DISABLE_MAL_AVAST=yes etc.).
>
> The error at compile-time is
>
> gcc -DMACRO_PREDEF malware.c
> malware.c:52:2: error: empty enum is invalid
> } scanner_t;


Thanks for the report; the next RC will have a dummy enum value added
just before that line.

> Getting the following error when disabling the complete WITH_CONTENT_SCAN setting.
>
> main option "spamd_address" unknown


I can't duplicate this. Possibly you need a "make clean" before that
"make" ?
--
Cheers,
Jeremy