adhocteam / pushup

Pushup is for making modern, page-oriented web apps in Go
https://pushup.adhoc.dev
MIT License
839 stars 30 forks source link

No Windows support? #86

Open the-goodies opened 1 year ago

the-goodies commented 1 year ago

I wanted to try this framework, but while installing, got this error:

C:\Users\the-goodies>go install github.com/adhocteam/pushup@latest
go: downloading github.com/adhocteam/pushup v0.0.0-20230114193557-dc4b44b29612
go: downloading golang.org/x/mod v0.7.0
go: downloading golang.org/x/net v0.0.0-20220706163947-c90051bbdb60
go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
# github.com/adhocteam/pushup
go\pkg\mod\github.com\adhocteam\pushup@v0.0.0-20230114193557-dc4b44b29612\main.go:2310:21: undefined: syscall.Kill
go\pkg\mod\github.com\adhocteam\pushup@v0.0.0-20230114193557-dc4b44b29612\proc_attr_notlinux.go:12:3: unknown field Setpgid in struct literal of type syscall.SysProcAttr
llimllib commented 1 year ago

Thank you for the report, and apologies that it doesn't work.

We would love to support windows but none of the developers on the project use it - anybody who would like to contribute Windows support would be most welcome

gedw99 commented 5 months ago

Hey all,

https://github.com/adhocteam/pushup/pull/121 fixes Windows, but I dont have a windows machine to test..