[erlang-questions] Erlang Build 21.1.1 on Windows 10

Michael Scharrer michael_489@REDACTED
Mon Nov 12 14:35:28 CET 2018


Hi Luke,

thank you I will look. Is it maybe possible that you can share me your output what you´re getting on windows ./otp_build env_win32 x64
So that I can see some differences and compare it with my paths and system configuration.

Thanks,
Michael

Am 12.11.18 um 14:16 schrieb Luke Bakken:
I wonder if the following command isn't setting the PATH correctly on your system:

eval `./otp_build env_win32 x64`

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.

Luke

On Mon, Nov 12, 2018, 1:12 PM Michael Scharrer <michael_489@REDACTED<mailto:michael_489@REDACTED> wrote:
Hi Luke,

the result in cygwin is (so i got two results) /usr/bin/mt
but it seems like the same paths hmmm.. curious

$ which -a mt
/usr/bin/mt
/usr/bin/mt


Regards,

Michael

Am 12.11.18 um 10:58 schrieb Luke Bakken:
> Hi Michael -
>
> The build executes the "mt" command, and it is failing with invalid arguments:
>
>> usage: mt [-V] [-f device] operation [count]
> https://docs.microsoft.com/en-us/windows/desktop/sbscs/mt-exe
>
> I suspect that you may have another command named "mt" that has higher
> precedence in your PATH. Run "which -a mt" to see what the output is.
>
> Thanks,
> Luke
> .
>


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20181112/cca37e3e/attachment.htm>


More information about the erlang-questions mailing list