Re: Windows shell discovery (was: Re: Incorrect path and shell script error)

2020-05-08 Thread Loch Brandon
ct: Re: Windows shell discovery (was: Re: Incorrect path and shell script error) > From: Loch Brandon > CC: "psm...@gnu.org" , "bug-make@gnu.org" > Date: Fri, 8 May 2020 15:13:23 + > > Yes I did have sh.exe in my path. I removed it and this is what the f

Re: Windows shell discovery (was: Re: Incorrect path and shell script error)

2020-05-08 Thread Eli Zaretskii
> From: Loch Brandon > CC: "psm...@gnu.org" , "bug-make@gnu.org" > Date: Fri, 8 May 2020 15:13:23 + > > Yes I did have sh.exe in my path. I removed it and this is what the following > output was. > > C:\Users\bl68969.JDNET\Projects\HHP2\Code\M2_501\ProgramSpecific\MakeFileBuild>make >

Re: Windows shell discovery (was: Re: Incorrect path and shell script error)

2020-05-08 Thread Loch Brandon
-make@gnu.org Subject: Re: Windows shell discovery (was: Re: Incorrect path and shell script error) Yes I did have sh.exe in my path. I removed it and this is what the following output was. C:\Users\bl68969.JDNET\Projects\HHP2\Code\M2_501\ProgramSpecific\MakeFileBuild>m

Re: Windows shell discovery (was: Re: Incorrect path and shell script error)

2020-05-08 Thread Loch Brandon
org Subject: Re: Windows shell discovery (was: Re: Incorrect path and shell script error) > From: Loch Brandon > CC: "psm...@gnu.org" , "bug-make@gnu.org" > Date: Fri, 8 May 2020 14:42:31 + > > Sorry I wasn't clear. I added the following command > SHELL

Re: Windows shell discovery (was: Re: Incorrect path and shell script error)

2020-05-08 Thread Eli Zaretskii
> From: Loch Brandon > CC: "psm...@gnu.org" , "bug-make@gnu.org" > Date: Fri, 8 May 2020 14:42:31 + > > Sorry I wasn't clear. I added the following command > SHELL := C:\Windows\System32\cmd.exe (which is what i meant by adding the > path to cmd.exe) > > I don't believe that it would be an

Re: Windows shell discovery (was: Re: Incorrect path and shell script error)

2020-05-08 Thread Loch Brandon
dding the SHELL variable into the makefile. Thanks, Brandon From: Eli Zaretskii Sent: Friday, May 8, 2020 1:22 AM To: Loch Brandon Cc: psm...@gnu.org ; bug-make@gnu.org Subject: Re: Windows shell discovery (was: Re: Incorrect path and shell script error) > From:

Re: Incorrect path and shell script error

2020-05-08 Thread Edward Welbourne
Loch Brandon (7 May 2020 20:41) wrote: > @if not exist $(OUTPUTDIR)\$(notdir $(OBJDIR)) $(MKDIR) $(OUTPUTDIR)\$(notdir > $(OBJDIR)) > When running without the '@' this is the result: > echo Verifying and building application directory structure... > Verifying and building application directory st

Re: Windows shell discovery (was: Re: Incorrect path and shell script error)

2020-05-07 Thread Eli Zaretskii
> From: Loch Brandon > CC: "bug-make@gnu.org" > Date: Thu, 7 May 2020 19:47:58 + > > Alright so I added the path to the cmd.exe and I now see a different error. I didn't say to add the path to cmd.exe. I meant to write exactly this line in the beginning of the Makefile: SHELL = cmd.exe

Re: Windows shell discovery (was: Re: Incorrect path and shell script error)

2020-05-07 Thread Loch Brandon
psm...@gnu.org Cc: Loch Brandon ; bug-make@gnu.org Subject: Re: Windows shell discovery (was: Re: Incorrect path and shell script error) > From: Paul Smith > Date: Thu, 07 May 2020 15:20:39 -0400 > > Maybe some setting of the make SHELL variable in your makefile can > convence make

Re: Windows shell discovery (was: Re: Incorrect path and shell script error)

2020-05-07 Thread Eli Zaretskii
> From: Paul Smith > 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 sh

Windows shell discovery (was: Re: Incorrect path and shell script error)

2020-05-07 Thread Paul Smith
On Thu, 2020-05-07 at 18:41 +, Loch Brandon wrote: > dirs: > @$(ECHO) > @$(ECHO) Verifying and building application directory structure... > @if not exist $(OUTPUTDIR) $(MKDIR) $(OUTPUTDIR) > @if not exist $(OUTPUTDIR)\$(notdir $(OBJD

Re: Incorrect path and shell script error

2020-05-07 Thread Loch Brandon
hen it hits the error. Thanks, Brandon From: Paul Smith Sent: Wednesday, May 6, 2020 6:34 PM To: Loch Brandon ; bug-make@gnu.org Subject: Re: Incorrect path and shell script error On Wed, 2020-05-06 at 21:06 +, Loch Brandon wrote: > Hello, > I am having the

Re: Incorrect path and shell script error

2020-05-06 Thread Paul Smith
On Wed, 2020-05-06 at 21:06 +, Loch Brandon wrote: > Hello, > I am having the following issue while trying to run make.exe Please cut and paste text into emails rather than insert screenshots... we can't quote, search, etc. a screenshot. > I am using version 3.78.1. I don't know if you're aw