cespare / reflex

Run a command when files change
MIT License
3.35k stars 135 forks source link

Reflex not installing on Windows 11 #90

Closed tashi21 closed 2 years ago

tashi21 commented 2 years ago

I am trying to download and install reflex on Windows 11. But it is not compiling or working.

go get github.com/cespare/reflex    
go: added github.com/cespare/reflex v0.3.1
go: added github.com/creack/pty v1.1.11
go: added github.com/fsnotify/fsnotify v1.4.7
go: added github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: added github.com/ogier/pflag v0.0.1
go install github.com/cespare/reflex
# github.com/cespare/reflex
..\..\..\..\pkg\mod\github.com\cespare\reflex@v0.3.1\reflex.go:235:22: undefined: syscall.Kill
..\..\..\..\pkg\mod\github.com\cespare\reflex@v0.3.1\reflex.go:270:18: undefined: pty.Start
..\..\..\..\pkg\mod\github.com\cespare\reflex@v0.3.1\reflex.go:279:34: undefined: syscall.SIGWINCH
..\..\..\..\pkg\mod\github.com\cespare\reflex@v0.3.1\reflex.go:283:8: undefined: pty.InheritSize
..\..\..\..\pkg\mod\github.com\cespare\reflex@v0.3.1\reflex.go:286:22: undefined: syscall.SIGWINCH
cespare commented 2 years ago

Reflex only works on Linux and macOS.