Quantcast
Channel: Active questions tagged zeromq - Stack Overflow
Viewing all articles
Browse latest Browse all 193

Using the Draft API of ZMQ version 4.3.4 on Ubuntu [closed]

$
0
0

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?


Viewing all articles
Browse latest Browse all 193

Trending Articles