|
From: | Loch Brandon |
Subject: | Re: Windows shell discovery (was: Re: Incorrect path and shell script error) |
Date: | Thu, 7 May 2020 19:47:58 +0000 |
Alright so I added the path to the cmd.exe and I now see a different error. This is the output while running make.
C:\Users\bl68969.JDNET\Projects\HHP2\Code\M2_501\ProgramSpecific\MakeFileBuild>make
echo ------------------------------------------------------------------------------
A subdirectory or file C:\Users\BL6896~1.JDN\AppData\Local\Temp\make75042.sh already exists.
Error occurred while processing: C:\Users\BL6896~1.JDN\AppData\Local\Temp\make75042.sh.
make: *** [dirs] Error 1From: Eli Zaretskii <address@hidden>
Sent: Thursday, May 7, 2020 2:26 PM To: address@hidden <address@hidden> Cc: Loch Brandon <address@hidden>; address@hidden <address@hidden> Subject: Re: Windows shell discovery (was: Re: Incorrect path and shell script error) > From: Paul Smith <address@hidden>
> Date: Thu, 07 May 2020 15:20:39 -0400 > > Maybe some setting of the make SHELL variable in your makefile can > convence make to use command.com, but I'm not sure. > > Maybe someone with more experience on Windows than I can comment. Yes, "SHELL = cmd.exe" in the Makefile should be a good first step. |
[Prev in Thread] | Current Thread | [Next in Thread] |