pebbe / zmq4

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

Doesn't seem to work on MacOS #144

Closed pavanagrawal123 closed 5 years ago

pavanagrawal123 commented 5 years ago
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 https://github.com/gopherdata/gophernotes/issues/157 for some more info!

pavanagrawal123 commented 5 years ago

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.

pebbe commented 5 years ago

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.