pebbe / zmq4

A Go interface to ZeroMQ version 4
BSD 2-Clause "Simplified" License
1.18k stars 163 forks source link

zmq_utils.h No such file or directory #77

Open louisZL opened 8 years ago

louisZL commented 8 years ago

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

pebbe commented 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?

Scratch-net commented 7 years ago

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

olekukonko commented 7 years ago

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.