You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded old install of zmq to zmq 4, removed and re-installed pebbe zmq4, and now running results in:
/usr/local/go/pkg/tool/darwin_amd64/link: cannot open file /usr/local/go/pkg/darwin_amd64/github.com/pebbe/zmq4.a: open /usr/local/go/pkg/darwin_amd64/github.com/pebbe/zmq4.a: no such file or directory
Thing is, zma4.a exists, it's in GOPATH/pkg/darwin_amd64/github.com/pebbe/zmq4.a, just where it should be. There's no github.com in /usr/local/go/pkg/darwin_amd64/
The text was updated successfully, but these errors were encountered:
Upgraded old install of zmq to zmq 4, removed and re-installed pebbe zmq4, and now running results in:
/usr/local/go/pkg/tool/darwin_amd64/link: cannot open file /usr/local/go/pkg/darwin_amd64/github.com/pebbe/zmq4.a: open /usr/local/go/pkg/darwin_amd64/github.com/pebbe/zmq4.a: no such file or directory
Thing is, zma4.a exists, it's in GOPATH/pkg/darwin_amd64/github.com/pebbe/zmq4.a, just where it should be. There's no github.com in /usr/local/go/pkg/darwin_amd64/
The text was updated successfully, but these errors were encountered: