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
cd libs\bimap\test
b2 # for MSVC
b2 toolset=gcc # for GCC
Sadly in both cases some tests failed. Different tests with both cases. Below console outputs are from a second run of b2 to take out staff that is OK:
On my Windows 10, with MS Visual Studio 2017 and MinGW with GCC 7.2 I have installed Boost following steps on https://github.com/boostorg/boost/wiki/Getting-Started:
Then I have added
b2
to myPATH
and done this:Sadly in both cases some tests failed. Different tests with both cases. Below console outputs are from a second run of
b2
to take out staff that is OK:The same with GCC:
Am I doing something wrong? How should I proceed to have the tests running clean (as I expected they should)?
The text was updated successfully, but these errors were encountered: