On 2011-01-26 at 22:08 +0100, Renaud Allard wrote: > On 01/26/11 20:08, Phil Pennock wrote: > > On 2011-01-26 at 12:05 +0100, Renaud Allard wrote: > >> I just tried to compile 4.74 on OpenBSD 4.8 amd64 using my old Makefile > >> which worked fine on 4.73 and it fails. > > > > Please post your Makefile. > > Here it is: > http://www.llorien.org/exim/exim.Makefile
Okay, this is the same issue which Oliver Heesakkers successfully debugged -- your Local/Makefile has variables defined with leading whitespace. I'm sufficiently paranoid about whitespace-vs-tabs that I have always ensured variables don't have leading whitespace, so this didn't occur to me. You can strip out the leading whitespace, or you can try the patch available from here: http://git.exim.org/users/pdp/review.git/patch/44e47ad200b45cf7ff4d136ddc1a0e64e26eb1a0 details at: http://git.exim.org/users/pdp/review.git/commit/44e47ad200b45cf7ff4d136ddc1a0e64e26eb1a0 Sorry for the inconvenience, -Phil -- ## List details at http://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/
