From: Adriano d. S. F. <adr...@gm...> - 2012-07-24 13:25:51
|
On 24/07/2012 10:15, Alex Peshkoff wrote: >> The problem is that some things (specially unicode_util) was added to >> common, but in fact, it's a piece needed only in engine and intl libraries. >> > Do you want to say that a member of static library, not used to resolve > symbols during link, will anyway cause errors when it references > non-existent library? I've always thought that ld is not so foolish. > > No, as we saw, it is working in trunk. It's not the greatest design, but... As I pointed it out, Android SDK/NDK has no ICU library and then our client (which technically does not need ICU) does not build without first manually build/install ICU. Weird. Adriano |