undefined symbol: absl::lts_20240116::log_internal::LogMessage& absl::lts_20240116::log_internal::LogMessage::operator<<<unsigned long, 0>(unsigned long const&) referenced by log_message.h:132 (/opt/vcpkg/installed/x64-linux/include/absl/log/internal/log_message.h:132) after switching from clang-17 to 18 #1743
Replies: 1 comment
-
See #1747 and llvm/llvm-project#102443 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
after upgrading ubuntu 23.10 to 24.04 and clang from 17 to 18 cannot build my grpc related projects with clang 18 (and newer) due to link time undefined symbol in debug config, please see clang bugreport and workaround found
wonder whether anyone successfully used clang-18 to build grpc/absl projects?
Beta Was this translation helpful? Give feedback.
All reactions