vaulted icon indicating copy to clipboard operation
vaulted copied to clipboard

Add support for Windows

Open antonbabenko opened this issue 7 years ago • 3 comments

Trying to compile binary for Windows fails.

$ gox -os="windows" -arch="386 amd64" -output "pkg/{{.OS}}_{{.Arch}}/${PWD##*/}" .

Number of parallel builds: 7

-->   windows/amd64: github.com/miquella/vaulted
-->     windows/386: github.com/miquella/vaulted

2 errors occurred:
--> windows/386 error: exit status 2
Stderr: # github.com/miquella/vaulted/lib
lib/session.go:85:3: undefined: syscall.SIGUSR1
lib/session.go:86:3: undefined: syscall.SIGUSR2
lib/session.go:87:3: undefined: syscall.SIGWINCH

--> windows/amd64 error: exit status 2
Stderr: # github.com/miquella/vaulted/lib
lib/session.go:85:3: undefined: syscall.SIGUSR1
lib/session.go:86:3: undefined: syscall.SIGUSR2
lib/session.go:87:3: undefined: syscall.SIGWINCH

Are there plans to support Windows?

antonbabenko avatar Feb 26 '18 13:02 antonbabenko

Additional issue on Windows 10: man.go get's marked by Windows Defender as a Trojan virus causing serious system freakouts.

tgroshon avatar Jun 15 '18 15:06 tgroshon

Hi, is this issue still open in Windows 10? Any workarounds? Please suggest.

neo-md avatar Feb 28 '19 11:02 neo-md

Hi, any update on this a couple years on?

TheBigBear avatar Feb 04 '21 08:02 TheBigBear