pebbe / zmq4

A Go interface to ZeroMQ version 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't seem to work on MacOS

pavanagrawal123 opened this issue · comments

Package libunwind was not found in the pkg-config search path.
Perhaps you should add the directory containing `libunwind.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libunwind', required by 'libzmq', not found

Please see gopherdata/gophernotes#157 for some more info!

It doesn't seem like this is a compiled version of libunwind for MacOS. Can you point me in the right direction? I tried installing some headers from MacPorts, but it didn't seem to help.

It says right there: You should add the directory containing `libunwind.pc'
to the PKG_CONFIG_PATH environment variable

This is a MacOS problem, not a zmq4 problem.