src/zmqpp/socket.cpp:122:9: warning: 'send' is deprecated [-Wdeprecated-declarations] return send(str, (dont_block) ? socket::dont_wait : socket::normal); ^ src/zmqpp/socket.hpp:291:2: note: 'send' has been explicitly marked deprecated here ZMQPP_DEPRECATED("prefer using zmqpp::message for multipart messages") ^ src/zmqpp/compatibility.hpp:114:50: note: expanded from macro 'ZMQPP_DEPRECATED' #define ZMQPP_DEPRECATED(reason) __attribute__ ((deprecated)) ^ src/zmqpp/socket.cpp:128:9: warning: 'receive' is deprecated [-Wdeprecated-declarations] return receive(str, (dont_block) ? socket::dont_wait : socket::normal); ^ src/zmqpp/socket.hpp:306:2: note: 'receive' has been explicitly marked deprecated here ZMQPP_DEPRECATED("prefer using zmqpp::message for multipart messages") ^ src/zmqpp/compatibility.hpp:114:50: note: expanded from macro 'ZMQPP_DEPRECATED' #define ZMQPP_DEPRECATED(reason) __attribute__ ((deprecated)) ^ src/zmqpp/socket.cpp:30:11: warning: unused variable 'max_stream_buffer_size' [-Wunused-const-variable] const int max_stream_buffer_size = 4096; ^ 3 warnings generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMakeFiles/test_package.dir/test_package.cpp.o: In function `main': /home/conan/w/cci_PR-4487/1/6e23ce86-81cc-46e2-917e-7081e5d8a0a9/recipes/zmqpp/all/test_package/test_package.cpp:6: undefined reference to `zmqpp::version()' /home/conan/w/cci_PR-4487/.conan/data/zmqpp/4.2.0/_/_/package/e003054db754125eb22a17c7b5fdddfb5d2caaab/lib/libzmqpp.a(context.o): In function `zmqpp::context::set(zmqpp::context_option, int)': context.cpp:(.text+0xd4): undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_create(unsigned long&, unsigned long)' context.cpp:(.text+0x110): undefined reference to `std::runtime_error::runtime_error(std::__cxx11::basic_string, std::allocator > const&)' /home/conan/w/cci_PR-4487/.conan/data/zmqpp/4.2.0/_/_/package/e003054db754125eb22a17c7b5fdddfb5d2caaab/lib/libzmqpp.a(context.o): In function `zmqpp::context::get(zmqpp::context_option)': context.cpp:(.text+0x214): undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_create(unsigned long&, unsigned long)' context.cpp:(.text+0x250): undefined reference to `std::runtime_error::runtime_error(std::__cxx11::basic_string, std::allocator > const&)' clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [bin/test_package] Error 1 make[1]: *** [CMakeFiles/test_package.dir/all] Error 2 make: *** [all] Error 2 ERROR: zmqpp/4.2.0 (test package): Error in build() method, line 12 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/cci_PR-4487/1/6e23ce86-81cc-46e2-917e-7081e5d8a0a9/recipes/zmqpp/all/test_package/build/60fc2619b37ded9e0f007ed4410299a713be7a8e' '--' '-j3'