Open louisZL opened 8 years ago
louisZL wrote:
When I use "go get github.com/pebbe/zmq4", I got fatal error: zmq_utils.h No such file or directory
What version of ZeroMQ are you using? On what platform?
I get the same on windows. Is there any proper way of installing zmq library on windows so that go could link it?
It's said that windows usage is not properly documented. I had the same issue but after resolving it dot not work because I compiled with 4.2 and 4.0.4 (http://zeromq.org/distro:microsoft-windows) as of today is the only stable windows installer available so it will not work.
When I use "go get github.com/pebbe/zmq4", I got fatal error: zmq_utils.h No such file or directory