fatal error: termios.h: No such file or directory
When I attempt to run "go get -u github.com/odeke-em/drive/cmd/drive", I get the following error message:
# github.com/odeke-em/drive src gopath/src/github.com/odeke-em/drive/src/tty.go:20:21: fatal error: termios.h: No such file or directory compilation terminated.
I've seen something similar to this before, can you share your go version and platform? You may just need to update to a newer go version.
To check simply type: go version
Ping @hirachau!
Same here... Broken compile. Year: 2016, 2017, 2018 (skip), 2019... If anybody has already created a fork with a solution, perhaps we can continue there?