Skip to content
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

Closed
tianchao-haohan opened this issue Sep 11, 2014 · 3 comments
Closed

compiled error #62

tianchao-haohan opened this issue Sep 11, 2014 · 3 comments

Comments

@tianchao-haohan
Copy link

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.

@hintjens
Copy link
Member

That socket type only exists on ZMQ v4.0 and higher, so the code has to be
fixed to #ifdef around that.

On Thu, Sep 11, 2014 at 11:48 AM, tianchao-haohan [email protected]
wrote:

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.


Reply to this email directly or view it on GitHub
#62.

xaqq added a commit to xaqq/zmqpp that referenced this issue Sep 11, 2014
xaqq added a commit to xaqq/zmqpp that referenced this issue Sep 11, 2014
@xaqq
Copy link
Member

xaqq commented Sep 11, 2014

This, an other potential build error against ZMQ 3.2 should now be fixed.
@tianchao-haohan feel free to close if you can confirm it now works.

@xaqq
Copy link
Member

xaqq commented Sep 21, 2014

Can we close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants