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: Fri, 8 May 2020 15:19:45 +0000

Nevermind I fixed this error and everything seems to be working perfectly. Thanks for the support. Looks like have sh.exe in my PATH was the issue.

Thanks,
Brandon

From: Loch Brandon <address@hidden>
Sent: Friday, May 8, 2020 10:13 AM
To: Eli Zaretskii <address@hidden>
Cc: address@hidden <address@hidden>; address@hidden <address@hidden>
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>make
------------------------------------------------------------------------------
Verifying and building application directory structure...
------------------------------------------------------------------------------ was unexpected at this time.
make: *** [dirs] Error 255

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

reply via email to

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