[erlang-questions] Erlang Build 21.1.1 on Windows 10

Michael Scharrer michael_489@REDACTED
Mon Nov 12 09:35:48 CET 2018


Hello,

I want to build the OTP Version 21.1.1 from Github on Windows 10, and I do the steps from "http://erlang.org/doc/installation_guide/INSTALL-WIN32.html#using-git"<http://erlang.org/doc/installation_guide/INSTALL-WIN32.html#using-git>
with the following commands running in cygwin:

git clone https://github.com/erlang/otp.git
cd otp
git checkout OTP-21.1.1

eval `./otp_build env_win32 x64`

./otp_build autoconf
./otp_build configure --without-wx --with-ssl=/cygdrive/c/OpenSSL-Win64/bin
./otp_build release -a /home/user_1/otp_21_1_1


This is the error log, and it stops with make for beam.smp.dll, and I don´t know why. I have downloaded the Windows Kit 8.1 and Visual Studio 2013 (12.0):


user_1@REDACTED ~/erlbuild/otp
$ which cl.exe
/cygdrive/c/PROGRA~2/MICROS~1.0/VC/bin/amd64/cl.exe

user_1@REDACTED ~/erlbuild/otp
$ which rc.exe
/cygdrive/c/PROGRA~2/MICROS~1.0/VC/bin/amd64/rc.exe

user_1@REDACTED ~/erlbuild/otp
$ ./otp_build release -a /home/user_1/otp_21_1_1
 MAKE   emulator
make[1]: Verzeichnis „/home/user_1/erlbuild/otp/erts“ wird betreten
make[2]: Verzeichnis „/home/user_1/erlbuild/otp/erts“ wird betreten
make[3]: Verzeichnis „/home/user_1/erlbuild/otp/erts/emulator“ wird betreten
 MAKE   opt
make[4]: Verzeichnis „/home/user_1/erlbuild/otp/erts/emulator“ wird betreten
 GEN    win32/gen_git_version.mk
 LD     /home/user_1/erlbuild/otp/bin/win32/beam.smp.dll
usage: mt [-V] [-f device] operation [count]
   Bibliothek "C:/cygwin64/home/user_1/erlbuild/otp/bin/win32/erl_dll.lib" und Objekt "C:/cygwin64/home/user_1/erlbuild/otp/bin/win32/erl_dll.exp" werden erstellt.
make[4]: *** [win32/Makefile:1091: /home/user_1/erlbuild/otp/bin/win32/beam.smp.dll] Fehler 1
make[4]: Verzeichnis „/home/user_1/erlbuild/otp/erts/emulator“ wird verlassen
make[3]: *** [/home/user_1/erlbuild/otp/make/run_make.mk:35: opt] Fehler 2
make[3]: Verzeichnis „/home/user_1/erlbuild/otp/erts/emulator“ wird verlassen
make[2]: *** [Makefile:45: opt] Fehler 2
make[2]: Verzeichnis „/home/user_1/erlbuild/otp/erts“ wird verlassen
make[1]: *** [Makefile:54: smp] Fehler 2
make[1]: Verzeichnis „/home/user_1/erlbuild/otp/erts“ wird verlassen
make: *** [Makefile:473: emulator] Fehler 2


Regards,

Michael

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


More information about the erlang-questions mailing list