Replies: 4 comments 2 replies
-
Quick update:
And when I click on one of those links like https://mirror.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst, I get a 404 error in the browser so I will try submitting this as an issue on vcpkg and see if that helps. |
Beta Was this translation helpful? Give feedback.
-
I got a response back from one of the contributors of vcpkg (link here) So, I'll open a ticket with opentelemetry-cpp to update the embedded submodule link and reset the baseline to the versions needed by opentelemetry-cpp |
Beta Was this translation helpful? Give feedback.
-
@tashivani , which branch or commit are you using in opentelemetry-cpp repo? The vcpkg repo was updated recently in the repo (see below PR). |
Beta Was this translation helpful? Give feedback.
-
Is your repor a fresh clone? Or you may need run |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I want to import opentelemetry-cpp library into a c++ project and so I started with building opentelemetry-cpp using CMAKE (version 3.15.2), following instructions provided in this link - https://github.com/open-telemetry/opentelemetry-cpp/blob/main/INSTALL.md#build-instructions-using-cmake. When I run
cmake ..
it throws the errors related to downloading mingw that I'm unsure how to resolve. Can someone please advice on what I need to do to resolve this? I'm new to using cmake and opentelemetry so I would really appreciate any advice you can offer related to this issue or best way to import otel into a c++ project. Thank you!Beta Was this translation helpful? Give feedback.
All reactions