Tom Tan
Tom Tan
For the issue of setting `OPENTELEMETRY_STL_VERSION` newer than the supported compiler version, would the compilation just fail?
Is the checking here similar to `CMAKE_CXX_STANDARD_REQUIRED`? Then probably we can add below policy to the project (also need a cmake version check because it is added to cmake 3.8)....
> I don't know near enough about CMake to figure out how to do that ?? > > ```cmake > > cmake_policy(SET CMP0067 NEW) > > ``` > > I...
Should this be closed and superseded by #2503 @bcsgh
@tashivani can you please try a fresh clone of the latest repo (`git clone --recursive`) and see if the issue can be reproduced? Just in case there some old version/binaries...
Is it possible to move the async exporter to contrib repo then, if it is not in the spec?
Does this mean it is always recommended for the user to build with the same version of API and SDK? > otel-cpp doesn't guarantee ABI compatibility for SDK code
@svrnm could you please try if the link error can be fixed by adding `#include ` to the beginning of below test file and right after the line `#ifndef HAVE_CPP_STDLIB`?...
@owent do you think the below dependence on grpc++ can be marked as public? Which may fix the issue as well? https://github.com/open-telemetry/opentelemetry-cpp/blob/2544803a37d527acdc0f8b7af4b720336e7c14bc/exporters/otlp/CMakeLists.txt#L38-L39
Close the PR for now, feel free to reopen it it is still valid.