Subject: Re: ics-x86 Compilation error On Feb 22, 2:08 am, venky6 babu <venky.bab...@xxxxxxxxx> wrote: > HI all, > > While compiling ics-x86 source code, > getting an error like follows. But <typeinfo> included in the file.. > > external/icu4c/common/ustrenum.cpp: In member function 'virtual UBool > icu_46::StringEnumeration::operator==(const icu_46::StringEnumeration&) > const': > external/icu4c/common/ustrenum.cpp:118: error: must #include <typeinfo> > before using typeid > external/icu4c/common/ustrenum.cpp:118: error: must #include <typeinfo> > before using typeid > make: *** > [out/target/product/obj/SHARED_LIBRARIES/libicuuc_intermediates/ustrenum.o] > Error 1 > make: *** Waiting for unfinished jobs... > > Any help to resolve this. > > Thanks, > venky had to run make 3 times to kick it off after making out/shared/... it gets dumb but eventually creates the path correctly. regard the other problem Perhaps memory and or swap insufficient on a amd dual core 2gb mem and 256mb swap had similar problem when I did make -j2 ..... (multi-thread compile time 2.5hrs) (Ubuntu 11.10 32bit installed in windows) ccache 50mb ntfs usb drive partition of 238gb is where the source was compile ran out of memory at various points. renamed and delete swap made new swap 2gb and used it for the next compile make .... (no -j2) took several minutes but just did some test on the iso on an atom 330 4gb mem make took 19+ hours (did not multithread:-) -- You received this message because you are subscribed to the Google Groups "Android-x86" group. To post to this group, send email to android-x86@xxxxxxxxxxxxxxxxx To unsubscribe from this group, send email to android-x86+unsubscribe@xxxxxxxxxxxxxxxxx For more options, visit this group at http://groups.google.com/group/android-x86?hl=en. |