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/mobile/app: build broken on linux desktop #12911

Closed
emshack opened this issue Oct 12, 2015 · 2 comments
Closed

x/mobile/app: build broken on linux desktop #12911

emshack opened this issue Oct 12, 2015 · 2 comments

Comments

@emshack
Copy link

emshack commented Oct 12, 2015

When trying to build the sprite example app on my Linux desktop, I get this error:

[~]$ go install golang.org/x/mobile/example/sprite
# golang.org/x/mobile/app
[$GOPATH]/src/golang.org/x/mobile/app/x11.go:46: undefined: glctx

I can run the same code on MacOS with no errors, and the same $GOPATH. Any suggestions?

@rakyll rakyll added this to the Unreleased milestone Oct 12, 2015
@rakyll
Copy link
Contributor

rakyll commented Oct 12, 2015

/cc @crawshaw @nigeltao

@rakyll rakyll changed the title x/mobile/example/sprite: Does not build on linux x/mobile/app: build broken on linux desktop Oct 12, 2015
@gopherbot
Copy link

CL https://golang.org/cl/15790 mentions this issue.

@golang golang locked and limited conversation to collaborators Oct 12, 2016
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 10, 2021
Fixes golang/go#12911

Note: the x11 support seems outdated in general compared to
android, darwin versions.

Change-Id: I2a80215c62b8c3cf87c5eb054184fea10819abc9
Reviewed-on: https://go-review.googlesource.com/15790
Reviewed-by: David Crawshaw <crawshaw@golang.org>
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 11, 2021
Fixes golang/go#12911

Note: the x11 support seems outdated in general compared to
android, darwin versions.

Change-Id: I2a80215c62b8c3cf87c5eb054184fea10819abc9
Reviewed-on: https://go-review.googlesource.com/15790
Reviewed-by: David Crawshaw <crawshaw@golang.org>
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