[Fontconfig] cross-compiling for iOS

Gian Lorenzo Meocci glmeocci at gmail.com
Wed Apr 25 04:58:17 PDT 2012


Thanks a lot !!!

It works ;)

On Wed, Apr 25, 2012 at 1:28 PM, Akira TAGOH <akira at tagoh.org> wrote:
> On Wed, Apr 25, 2012 at 8:20 PM, Gian Lorenzo Meocci <glmeocci at gmail.com> wrote:
>> Hi,
>>
>> I am trying to cross-compile fontconfig for iOS Platform (simulator
>> and device: i386, armv6, armv7) but I have some problems with
>> libiconv.
>> Can I force the path of libiconv? Now I am opbtain something like this:
>
> You can try git instead of the released one. there are the options for
> configure there. or you can modify config.h to set 0 to USE_ICONV if
> you don't need to take care of the fonts that has non-Unicode SFNT
> names.
>
>>
>> MacBook-Air-Meox:fontconfig-2.9.0 meox$ make
>> make  all-recursive
>> Making all in fontconfig
>> make[2]: Nothing to be done for `all'.
>> Making all in fc-case
>> make  all-am
>> make[3]: Nothing to be done for `all-am'.
>> Making all in fc-lang
>> make  all-am
>> make[3]: Nothing to be done for `all-am'.
>> Making all in fc-glyphname
>> make  all-am
>> make[3]: Nothing to be done for `all-am'.
>> Making all in src
>> make  all-am
>>  CCLD   libfontconfig.la
>> Undefined symbols for architecture armv6:
>>  "_libiconv_open", referenced from:
>>      _FcFreeTypeQueryFace in fcfreetype.o
>>  "_libiconv_close", referenced from:
>>      _FcFreeTypeQueryFace in fcfreetype.o
>>  "_libiconv", referenced from:
>>      _FcFreeTypeQueryFace in fcfreetype.o
>> ld: symbol(s) not found for architecture armv6
>> collect2: ld returned 1 exit status
>> make[3]: *** [libfontconfig.la] Error 1
>> make[2]: *** [all] Error 2
>> make[1]: *** [all-recursive] Error 1
>> make: *** [all] Error 2
>>
>>
>> Thanks a lot
>>
>> --
>> GL
>> http://www.meocci.it
>> _______________________________________________
>> Fontconfig mailing list
>> Fontconfig at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/fontconfig
>
>
>
> --
> Akira TAGOH



-- 
GL
http://www.meocci.it


More information about the Fontconfig mailing list