I added CFLAGS+ = c99 not works ;(
----- Original Message ----- From: "Jeremy Harris via Exim-users" <[email protected]>
To: <[email protected]> Sent: Wednesday, December 11, 2019 2:41 PM Subject: Re: [exim] EXIM 4.93 compilation problem On 11/12/2019 13:35, Sławomir Dworaczek via Exim-users wrote:
readconf.c:415:1: note: use option -std=c99 or -std=gnu99 to compile your code
That means that you need to add a CFLAGS += to your Local/Makefile -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
