You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: I am going to turn this ticket into a mini-epic. The causes of these errors are in several branches and subprojects, so several PRs will have to be created. This ticket will help keep track of them. NOTE: Most of these build errors are with tests.
variant_test.cpp (fc subproject)
independent_bits_engine (hardfork branch)
winsock.h (develop branch)
zlib.h (fc subproject)
Here are the details:
Attempted to build for Windows, but received the following errors:
Well, we know Visual Studio 2015 Update 1 works. I do see old documentation on Visual Studio 2013, but I don't think we want to support such old versions, nor have I tried it. With recent changes (not part of this PR) we can support Visual Studio 2017, and probably Visual Studio 2019 that was officially released 2-April. I will be trying that (hopefully today).
I have built a document that details how to build (from a new install of the OS) with Visual Studio 2015 Update 1. That document should be completed today as well.
Update: I am going to turn this ticket into a mini-epic. The causes of these errors are in several branches and subprojects, so several PRs will have to be created. This ticket will help keep track of them. NOTE: Most of these build errors are with tests.
Here are the details:
Attempted to build for Windows, but received the following errors:
Build Environment
Steps To Reproduce
cmake -G "Visual Studio 14 2015 Win64" -DBoost_USE_STATIC_LIBS=ON -DBOOST_ROOT="c:\local\boost1_65_1" -DOPENSSL_CONF_SOURCE="C:\OpenSSL-Win64\bin\openssl.cfg" -DCURL_INCLUDE_DIR="C:\Program Files\CURL\include" -DCURL_LIBRARY="C:\Program Files\CURL\lib\libcurl_imp.lib" -DCURL_STATICLIB=ON
CORE TEAM TASK LIST
Build Error
Bug Report
The text was updated successfully, but these errors were encountered: