-
Notifications
You must be signed in to change notification set 8000 tings - Fork 32
Fail to install on Windows due to undefined syscalls #42
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
Comments
I also get the same errors on both Cmder, and Cygwin.
|
+1 |
3 similar comments
+1 |
+1 |
+1 |
Is there any status update on this? Otherwise then maybe just update README that Godo is not usable with Windows? |
The issues is Go is not very good at process handling. See questions like this on stackoverflow. If somebody can provide a solution to that on Windows, I'd be happy to merge it in. |
It should be noted that this tool is way useful for cross platform development, since I can have my entire build expressed in golang and thus dispense with writing bash scripts for Linux builds and powershell scripts on windows. This issue blocks this use case. |
@djhaskin987 Now there are other task runners supporting your use case, what makes godo a requirement for your project? Here's a few, (google "golang task runner" for more)
Then there are the task runners written in other languages. Rust has very good Windows support for example. |
@martinlindhe Thanks for that, I appreciate it :) I actually found mage, I'm looking into using it https://github.com/magefile/mage |
Mage looks cool too! Glad you can move forward |
I'm using godo for some products on Linux and Windows. Godo works fine on Linux, but on Windows, fails to install due to undefined syscalls.
Environment: Godo v2.0.7 (maybe), Go 1.5.3, Windows 7
The text was updated successfully, but these errors were encountered: