pebbe / zmq4

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

fatal error: zmq.h: No such file or directory #150

Closed tomlicha closed 5 years ago

tomlicha commented 5 years ago

I am having the following error when I try to test a project using zmq4.

zmq4/auth.go:19:17: fatal error: zmq.h: No such file or directory

include

             ^

compilation terminated. FAIL command-line-arguments [build failed]

where should this file be located ?

pebbe commented 5 years ago

You need to install the source files of ZeroMQ.