Replies: 4 comments 3 replies
-
You need to explicitly set OPENTELEMETRY_ABI_VERSION_NO macro to 2, to use Gauge. |
Beta Was this translation helpful? Give feedback.
-
Can you give me hint on how to do that (in CMake)? I'm not seeing any examples or docs. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I tried
But that created the compiler parameters " -DOPENTELEMETRY_ABI_VERSION_NO=1 -DOPENTELEMETRY_ABI_VERSION_NO=2" with the same result. |
Beta Was this translation helpful? Give feedback.
-
Try setting the CMake variable |
Beta Was this translation helpful? Give feedback.
-
Apologies for the low information issue -- this should be a discord convo probably. I have a project that integrates otel and builds in bazel. I'm trying to build using cmake and get this compile error that is super confusing (regarding how/where Gauge is defined).
I just need a hint regard what might be happening -- thanks!
Beta Was this translation helpful? Give feedback.
All reactions