You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Case 3: Using standalone external libcurl(curl in installed in a pat different from other dependencies)
Compiler: GCC 8.4.1
OS: CentOS 8
[ 99%] Building CXX object exporters/elasticsearch/CMakeFiles/opentelemetry_exporter_elasticsearch_logs.dir/src/es_log_exporter.cc.o
In file included from /data/home/owent/workspace/atframework/cmake-toolset/test/third_party/packages/opentelemetry-cpp-v1.5.0/ext/include/opentelemetry/ext/http/client/curl/http_client_curl.h:6,
from /data/home/owent/workspace/atframework/cmake-toolset/test/third_party/packages/opentelemetry-cpp-v1.5.0/exporters/elasticsearch/include/opentelemetry/exporters/elasticsearch/es_log_exporter.h:9,
from /data/home/owent/workspace/atframework/cmake-toolset/test/third_party/packages/opentelemetry-cpp-v1.5.0/exporters/elasticsearch/src/es_log_exporter.cc:9:
/data/home/owent/workspace/atframework/cmake-toolset/test/third_party/packages/opentelemetry-cpp-v1.5.0/ext/include/opentelemetry/ext/http/client/curl/http_operation_curl.h:23:10: fatal error: curl/curl.h: No such file or directory
#include <curl/curl.h>
^~~~~~~~~~~~~
compilation terminated.
gmake[2]: *** [exporters/elasticsearch/CMakeFiles/opentelemetry_exporter_elasticsearch_logs.dir/build.make:76: exporters/elasticsearch/CMakeFiles/opentelemetry_exporter_elasticsearch_logs.dir/src/es_log_exporter.cc.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:1096: exporters/elasticsearch/CMakeFiles/opentelemetry_exporter_elasticsearch_logs.dir/all] Error 2
Case 4: Linking error with new metrics SDK and OTLP exporter
owent
changed the title
Can not build with external dependency package manager.
[v1.5.0] Can not build with external dependency package manager.
Aug 2, 2022
Version: v1.5.0
Case 1: Using abseil-cpp 20211102.0 with
std::variant
Compiler: GCC 8.4.1
OS: CentOS 8
Case 2: Enable new metrics SDK and prometheus exporter
Compiler: GCC 4.8 & GCC 8.4.1
OS: Ubuntu 18.04 & CentOS 8
See https://github.com/atframework/cmake-toolset/runs/7624862850 for details.
Case 3: Using standalone external libcurl(curl in installed in a pat different from other dependencies)
Compiler: GCC 8.4.1
OS: CentOS 8
Case 4: Linking error with new metrics SDK and OTLP exporter
Compiler: GCC 8.4.1
OS: CentOS 8
The text was updated successfully, but these errors were encountered: