gopherdata / gopherdata/gophernotes

OSX Installation Error: Package 'libunwind' not found

Open
#157 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Go
Stars
4k
Forks
264
Avg merge
7d 21h
Merged PRs (30d)
1

Description

While it's related to #96 in the sort of error it is, `libzmq` is found when installed with Homebrew via `brew install zmq`. However, `go get` still fails due to requirement of `libunwind` in `libzmq.pc` file that is provided by ZeroMQ installation.

Error seen below:
```
go get -u github.com/gopherdata/gophernotes
# pkg-config --cflags -- libzmq
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
pkg-config: exit status 1
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.