gizak / termui

Golang terminal dashboard
MIT License
13.07k stars 783 forks source link

undefined: termui.PollEvent #203

Closed utkarsh2102 closed 5 years ago

utkarsh2102 commented 5 years ago

I am trying to build termui on Debian and getting the following error:

src/github.com/gizak/termui/test/log_events.go:23:10: undefined: termui.PollEvent

dh_auto_build: cd obj-x86_64-linux-gnu && go install -gcflags=all=\"-trimpath=/home/utkarsh2102/packaging/something/termui/obj-x86_64-linux-gnu/src\" -asmflags=all=\"-trimpath=/home/utkarsh2102/packaging/something/termui/obj-x86_64-linux-gnu/src\" -v -p 4 github.com/gizak/termui github.com/gizak/termui/test returned exit code 2
make: *** [debian/rules:7: build] Error 2
cjbassi commented 5 years ago

Should be good now, thanks for pointing it out.

utkarsh2102 commented 5 years ago

Great, thanks for resolving! :D Although, there's another build failure, mentioned in #204.