cppzmq
cppzmq copied to clipboard
Compile Error on Apple M1
Hi everyone,
I am trying to compile the example source files under cppzmq-4.9.0/examples however when I run make I get

In vscode I am able to see methods even though compiler errors about it. What could be the reason for that?
Are you sure the zmq.hpp in /usr/local/include is version 4.9.0? What version of C++ are you using?
Yes I download it from the latest release of the repository. This my /usr/local/include output
G++ version output is below:
I guess there is a mismatch somewhere (inspect zmq.hpp to verify the version) or you are not compiling with C++11 or later.