Re: cross-compilation pango

2013-06-10 Thread Lennart Sorensen
On Sun, Jun 09, 2013 at 12:47:20AM +0100, peter green wrote: > That is true, the question I would have are > > 1: why is that the case? why is the only way to find out what size > the compiler thinks something should be to compile a test program > and run it? > 2: why does the build system need to

Re: cross-compilation pango

2013-06-08 Thread peter green
Wookey wrote: There is no other way to find the size of a float on the target architecture, for example, That is true, the question I would have are 1: why is that the case? why is the only way to find out what size the compiler thinks something should be to compile a test program and run it?

Re: cross-compilation pango

2013-06-07 Thread peter green
Lennart Sorensen wrote: Debian in general does NOT cross compile. The official debian archive is not cross-compiled and most likely never will be. However recently arm's new 64-bit architecture (known by arm and autotools as aarch64 and by debian as arm64) has turned up on the scene. Many

Re: cross-compilation pango

2013-06-07 Thread Wookey
+++ Lennart Sorensen [2013-06-07 11:46 -0400]: > On Fri, Jun 07, 2013 at 04:34:00PM +0100, Wookey wrote: > > +++ Lennart Sorensen [2013-06-07 10:55 -0400]: > > > > > and anything using the horrors

Re: cross-compilation pango

2013-06-07 Thread Lennart Sorensen
On Fri, Jun 07, 2013 at 04:34:00PM +0100, Wookey wrote: > This is generally correct, but increasingly the base package set is > set up to cross-build. Some work is still needed on merging the > relevant fixes from ubuntu, and sorting out the cross-compiler setup > situation, but we're getting there

Re: cross-compilation pango

2013-06-07 Thread Wookey
+++ Lennart Sorensen [2013-06-07 10:55 -0400]: > Debian in general does NOT cross compile. > Cross compiling is error prone and often makefiles are not set up for it This is generally correct, but increasingly the base package set is set up to cross-build. Some work is still needed on merging t

Re: cross-compilation pango

2013-06-07 Thread Lennart Sorensen
On Fri, Jun 07, 2013 at 10:01:05AM +0100, Andree Tago wrote: > hello, > > i want cross-compile pango for amr , my configuration is : > > export > FONTCONFIG_CFLAGS="-I/home/achouri/pfe/sortie/libpango/fontconfig/font/include" > export > FONTCONFIG_LIBS="-L/home/achouri/pfe/sortie/libpango/fontcon

Re: cross-compilation pango

2013-06-07 Thread Wookey
+++ Andree Tago [2013-06-07 10:01 +0100]: >hello, >i want cross-compile pango for arm , my configuration is : >export > > FONTCONFIG_CFLAGS="-I/home/achouri/pfe/sortie/libpango/fontconfig/font/include" >export >FONTCONFIG_LIBS="-L/home/achouri/pfe/sortie/libpango/fontconfig/

cross-compilation pango

2013-06-07 Thread Andree Tago
hello, i want cross-compile pango for amr , my configuration is : export FONTCONFIG_CFLAGS="-I/home/achouri/pfe/sortie/libpango/fontconfig/font/include" export FONTCONFIG_LIBS="-L/home/achouri/pfe/sortie/libpango/fontconfig/font/lib" export FREETYPE_CFLAGS="-I/home/achouri/pfe/sortie/libpango/fre