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

x/exp/shiny: build is broken on darwin #15257

Closed
rakyll opened this issue Apr 12, 2016 · 1 comment
Closed

x/exp/shiny: build is broken on darwin #15257

rakyll opened this issue Apr 12, 2016 · 1 comment

Comments

@rakyll
Copy link
Contributor

rakyll commented Apr 12, 2016

$ go build golang.org/x/exp/shiny/...
# golang.org/x/exp/shiny/widget
widget/label.go:40: undefined: font.MeasureString
widget/label.go:41: m.Ascent.Ceil undefined (type fixed.Int26_6 has no field or method Ceil)
widget/label.go:41: m.Descent.Ceil undefined (type fixed.Int26_6 has no field or method Ceil)
widget/label.go:57: m.Ascent.Ceil undefined (type fixed.Int26_6 has no field or method Ceil)

/cc @nigeltao @crawshaw

@rakyll rakyll added this to the Unreleased milestone Apr 12, 2016
@nigeltao
Copy link
Contributor

You need to sync your golang.org/x/image repo.

@golang golang locked and limited conversation to collaborators Apr 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants