Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build issues on 1.5.1 #18

Closed
sajal opened this issue Nov 13, 2015 · 1 comment
Closed

Build issues on 1.5.1 #18

sajal opened this issue Nov 13, 2015 · 1 comment

Comments

@sajal
Copy link

sajal commented Nov 13, 2015

$ go get -u -v github.com/nats-io/nats-top
github.com/nats-io/nats-top (download)
github.com/gizak/termui (download)
github.com/mattn/go-runewidth (download)
github.com/nsf/termbox-go (download)
github.com/nats-io/gnatsd (download)
github.com/nats-io/nats-top
# github.com/nats-io/nats-top
../../../../nats-io/nats-top/nats-top.go:236: par.HasBorder undefined (type *termui.Par has no field or method HasBorder)
../../../../nats-io/nats-top/nats-top.go:242: helpPar.HasBorder undefined (type *termui.Par has no field or method HasBorder)
../../../../nats-io/nats-top/nats-top.go:293: undefined: termui.EventCh
../../../../nats-io/nats-top/nats-top.go:305: undefined: termui.EventKey
../../../../nats-io/nats-top/nats-top.go:305: undefined: termui.KeyEnter
../../../../nats-io/nats-top/nats-top.go:331: undefined: termui.EventKey
../../../../nats-io/nats-top/nats-top.go:331: undefined: termui.KeyBackspace
../../../../nats-io/nats-top/nats-top.go:331: undefined: termui.KeyBackspace2
../../../../nats-io/nats-top/nats-top.go:342: undefined: termui.EventKey
../../../../nats-io/nats-top/nats-top.go:342: undefined: termui.KeyEnter
../../../../nats-io/nats-top/nats-top.go:342: too many errors
$ go version
go version go1.5.1 linux/amd64
sajal@sajal-lappy:~/go/src/github.com/turbobytes/analyzerplusplus/go/newrealtime$ uname -a
Linux sajal-lappy 3.16.0-53-generic #72~14.04.1-Ubuntu SMP Fri Nov 6 18:17:23 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
$ 

My guess is some non-backwards compatible changes in github.com/gizak/termui package? If so then let me know a working commit hash I can clone it manually.

@wallyqs
Copy link
Member

wallyqs commented Dec 18, 2015

Fixed via #20

@wallyqs wallyqs closed this as completed Dec 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants