I am trying to get my boost libraries up and running, so I can start using the test framework.
When running:
#define BOOST_TEST_MODULE const_string test
#include
Robillard, Greg L
I think you need better title.
I am trying to get my boost libraries up and running, so I can start using the test framework. ld: 0711-317 ERROR: Undefined symbol: boost::unit_test::__vftQ3_5boost9unit_test15unit_ test_log_tQ3_5boost9unit_test13test_observer
You need to link with the Boost.Test library. Gennadiy
participants (2)
-
Gennadiy Rozental
-
Robillard, Greg L