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
Getting an installation error from a third-party package; not enough of a gopher yet to immediately be able to troubleshoot or fix this -- anyone have any questions or ideas? Which zmq4 commit was lgo last tested against?
$ go get github.com/yunabe/lgo/cmd/lgo && go get -d github.com/yunabe/lgo/cmd/lgo-internal
$ lgo install
2019/04/28 15:32:11 Install lgo to /home/stevegt/.lgo
2019/04/28 15:32:11 Building libstd.so
2019/04/28 15:32:33 Building lgo core package
2019/04/28 15:32:37 Building third-party packages in $GOPATH
2019/04/28 15:32:37 Installing lgo-internal
# github.com/pebbe/zmq4
go/src/github.com/pebbe/zmq4/auth.go:640:15: could not determine kind of name for C.zmq_curve_public
2019/04/28 15:32:42 Failed to build lgo-internal: exit status 2
Arg. Okay, missed a prerequisite; I had an old version of libzmq-dev installed. Upgraded to libzmq3-dev and this problem went away. Now hitting #82 because I'm using go 1.12.
Getting an installation error from a third-party package; not enough of a gopher yet to immediately be able to troubleshoot or fix this -- anyone have any questions or ideas? Which zmq4 commit was lgo last tested against?
The text was updated successfully, but these errors were encountered: