bkerler / mtkclient

MTK reverse engineering and flash tool
GNU General Public License v3.0
2.73k stars 529 forks source link

Problems compiling the scrypt dependency on Windows #1296

Open robertydoc opened 3 days ago

robertydoc commented 3 days ago
  LINK : fatal error LNK1181: nÆo foi poss¡vel abrir o arquivo de entrada 'libcrypto_static.lib'
  error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.42.34433\\bin\\HostX86\\x64\\link.exe' failed with exit code 1181
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for scrypt Failed to build scrypt ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (scrypt)

nucleus3 commented 3 days ago

try to install OpenSSL 1.1.1d 10 Sep 2019 set INCLUDE=C:\Program Files\OpenSSL-Win64\include;%INCLUDE% set LIB=C:\Program Files\OpenSSL-Win64\lib;%LIB%