communitty icon indicating copy to clipboard operation
communitty copied to clipboard

Running make fails

Open aliou opened this issue 11 years ago • 2 comments

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.

aliou avatar May 24 '14 08:05 aliou

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?

morria avatar Jun 24 '14 17:06 morria

Unfortunately no :(. However, I've seen this issue that seems somewhat related.

aliou avatar Jun 24 '14 17:06 aliou