zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
439 stars 195 forks source link

Can't install. Linking error #240

Open mr-j0nes opened 4 years ago

mr-j0nes commented 4 years ago

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 toboost::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 toboost::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