I am working on a new project that I want to use open telemetry, I downloaded the whole open source,
I ran cmake for this, and got all compilation results in form of lib.a,
I took all the libs, and all the headers file into my code, and while trying to run the example of metrics with os_stream, I got an error

I inculded the header file into my project, I used -- ENABLE_METRICS_PREVIEW
I compiled it in Linux server , gcc compoler
Thanks.