blt / port_compiler

A rebar3 port compiler
MIT License
65 stars 38 forks source link

v1.11.0 fails to compile in windows #65

Closed turtleDeng closed 4 years ago

turtleDeng commented 4 years ago

===> sh(cmd /q /c link.exe c_src/crc32c.o c_src/crc32c_nif.o /DLL /LIBPATH:"c:/Users/runneradmin/scoop/apps/erlang/22.3/lib/erl_interface-3.13.2/lib" erl_interface.lib ei.lib /OUT:d:/a/emqx-enterprise-rel/emqx-enterprise-rel/emqx-enterprise-rel/_build/emqx/lib/crc32cer/priv/crc32cer_nif.dll) 9903 failed with return code 1181 and the following output: 9904 Microsoft (R) Incremental Linker Version 14.16.27039.0 9905 Copyright (C) Microsoft Corporation. All rights reserved. 9906

9907 LINK : fatal error LNK1181: cannot open input file 'c_src\crc32c.o'