On Thu, 01 Jul 2021 15:22:46 +0200, Joe Carroll wrote:
Would be good to add a note to the top of both Makefile and makefile for which flavor of make they are intended,I'm getting a "missing separator" error on line 56.
and maybe we can add some check to them that gives a more to-the-point hint if an unsuitable one is used.
I do not have access to nmake.exe.
Everyone who uses a VC-* configuration should have access to cl.exe and nmake.exe.
David
On 01.07.21 16:55, Joe Carroll wrote:
Thanks Matt. That clears it up. -----Original Message----- From: openssl-users [mailto:openssl-users-bounces@xxxxxxxxxxx] On Behalf Of Matt Caswell Sent: Thursday, July 1, 2021 9:40 AM To: openssl-users@xxxxxxxxxxx Subject: Re: [EXTERNAL] Re: GNU Make erroring on makefile On 01/07/2021 15:06, Joe Carroll wrote:Windows 10 perl Configure VC-WIN64AThe VC-WIN64A target generates a Makefile suitable for consumption by nmake. Hence its not possible to use GNU make with it. [...] Matt-----Original Message----- From: Richard Levitte [mailto:levitte@xxxxxxxxxxx] Sent: Thursday, July 1, 2021 8:25 AM To: Joe Carroll <joe.carroll.hrg2@xxxxxxxxxxxxx> Cc: openssl-users@xxxxxxxxxxx Subject: [EXTERNAL] Re: GNU Make erroring on makefile How did you configure, and on what platform? On Thu, 01 Jul 2021 15:22:46 +0200, Joe Carroll wrote:Has anyone successfully used GNU Make as part of the install process for version 1.1.1k or later? I'm getting a "missing separator" error on line 56. I do not have access to nmake.exe. !IF "$(DESTDIR)" != ""