Hi,
Has anyone compiled webrtcbuilds with "EnableRTTI" option?
I have an older version of this git repo (dated September 2017) and if I execute
"./build.sh -e -r 6bf70d20daa9fb4f8baf9801ef953e6f4db18484"
I get the following error:
ERROR at //third_party/icu/BUILD.gn:542:5: Item not found
"//build/config/compiler:no_rtti", # ICU uses RTTI.
^--------------------------------
You were trying to remove "//build/config/compiler:no_rtti"
from the list but it wasn't there.
See //third_party/harfbuzz-ng/BUILD.gn:185:7: which caused the file to be included.
"//third_party/icu:icuuc",
^------------------------
Is this a known issue? If yes, how do I resolve it?
Thank you,
Rekha