Replies: 2 comments
-
Could you please share the missing symbols error and also the linker issues? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Are you compiling (toplevel, say in your .bazelrc) with
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, this may seem like a dumb question, but I'm trying to figure out how to properly set
OPENTELEMETRY_ABI_VERSION_NO
to 2 when I add opentelemetry-cpp as a bazel_dep(). I've tried applying a patch which updates theversion.h
header (which produces errors about missing symbols), and I've tried setting it to 2 in my target defines (which produces linker issues). Any examples I can view which uses the intended approach?Beta Was this translation helpful? Give feedback.
All reactions