|
From: cf16-2 <cf1...@gm...> - 2013-03-04 15:24:18
|
on linux I had to add
> libboost_unit_test_framework.so
to the Linker->Libraries and #include <boost/test/unit_test.hpp>.
#define BOOST_MESSAGE( M ) BOOST_TEST_MESSAGE( M )
is already present in test/test_tools.hpp.
on windows I have different #defines and this is not present, so I added it
to the
> unit_test_log.hpp
where BOOST_TEST_MESSAGE is defined (in boost files to avoid same issue
again in the case of other applications using BOOST_MESSAGE). BOOST_MESSAGE
issue resolved but still can't default initialize
const void* = boost::test_tools::check_is_close
and void* = boost::test_tools::check_is_small
--
View this message in context: http://quantlib.10058.n7.nabble.com/BOOST-MESSAGE-undefined-tp14086p14097.html
Sent from the quantlib-dev mailing list archive at Nabble.com.
|