Hi, 

Shooting into dark to see if somebody has bumped into such problem before 
-- when I am building Go for a specific project, I'll get that "This 
version  is not compatible with the version of Windows you're running" 
error. 

Note, 

- I'll get the error *only *for that *specific *project, 
namely https://github.com/go-easygen/easygen. All other projects I built 
are fine so far. 
- The included packages from easygen are, according to `go build`:

$ GOOS=windows GOARCH=amd64 go build -v -a -o $prj.exe
errors
internal/race
runtime/internal/atomic
runtime/internal/sys
sync/atomic
internal/cpu
runtime
math
internal/syscall/windows/sysdll
unicode/utf16
unicode/utf8
internal/testlog
strconv
unicode
encoding
sync
io
syscall
reflect
internal/syscall/windows
internal/syscall/windows/registry
time
bytes
internal/poll
encoding/binary
encoding/base64
os
sort
strings
fmt
regexp/syntax
path/filepath
regexp
io/ioutil
net/url
gopkg.in/yaml.v2
text/template/parse
text/template
_/path/to/go-easygen/easygen


- here is what happened when run under Windows:

C:\>easygen
This version of D:\Tools\easygen.exe is not compatible with the version of 
Windows you're running. Check your computer's system information and then 
contact the software publisher.


My go is:

$ go version 
go version go1.10.1 linux/amd64

$ apt-cache policy golang-1.10-go
golang-1.10-go:
  Installed: 1.10.1-1ubuntu2
  Candidate: 1.10.4-2ubuntu1~18.04.1
  Version table:
     1.10.4-2ubuntu1~18.04.1 500

        500 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages

 

Any help appreciated. 

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to