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

Cannot find zmq.hpp #13

Open
jvcleave opened this issue Mar 14, 2017 · 2 comments · May be fixed by #14
Open

Cannot find zmq.hpp #13

jvcleave opened this issue Mar 14, 2017 · 2 comments · May be fixed by #14

Comments

@jvcleave
Copy link

Appears to require https://github.com/zeromq/cppzmq?

@jvcleave jvcleave linked a pull request Mar 14, 2017 that will close this issue
@nightshining
Copy link

After properly installing zmq you need to do the following in your xcode project:

  1. In Xcode update your 'Header Search Paths’ with /usr/local/include
  2. In Xcode update your 'Library Search Paths’ with /usr/local/lib
  3. In Xcode update you 'Other Linker Flags’ with -lzmq

Also see my post on working with zeroMQ in C++ and Python

@oveddan
Copy link

oveddan commented May 2, 2018

I still have this issue, despite following the example.

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

Successfully merging a pull request may close this issue.

3 participants