Bug 390649 - win32libs/openssl build error
Summary: win32libs/openssl build error
Status: RESOLVED NOT A BUG
Alias: None
Product: Craft
Classification: Developer tools
Component: Blueprints (show other bugs)
Version: stable
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Hannah von Reth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-18 00:06 UTC by Jarosław Staniek
Modified: 2018-02-19 22:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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