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
{{ message }}
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
Hi there,
I've tried this from WSL Ubuntu 16.04 with go1.6.2 linux/amd64 as well as from Windows with go1.8.1 windows/386.
mkdir npiperelay
cd npiperelay/
export GOPATH=$(pwd)
go get -d github.com/NZSmartie/npiperelay
GOOS=windows go build -o /mnt/c/Users/weber.VOSDOM/bin/npiperelay.exe github.com/NZSmartie/npiperelay
ln -s /mnt/c/Users/weber.VOSDOM/bin/npiperelay.exe ~/bin/npiperelay.exe
2018/02/18 01:00:33 ConnectEx: Either the application has not called WSAStartup, or WSAStartup failed.
2018/02/18 01:00:33 ConnectEx: Either the application has not called WSAStartup, or WSAStartup failed.
2018/02/18 01:00:33 ConnectEx: Either the application has not called WSAStartup, or WSAStartup failed.
gpg: can't connect to the agent: End of file
Using the pre-built binary from releases works just fine.
PS: I've installed go1.9.4 linux/amd64 from ppa:gophers/archive - that seems to work.
I'm not really sure what to make of this. If you want to debug it, I'm here to do some tests for you.
Otherwise, I guess... just add some information to the README?
The text was updated successfully, but these errors were encountered:
Hi there,
I've tried this from WSL Ubuntu 16.04 with go1.6.2 linux/amd64 as well as from Windows with go1.8.1 windows/386.
Then I downloaded https://github.com/NZSmartie/npiperelay/raw/master/scripts/gpg-relay and fixed paths to match my environment.
When I now run
I get
Using the pre-built binary from releases works just fine.
PS: I've installed go1.9.4 linux/amd64 from ppa:gophers/archive - that seems to work.
I'm not really sure what to make of this. If you want to debug it, I'm here to do some tests for you.
Otherwise, I guess... just add some information to the README?
The text was updated successfully, but these errors were encountered: