cerbero icon indicating copy to clipboard operation
cerbero copied to clipboard

Android compilation of icu fails because of missing typeinfo header

Open entd opened this issue 10 years ago • 1 comments

Android compilation of icu fails because of missing typeinfo header In file included from ustrenum.cpp:11:0: utypeinfo.h:28:45: fatal error: typeinfo: No such file or directory #include <typeinfo> // for 'typeid' to work Probably related to android gnu_stl, maybe some flag in file is bad?

entd avatar Jun 08 '15 11:06 entd

try to at one time

Build Fail

./cerbero-uninstalled -c config/cross-android-armv7.cbc buildone icu

after ./cerbero-uninstalled -c config/cross-android-armv7.cbc package -f openwebrtc

nakyup avatar Feb 04 '16 14:02 nakyup