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

Compilation failure #1

Open
benkasminbullock opened this issue Feb 3, 2016 · 1 comment
Open

Compilation failure #1

benkasminbullock opened this issue Feb 3, 2016 · 1 comment
Assignees

Comments

@benkasminbullock
Copy link

go get https://github.com/sbinet/iview

gives the following error message:

# github.com/sbinet/iview
projects/golib/src/github.com/sbinet/iview/main.go:191: w.w.Resize undefined (type screen.Window has no field or method Resize)
projects/golib/src/github.com/sbinet/iview/main.go:211: undefined: screen.UploadedEvent
projects/golib/src/github.com/sbinet/iview/main.go:265: w.w.Resize undefined (type screen.Window has no field or method Resize)
projects/golib/src/github.com/sbinet/iview/main.go:270: w.w.Size undefined (type screen.Window has no field or method Size)
projects/golib/src/github.com/sbinet/iview/main.go:280: too many arguments in call to w.w.Upload
projects/golib/src/github.com/sbinet/iview/main.go:287: w.w.Size undefined (type screen.Window has no field or method Size)

I looked in golang.org/x/exp/shiny/screen and cannot find any field or method Resize. My repository seems to be up to date.

@sbinet
Copy link
Owner

sbinet commented Feb 3, 2016

yes. as I said in the golang-nuts thread, this repo needs a way to resize a shiny window, programmatically.
I have hacked my way into exp/shiny, waiting for golang/go#13339 to be addressed in some way.

@sbinet sbinet self-assigned this Feb 3, 2016
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