pebbe / zmq4

A Go interface to ZeroMQ version 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

tomlicha opened this issue · comments

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 <zmq.h>
^
compilation terminated.
FAIL command-line-arguments [build failed]

where should this file be located ?

You need to install the source files of ZeroMQ.