Hi,
     Temporary fix is to include the urie.c file in the rbbidata.cpp
file. The strange thing is rbbidata is already included in the
Android.mk file, so the linker should have obtained a reference to its
symbols, but it doesn't. Not a good solution, but a temporary fix.
Would anyone care to comment on why this might be occuring?

Here is a patch for project external/icu4c:

diff --git a/common/rbbidata.cpp b/common/rbbidata.cpp
index 7897b44..c12bfc6 100644
--- a/common/rbbidata.cpp
+++ b/common/rbbidata.cpp
@@ -13,6 +13,7 @@
 #include "rbbidata.h"
 #include "rbbirb.h"
 #include "utrie.h"
+#include "utrie.c"
 #include "udatamem.h"
 #include "cmemory.h"
 #include "cstring.h"


Best regards,

Elvis

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to