goetveld does not compile on darwin
Bug #1055786 reported by
Dave Cheney
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
goetveld |
New
|
Undecided
|
Dave Cheney |
Bug Description
goetveld does not compile on darwin.
This is the sad story of cross platform terminal handling.
odessa(
# launchpad.
./terminal.go:20: undefined: syscall.TCGETS
./terminal.go:26: undefined: syscall.TCSETS
./terminal.go:31: undefined: syscall.TCSETS
Related branches
lp://staging/~dave-cheney/goetveld/001-add-darwin-termios-support
Ready for review
for merging
into
lp://staging/~niemeyer/goetveld/trunk
- Gustavo Niemeyer: Pending requested
-
Diff: 79 lines (+63/-1)2 files modifiedterminal_darwin.go (+62/-0)
terminal_linux.go (+1/-1)
Changed in goetveld: | |
assignee: | nobody → Dave Cheney (dave-cheney) |
To post a comment you must log in.
this patch fixes it: http:// dpaste. org/Hq6O4/