-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
could not determine kind of name for C.zmq_msg_group #133
Comments
What is the output of these commands?
|
What about this command?
|
You don't have ZeroMQ installed with draft enabled. You should reinstall ZeroMQ with the config option After that, you should reinstall zmq4 |
Thanks Peter! Could you please elaborate on what --enable-drafts does and how it's related to the problem? In general, I'm curious if there is a noob tutorial of installing zmq on Mac? So far I have been gathering bits and pieces all over the web, this is not very convenient for a first time framework user. |
ZeroMQ has some experimental features that are not built by default. To include these features, you need to build ZeroMQ with the configure option Use Some experimental features are supported in Go if you use The experimental features are subject to change. The ZeroMQ C API can change, and when that happens, Any question about the experimental features, what they are for, how to use them, and questions about ZeroMQ in general are best directed to the mailing list at http://zeromq.org/docs:mailing-lists |
How can i config the option |
··· |
Every time I try to build a binary depending on github.com/pebbe/zmq4/draft I get (see screenshots):
Code sample:
How do I fix this?
The text was updated successfully, but these errors were encountered: