-
Notifications
You must be signed in to change notification settings - Fork 197
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
compiled error #62
Comments
That socket type only exists on ZMQ v4.0 and higher, so the code has to be On Thu, Sep 11, 2014 at 11:48 AM, tianchao-haohan [email protected]
|
This, an other potential build error against ZMQ 3.2 should now be fixed. |
Can we close this? |
src/zmqpp/socket_types.hpp:136:15: error: ‘ZMQ_STREAM’ was not declared in this scope
stream = ZMQ_STREAM,
The ZMQ version is 3.2.
The text was updated successfully, but these errors were encountered: