2017-07-09 21:18 GMT+03:00 Peter Dimov via Boost
Confirmed, minimal repro is
b2 --with-stacktrace --build-type=complete stage
Patch:
...
This is actually fixed in Stacktrace's master branch:
https://github.com/boostorg/stacktrace/commit/9c1ed7fc95350bd7a0540ef600df2a...
but the superproject master doesn't seem to have picked up this change.
I've merged it to master only today (sorry for the delay). Looks like header only Boost.Coroutine2 wishes to autolink with a boost_coroutine2 library (tried to build this example https://github.com/apolukhin/Boost-Cookbook/tree/second_edition/Chapter11/09...) : LINK : fatal error LNK1104: cannot open file 'libboost_coroutine2-vc140-mt-gd-1_65.lib' NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\link.EXE"' : return code '0x450' -- Best regards, Antony Polukhin