Jens Frederich
Jens Frederich
`d:\>go get github.com/eaburns/Watch \# github.com/eaburns/Watch d:\src\github.com\eaburns\Watch\main.go:158: undefined: syscall.Kill d:\src\github.com\eaburns\Watch\main.go:161: undefined: syscall.Kill d:\src\github.com\eaburns\Watch\main.go:168: undefined: syscall.Wait4 d:\src\github.com\eaburns\Watch\main.go:168: undefined: syscall.WNOHANG`
Use exe_ or cmd_line_ otherwise the CreateProcess executable search strategy isn't used. See https://msdn.microsoft.com/en-us/library/windows/desktop/ms682425%28v=vs.85%29.aspx. fixes #14
I want to call the executable `svn` which is defined in my PATH environment variable with some arguments. I've used `set_args` instead of `run_exe`. The execute call fails, boost-process creates...