Author: Matt Corallo 2011-07-31 12:24:10
Published on: 2011-07-31T12:24:10+00:00
In this context, John Smith is discussing an issue with the unit test framework and how it doesn't build by default. He provides a command to demonstrate the error and lists two ways to fix it. The first way involves adding #define BOOST_TEST_DYN_LINK to the top of test_bitcoin.cpp, which is necessary for dynamic linking. The second solution is to link boost_unit_test_framework statically, but this requires a switch to dynamic at the end to avoid errors. In addition, Matt suggests checking out pull requests 363 and 442 for further information.
Updated on: 2023-05-18T21:30:46.720077+00:00