<div dir="auto"><div>I wonder if the following command isn't setting the PATH correctly on your system:<div dir="auto"><pre style="white-space:pre-wrap;background-color:rgb(255,255,255);font-family:menlo;font-size:13.5pt">eval `./otp_build env_win32 x64`</pre><pre style="white-space:pre-wrap;background-color:rgb(255,255,255);font-family:menlo;font-size:13.5pt">Try running "otp_build env_win32 x64" to see what the output looks like. There should be a "visual studio command prompt" sort of shortcut that will set up a cmd.exe-based build environment. Maybe comparing the environment to the output of the otp_build command will show something.</pre><pre style="white-space:pre-wrap;background-color:rgb(255,255,255);font-family:menlo;font-size:13.5pt">Luke</pre></div><div class="gmail_quote"><div dir="ltr">On Mon, Nov 12, 2018, 1:12 PM Michael Scharrer <<a href="mailto:michael_489@hotmail.de">michael_489@hotmail.de</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Luke,<br>
<br>
the result in cygwin is (so i got two results) /usr/bin/mt<br>
but it seems like the same paths hmmm.. curious<br>
<br>
$ which -a mt<br>
/usr/bin/mt<br>
/usr/bin/mt<br>
<br>
<br>
Regards,<br>
<br>
Michael<br>
<br>
Am 12.11.18 um 10:58 schrieb Luke Bakken:<br>
> Hi Michael -<br>
><br>
> The build executes the "mt" command, and it is failing with invalid arguments:<br>
><br>
>> usage: mt [-V] [-f device] operation [count]<br>
> <a href="https://docs.microsoft.com/en-us/windows/desktop/sbscs/mt-exe" rel="noreferrer noreferrer" target="_blank">https://docs.microsoft.com/en-us/windows/desktop/sbscs/mt-exe</a><br>
><br>
> I suspect that you may have another command named "mt" that has higher<br>
> precedence in your PATH. Run "which -a mt" to see what the output is.<br>
><br>
> Thanks,<br>
> Luke<br>
> .<br>
><br>
<br>
</blockquote></div></div></div>