bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Windows shell discovery (was: Re: Incorrect path and shell script er


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 1

From: 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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]