Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to compile under windwos #5

Open
etsangsplk opened this issue Feb 7, 2017 · 1 comment
Open

Failed to compile under windwos #5

etsangsplk opened this issue Feb 7, 2017 · 1 comment

Comments

@etsangsplk
Copy link

etsangsplk commented Feb 7, 2017

vendor\github.com\tonistiigi\fifo\fifo.go:42: undefined: unix.Mkfifo
vendor\github.com\tonistiigi\fifo\handle_nolinux.go:18: undefined: syscall.Stat_t
vendor\github.com\tonistiigi\fifo\handle_nolinux.go:19: undefined: syscall.Stat
vendor\github.com\tonistiigi\fifo\handle_nolinux.go:33: undefined: syscall.Stat_t
vendor\github.com\tonistiigi\fifo\handle_nolinux.go:34: undefined: syscall.Stat

@tonistiigi
Copy link
Member

Yeah, windows doesn't support fifos. See https://github.com/Microsoft/go-winio equivalent support. Probably not interested in turning this lib cross platform because its purpose is to work around the limitations of unix api. Maybe if no exceptions are needed to the interface and there is a way to test for every PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants