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 -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
