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
I came here from using a new version of Protobuf that relies on the Absl library. Can you integrate the Absl library? This project has dozens of library files, and solving the dependency problem is a big hassle. There are too many interdependent libraries in Absl, and the distribution is too small. For example, for a log system, a large number of library files are created.
Steps to reproduce the problem
When compiling a project using Protobuf using the clang compiler under MinGW64, the link failed due to the dependency on absl:
in functionabsl::lts_20240722::log_internal::LogMessage::operator<<(unsigned long long)':
[build] G:/msys64/mingw64/include/absl/log/internal/log_message.h:135:(.text$_ZN4absl12lts_2024072212log_internal10LogMessagelsEy[_ZN4absl12lts_2024072212log_internal10LogMessagelsEy]+0x19): undefined reference to _ZN4absl12lts_2024072212log_internal10LogMessagelsIyTnNSt9enable_ifIXntsr4absl16HasAbslStringifyIT_EE5valueEiE4typeELi0EEERS2_RKS5_' [build] clang++: error: linker command failed with exit code 1 (use -v to see invocation)
What version of Abseil are you using?
20240722
What operating system and version are you using?
Win10
What compiler and version are you using?
GCC 14.2/ Clang 19.1.4
What build system are you using?
CMake 3.31.1
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the issue
I came here from using a new version of Protobuf that relies on the Absl library. Can you integrate the Absl library? This project has dozens of library files, and solving the dependency problem is a big hassle. There are too many interdependent libraries in Absl, and the distribution is too small. For example, for a log system, a large number of library files are created.
Steps to reproduce the problem
When compiling a project using Protobuf using the clang compiler under MinGW64, the link failed due to the dependency on absl:
in function
absl::lts_20240722::log_internal::LogMessage::operator<<(unsigned long long)':[build] G:/msys64/mingw64/include/absl/log/internal/log_message.h:135:(.text$_ZN4absl12lts_2024072212log_internal10LogMessagelsEy[_ZN4absl12lts_2024072212log_internal10LogMessagelsEy]+0x19): undefined reference to
_ZN4absl12lts_2024072212log_internal10LogMessagelsIyTnNSt9enable_ifIXntsr4absl16HasAbslStringifyIT_EE5valueEiE4typeELi0EEERS2_RKS5_' [build] clang++: error: linker command failed with exit code 1 (use -v to see invocation)
What version of Abseil are you using?
20240722
What operating system and version are you using?
Win10
What compiler and version are you using?
GCC 14.2/ Clang 19.1.4
What build system are you using?
CMake 3.31.1
Additional context
No response
The text was updated successfully, but these errors were encountered: