Peter Kleiweg

Results 62 comments of Peter Kleiweg

I downloaded a library source from https://github.com/OSGeo/proj.4/archive/master.zip I unpacked. Because it doesn't have `configure` I ran `autogen.sh` I repacked as `proj4.tar.gz` and put it on my local webserver. In my...

I still have this problem. Example: ``` $ xgo --deps=https://github.com/zeromq/libzmq/releases/download/v4.3.2/zeromq-4.3.2.tar.gz --targets=windows/amd64 github.com/pebbe/zmq4 Checking docker installation... Client: Version: 18.09.1 (peter) ~/tmp xgo --deps=https://github.com/zeromq/libzmq/releases/download/v4.3.2/zeromq-4.3.2.tar.gz --targets=windows/amd64 github.com/pebbe/zmq4 Checking docker installation... Client: Version: 18.09.1...

When I'm really fast, it works. I sligt delay after 's' results in that strange behavior.

This is too much work for me.

You need CGO enabled. Run this: ``` GOOS=linux GOARCH=arm go env ``` If is says `CGO_ENABLED="0"`, you can't build zmq4 for this arch. You may try to build zmq4 on...

libzmq3-dev is required for zmq4. You made it a comment, so it's not installed.

I added `#include ` to `socketget_windows.go`

I suggest you create an issue at https://github.com/zeromq/libzmq

louisZL wrote: > When I use "go get github.com/pebbe/zmq4", I got fatal error: > zmq_utils.h No such file or directory What version of ZeroMQ are you using? On what platform?