I was successfully able to run bootstrap and b2 on Windows 10 using
the Visual Studio 2015 with SP3 and this command line:
b2 --build-type=complete -j10
I got warnings and compilation errors when building rippled (our open
source project). These were the errors:
1>CL : warning : Boost.Coroutine is now deprecated. Please switch to
Boost.Coroutine2. To disable this warning message, define
BOOST_COROUTINES_NO_DEPRECATION_WARNING.
1>D:\lib\boost_1_62_0\boost/asio/ssl/error.hpp(48): error C2065:
'ERR_LIB_SSL': undeclared identifier (compiling source file
..\..\src\ripple\unity\app_main.cpp)
1>D:\lib\boost_1_62_0\boost/asio/ssl/error.hpp(48): error C2065:
'SSL_R_SHORT_READ': undeclared identifier (compiling source file
..\..\src\ripple\unity\app_main.cpp)
1>D:\lib\boost_1_62_0\boost/asio/ssl/error.hpp(48): error C3861:
'ERR_PACK': identifier not found (compiling source file
..\..\src\ripple\unity\app_main.cpp)
It looks like the SSL errors are the result of this Boost.Asio change:
https://github.com/boostorg/asio/commit/8ea3165df95a826e5ba3cc8395c3ad1c1bd7...
The 1.62.0 changes for Boost.Asio are described here:
https://github.com/boostorg/asio/blob/350f94e7229823db8dfb8b1c2104d545b101ee...
On Mon, Sep 26, 2016 at 10:36 AM, Rene Rivera
The release candidates for the 1.62.0 release are now available at:
https://sourceforge.net/projects/boost/files/boost/1.62.0.rc.1/boost_1_62_0_... https://sourceforge.net/projects/boost/files/boost/1.62.0.rc.1/boost_1_62_0_... https://sourceforge.net/projects/boost/files/boost/1.62.0.rc.1/boost_1_62_0_... https://sourceforge.net/projects/boost/files/boost/1.62.0.rc.1/boost_1_62_0_...
The SHA256 checksums are as follows:
b91c2cda8bee73ea613130e19e72c9589e9ef0357c4c5cc5f7523de82cce11f7 boost_1_62_0_rc1.7z 36c96b0f6155c98404091d8ceb48319a28279ca0333fba1ad8611eb90afb2ca0 boost_1_62_0_rc1.tar.bz2 440a59f8bc4023dbe6285c9998b0f7fa288468b889746b1ef00e8b36c559dce1 boost_1_62_0_rc1.tar.gz 084b2e0638bbe0975a9e43e21bc9ceae33ef11377aecab3268a57cf41e405d4e boost_1_62_0_rc1.zip
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
Thanks, the release managers.
-- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- Follow me on Github: https://github.com/vinniefalco