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 /usr/bin/ld: CMakeFiles/test_package.dir/test_package.cpp.o: in function `main': test_package.cpp:(.text+0xe): undefined reference to `zmqpp::version()' /usr/bin/ld: /home/conan/w/cci_PR-4487/.conan/data/zmqpp/4.2.0/_/_/package/71f27c610cc3a258cca9727a956d91149fac6c46/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)' /usr/bin/ld: context.cpp:(.text+0x110): undefined reference to `std::runtime_error::runtime_error(std::__cxx11::basic_string, std::allocator > const&)' /usr/bin/ld: /home/conan/w/cci_PR-4487/.conan/data/zmqpp/4.2.0/_/_/package/71f27c610cc3a258cca9727a956d91149fac6c46/lib/libzmqpp.a(context.o): in function `zmqpp::context::get(zmqpp::context_option)': context.cpp:(.text+0x204): undefined reference to `std::__cxx11::basic_string, std::allocator >::_M_create(unsigned long&, unsigned long)' /usr/bin/ld: context.cpp:(.text+0x240): 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]: *** [CMakeFiles/test_package.dir/build.make:103: bin/test_package] Error 1 make[1]: *** [CMakeFiles/Makefile2:95: CMakeFiles/test_package.dir/all] Error 2 make: *** [Makefile:103: 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/78d22998-c1c6-4866-b5f0-a69998d5b2c0/recipes/zmqpp/all/test_package/build/a7c7bcb8d87bda1df77520de6e3b99404bd94dc2' '--' '-j3'