communitty
communitty copied to clipboard
Running make fails
Hey, I tried installing communitty, but it fails after running make:
# term
src/term/winsize.go:61: undefined: winsize
src/term/winsize.go:62: undefined: winsize
src/term/winsize.go:66: undefined: _TIOCGWINSZ
src/term/winsize.go:86: undefined: _TIOCSWINSZ
make: *** [all] Error 2
Running OS X Mavericks and go version returns go version go1.2.1 darwin/amd64.
I hadn't tried to get it to run from OSX yet and it looks like there might be some work to be done.
I just pushed https://github.com/morria/communitty/commit/d6207e8593df1923eb947cd2a5b25343cb26357e to solve the issue you're seeing, but it looks like there are some ioctl differences between linux and darwin that would need to be addressed.
Do you have any experience with darwin ioctls?
Unfortunately no :(. However, I've seen this issue that seems somewhat related.