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
I run in on Ubuntu with boost version 1.69 installed.
I have following errors on the linking process (the error list is bigger but with similar errors):
./build/max-g++/obj/tests/test_proxy.o: In function _GLOBAL__sub_I_test_proxy.cpp': test_proxy.cpp:(.text.startup+0x2c): undefined reference to boost::unit_test::unit_test_log_t::instance()'
test_proxy.cpp:(.text.startup+0x5e): undefined reference to boost::unit_test::decorator::collector_t::instance()' test_proxy.cpp:(.text.startup+0xc2): undefined reference to boost::unit_test::ut_detail::auto_test_unit_registrar::auto_test_unit_registrar(boost::unit_test::basic_cstring, boost::unit_test::basic_cstring, unsigned long, boost::unit_test::decorator::collector_t&)'
Cheers
The text was updated successfully, but these errors were encountered:
Hello,
I run in on Ubuntu with boost version 1.69 installed.
I have following errors on the linking process (the error list is bigger but with similar errors):
./build/max-g++/obj/tests/test_proxy.o: In function
_GLOBAL__sub_I_test_proxy.cpp': test_proxy.cpp:(.text.startup+0x2c): undefined reference to
boost::unit_test::unit_test_log_t::instance()'test_proxy.cpp:(.text.startup+0x5e): undefined reference to
boost::unit_test::decorator::collector_t::instance()' test_proxy.cpp:(.text.startup+0xc2): undefined reference to
boost::unit_test::ut_detail::auto_test_unit_registrar::auto_test_unit_registrar(boost::unit_test::basic_cstring, boost::unit_test::basic_cstring, unsigned long, boost::unit_test::decorator::collector_t&)'Cheers
The text was updated successfully, but these errors were encountered: