zanmato1984 opened a new issue, #46508:
URL: https://github.com/apache/arrow/issues/46508

   ### Describe the enhancement requested
   
   I'm building using command:
   ```
   cmake -DARROW_WITH_OPENTELEMETRY=ON -Dopentelemetry-cpp_SOURCE=BUNDLE ...
   ```
   
   Error:
   ```
   In file included from 
/Users/zanmato/dev/arrow/cpp/out/build/ninja-debug-with-otel/opentelemetry_ep-prefix/src/opentelemetry_ep/sdk/src/logs/logger_provider.cc:7:
   In file included from 
/Users/zanmato/dev/arrow/cpp/out/build/ninja-debug-with-otel/opentelemetry_ep-prefix/src/opentelemetry_ep/sdk/include/opentelemetry/sdk/logs/logger.h:10:
   
/Users/zanmato/dev/arrow/cpp/out/build/ninja-debug-with-otel/opentelemetry_ep-prefix/src/opentelemetry_ep/api/include/opentelemetry/logs/logger.h:76:89:
 error: a template argument list is expected after a name prefixed by the 
template keyword [-Wmissing-template-arg-list-after-template-kw]
      76 |         detail::LogRecordSetterTrait<typename 
std::decay<ArgumentType>::type>::template Set(
         |                                                                      
                   ^
   5 warnings and 2 errors generated.
   ninja: build stopped: subcommand failed.
   ```
   
   Clang version:
   ```
   Apple clang version 17.0.0 (clang-1700.0.13.3)
   Target: arm64-apple-darwin24.4.0
   Thread model: posix
   InstalledDir: /Library/Developer/CommandLineTools/usr/bin
   ```
   equaling to open source Clang 19.1.4.
   
   ### Component(s)
   
   C++


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to