Open chennqqi opened 7 years ago
It also does not contain the SIGCHLD and Wait4 system calls.
%GOPATH%\src\github.com\driusan\de\deplumber\main.go:203:20: undefined: syscall.SIGCHLD
%GOPATH%\src\github.com\driusan\de\deplumber\main.go:206:4: undefined: syscall.Wait4
Thanks for pointing those out.. I managed to get it to build with GOOS=windows go build
, but I don't have access to a windows machine to test it on anymore. Can someone confirm that it actually runs on Windows after 792f4eaf715b5914fc848c82ecbe3c207d18493a ?
It builds and runs but I get: deplumber not started. Plumbing not available.
github.com\driusan\de\plugins\shell\shell.go
windows golang packakge syscall dosen't contains this field