Bug 390649

Summary: win32libs/openssl build error
Product: [Developer tools] Craft Reporter: Jarosław Staniek <staniek>
Component: BlueprintsAssignee: Hannah von Reth <vonreth>
Status: RESOLVED NOT A BUG    
Severity: normal CC: kde-windows
Priority: NOR    
Version: stable   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description Jarosław Staniek 2018-02-18 00:06:40 UTC
(vs2017 64bit)

Type:

craft win32libs/openssl


.\crypto\srp\srp_vfy.c(104): warning C4244: '=': conversion from '__int64' to 'unsigned char', possible loss of data
        rc /fo"tmp32dll\libeay32.res" /d CRYPTO ms\version32.rc
'rc' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'rc' : return code '0x1'
Stop.
Action: compile for win32libs/openssl FAILED
*** Craft all failed: win32libs/openssl after 2 minutes 29 seconds ***
fatal error: package win32libs/openssl all failed
Comment 1 Hannah von Reth 2018-02-18 11:01:16 UTC
are the common tools like rc.exe and cl.exe available in your Craft environment?
You can check with "where.exe rc.exe"
Comment 2 Hannah von Reth 2018-02-19 13:41:23 UTC
Also make sure you installed the windows sdk
Comment 3 Jarosław Staniek 2018-02-19 22:20:48 UTC
(Windows 7)

PS D:\Craft> where.exe rc.exe

C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64\rc.exe