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

gcloud sdk #23

Closed
themihai opened this issue Mar 25, 2015 · 2 comments
Closed

gcloud sdk #23

themihai opened this issue Mar 25, 2015 · 2 comments

Comments

@themihai
Copy link

I'm trying to deploy an application on GAE VM. Although I'm not using the protobuf package in my app the goapp command throws the error below:
/Users/xyz/google-cloud-sdk/bin/goapp deploy ./

github.com/golang/protobuf/proto/decode.go:219: undefined: structPointer
github.com/golang/protobuf/proto/decode.go:219: undefined: field
github.com/golang/protobuf/proto/properties.go:65: undefined: structPointer
github.com/golang/protobuf/proto/properties.go:73: undefined: structPointer
github.com/golang/protobuf/proto/properties.go:82: undefined: structPointer
github.com/golang/protobuf/proto/properties.go:166: undefined: field

@themihai
Copy link
Author

protobuf/proto/pointer_reflect.go should include the appengine vm tag // +build appengine appenginevm

@dsymonds
Copy link
Contributor

No, the code is correct as is. The problem is whatever tool you are using is not properly interpreting build tags and is ignoring pointer_unsafe.go, which is fine to use on Managed VMs.

@golang golang locked as resolved and limited conversation to collaborators Jun 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants