-
Notifications
You must be signed in to change notification settings - Fork 44
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
Unable to build googleapis in the latest version #35
Comments
Yeah I'm seeing the same thing. It looks like some changes were made to the googleads protos. I'll see if I can clean up the build process. In the meantime, you should be fine to delete the
|
Okay, thanks. This worked. |
The option |
"make LANGUAGE=cpp" for googleapis is giving the following error:
google/ads/googleads/v0/common/custom_parameter.proto:31:8: Option "php_metadata_namespace" unknown.
Makefile:46: recipe for target 'google/ads/googleads/v0/common/custom_parameter.pb.cc' failed
make: *** [google/ads/googleads/v0/common/custom_parameter.pb.cc] Error 1
Any leads on resolving this?
The text was updated successfully, but these errors were encountered: