Advertisement
bigrushdog

Untitled

Jul 30th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.62 KB | None | 0 0
  1. external/icu4c/common/rbbi.cpp: In member function 'virtual UBool icu_51::RuleBasedBreakIterator::operator==(const icu_51::BreakIterator&) const':
  2. external/icu4c/common/rbbi.cpp:325:17: error: must #include <typeinfo> before using typeid
  3.      if (typeid(*this) != typeid(that)) {
  4.                  ^
  5. external/icu4c/common/rbbi.cpp:325:33: error: must #include <typeinfo> before using typeid
  6.      if (typeid(*this) != typeid(that)) {
  7.                                  ^
  8. make: *** [/home/bigrushdog/cfxp/out/target/product/grouper/obj/SHARED_LIBRARIES/libicuuc_intermediates/rbbi.o] Error 1
  9. make: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement