
Hello, I downloaded sources boost_1_60_0.zip from boost.org I have built boost libraries. After this I tried to build console_test_runner.cpp located at \libs\test\tools\console_test_runner\src\console_test_runner.cpp of boost_1_60_0.zip. I run following command: ..\..\..\..\b2 toolset=msvc-14.0 address-model=64 variant=release debug-symbols=on I run it from the folder \libs\test\tools\console_test_runner\ I got errors, I tried to investigate them. It appears that console_test_runner.cpp contains following line: #include <boost/test/utils/runtime/cla/named_parameter.hpp> I tried to search boost folder for files "named_parameter*.*". I found html-files only. Then I checked Boost.Test repo at https://github.com/boostorg/test, rev. 36c5fe6a5604d0277f6d6a4cf167f95c38095c3c I also didn't found "named_parameter*.*" How can I obtain console_test_runner.exe from console_test_runner.cpp? I am not an expert in building boost, I just need working binaries. Thank you, -- Best wishes, Sergiy
participants (1)
-
Sergiy Tkachuk