ofxZmq icon indicating copy to clipboard operation
ofxZmq copied to clipboard

Cannot find zmq.hpp

Open jvcleave opened this issue 7 years ago • 2 comments

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

jvcleave avatar Mar 14 '17 17:03 jvcleave

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

nightshining avatar Oct 18 '17 15:10 nightshining

I still have this issue, despite following the example.

oveddan avatar May 02 '18 00:05 oveddan