I'm trying to build a simple C example using the UDP Dish/Radio implementation in ZMQ. I've got a #define ZMQ_BUILD_DRAFT_API
in place before including zmq.h
. This lets the code compile, but the linker complains about not being able to find zmq_msg_set_group
. Is there any solution other than locally rebuilding libzmq
?
↧
Using the Draft API of ZMQ version 4.3.4 on Ubuntu [closed]
↧