Around 13 o''clock on Feb 7, Tommy Tam wrote:> During the make, it tries to run the binary fc.lang, but how can that be > possible if fc.lang is compiled for a different processor?Current CVS contains some stuff that is supposed to help cross compile fontconfig (bug #280).> Question: is it necessery to have freetype AND freetype2 installed? > What''s the difference between them?It should only require freetype2; I don''t know what is causing this. -keith -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available Url : http://lists.freedesktop.org/archives/fontconfig/attachments/20050207/a478eff4/attachment.pgp
Has anyone been successful in cross-compiling fontconfig? I''m compiling for the ARM. fontconfig also needs expat and freetype, which I managed to cross-compile fine. I have not been able to find any documentation on how to do this. During the make, it tries to run the binary fc.lang, but how can that be possible if fc.lang is compiled for a different processor? Also, I found this posting http://lists.freebsd.org/pipermail/freebsd-questions/2004-June/048589.html, which said: Question: is it necessery to have freetype AND freetype2 installed? What''s the difference between them? I don''t see any response to it. Tommy