zmq4 icon indicating copy to clipboard operation
zmq4 copied to clipboard

zmq_utils.h No such file or directory

Open louisZL opened this issue 9 years ago • 3 comments

When I use "go get github.com/pebbe/zmq4", I got fatal error: zmq_utils.h No such file or directory

louisZL avatar Feb 17 '16 02:02 louisZL

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?

pebbe avatar Feb 17 '16 08:02 pebbe

I get the same on windows. Is there any proper way of installing zmq library on windows so that go could link it?

Scratch-net avatar Dec 12 '16 09:12 Scratch-net

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.

olekukonko avatar Jan 21 '17 11:01 olekukonko