|
From: | Loch Brandon |
Subject: | Re: Windows shell discovery (was: Re: Incorrect path and shell script error) |
Date: | Fri, 8 May 2020 15:13:23 +0000 |
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
------------------------------------------------------------------------------
Verifying and building application directory structure...
------------------------------------------------------------------------------ was unexpected at this time.
make: *** [dirs] Error 255From: Eli Zaretskii <address@hidden>
Sent: Friday, May 8, 2020 9:46 AM To: Loch Brandon <address@hidden> Cc: address@hidden <address@hidden>; address@hidden <address@hidden> Subject: Re: Windows shell discovery (was: Re: Incorrect path and shell script error) > From: Loch Brandon <address@hidden>
> CC: "address@hidden" <address@hidden>, "address@hidden" <address@hidden> > Date: Fri, 8 May 2020 14:42:31 +0000 > > 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 issue with the escape characters because there are other developers that > use this same makefile and have no issues with getting it to work. My windows profile was recreated which I > believe lead to this issue. I'm not quite sure I know the impact that this had to my computer and other > programs, since I have nothing to compare it to. > > The error I sent in the last email is what I get when adding the SHELL variable into the makefile. Do you have sh.exe on PATH? If so, what happens if you remove its directory from PATH, or temporarily rename sh.exe to something like s.e? does the problem go away then? |
[Prev in Thread] | Current Thread | [Next in Thread] |