libiconv-libicu-android icon indicating copy to clipboard operation
libiconv-libicu-android copied to clipboard

Port of libiconv and libicu to Android

Results 7 libiconv-libicu-android issues
Sort by recently updated
recently updated
newest added

Line 9-16 in `Boost-for-Android-master\libiconv-libicu-android\setEnvironment-$(arch).sh` ``` if uname -s | grep -i "linux" > /dev/null ; then MYARCH=linux-$(arch) NDK=`readlink -f $NDK` elif uname -s | grep -i "darwin" > /dev/null ;...

![Screenshot from 2022-02-09 13-41-00](https://user-images.githubusercontent.com/44765143/153131227-3525cadd-6d96-4d4d-8fb0-fc02b95f2a5e.png) `using namespace boost::locale; using namespace std; // Create system default locale generator gen; locale loc2=gen(""); locale::global(loc2); cout.imbue(loc2);` Package Name/Version: boost1.74 Operating System+version: Android 7/8/9/10 Compiler+version: NDK23...

I'm trying to setup CD compilation and get error: ``` env CFLAGS=-D_IO_getc=getc LDFLAGS=-L/Users/runner/work/freeorion-sdk/freeorion-sdk/build-boost/Boost-for-Android/libiconv-libicu-android/armeabi-v7a /Users/runner/work/freeorion-sdk/freeorion-sdk/build-boost/Boost-for-Android/libiconv-libicu-android/setEnvironment-armeabi-v7a.sh ./configure --host=armv7a-linux-androideabi16 --prefix=/Users/runner/work/freeorion-sdk/freeorion-sdk/build-boost/Boost-for-Android/libiconv-libicu-android/armeabi-v7a/libiconv-1.15/.. --enable-static --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment...

It seems it hasn't been updated recently, there is a fork (https://github.com/SwiftAndroid/libiconv-libicu-android) referred by the official Swift docs (https://github.com/apple/swift/blob/master/docs/Android.md#1-downloading-or-building-the-swift-android-stdlib-dependencies) - but that seems to be even more out of date.

Hi, great work! I'm trying to build your repo and getting an error. I'm using NDK r17c (17.2.4988734, you can find it [here](https://developer.android.com/ndk/downloads/older_releases)) I'm on Ubuntu 18.04 ``` *** Warning:...

Hello. I tried to build with ndk 19 and your current master's tip. ``` > export PATH=$PATH:/home/myuser/Documents/zone/mid/lib/android/sdk/ndk-bundle > /home/myuser/Documents/zone/low/icu/peyla/libiconv-libicu-android> ./build.sh ``` The output and error messages are below. Any ideas?...

I tried use this project to generate icon/icu libs for android. but when I tried to set it as back-end of boost::locale, it fails. seems boost not find icu/icon libs....