--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
cc = <base path>/webrtc-checkout/src/chromium/src/third_party/llvm-build/Release+Asserts/bin/clang
3: Build as you normally would:
> ninja -v -C out/Release
Now this works, but not entirely. Instead, some packages still crash with "std::__1::basic_string" "Undefined symbols for architecture x86_64" errors.
It seems that the dependencies google::protobuf, testing::internal::GTestLog, and possibly some others are not being actually built or linked with libc++, or that the correctly built libraries are not being found and used. Hm.
Thanks for your thoughts,
--Peter