On Mon, Apr 18, 2022 at 10:28:10PM +0200, mg4gh wrote: > In file included from ./include/commandconf.h:27, > from src/aide.c:43: > ./include/config.h:8: Warnung: »AIDECOMPILEOPTIONS« redefiniert > #define AIDECOMPILEOPTIONS > "WITH_MMAP\nWITH_PCRE2\nWITH_ZLIB\nWITH_MHASH\n" > > In file included from src/aide.c:23: > ./config.h:8: Anmerkung: dies ist die Stelle der vorherigen Definition > #define AIDECOMPILEOPTIONS "WITH_MMAP\nWITH_PCRE\nWITH_ZLIB\nWITH_MHASH\n"
The leftover config.h in base directory conflicts with the one in include/ subdirectory. Please try to build AIDE from a clean git checkout. Best regards Hannes _______________________________________________ Aide mailing list [email protected] https://www.ipi.fi/mailman/listinfo/aide
