-
Notifications
You must be signed in to change notification settings - Fork 417
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
Bazel build of example failed #2525
Comments
Could you please try |
@owent thanks. This hack worked. |
Opentelemetry-cpp no longer supports C++11: |
@marcalff Thanks. Seems like it doesn't support C++12 either. |
@shiponcs what OpenTelemetry SDK version is built here? |
@ThomsonTan |
This issue was marked as stale due to lack of activity. |
My system:
Steps to reproduce
Build an example (logs_simple) by running the command from the root directory of the repo
> bazel build examples/logs_simple:example_logs_simple
What is the expected behavior?
It should build the example and generate the binary (example_logs_simple).
What is the actual behavior?
The build fails as follows:
The text was updated successfully, but these errors were encountered: