Hi guys.
I have one more problem.
In my search results, I know that "libc++ llvm-clang" is the default library for webrtc builds.
It is represented as "
std::__1:: " (
__1 is the inline namespace that libc++ uses)
As shown below, I am getting the error:
"undefined symbol: public: class std::Cr::basic_string<char, struct std::Cr::char_traits<char>, class std::Cr::allocator<char>> & __cdecl std::Cr::basic_string<char, struct std::Cr::char_traits<char>, class std::Cr::allocator<char>>::append(char const *, unsigned __int64)"
" std::Cr::" is the inline namespace the library is using, what parameters do I have to rebuild the library with, or is there any way to fix this error.
Vào lúc 16:00:41 UTC+7 ngày Thứ Hai, 2 tháng 10, 2023, Điền Đô đã viết: