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/freetype/include" export FREETYPE_LIBS="-L/home/achouri/pfe/sortie/libpango/freetype/include" ./configure --host=arm-cortex_a8-linux-gnueabi --prefix=/home/achouri/pfe/sortie/libpango/cairo --enable-win32-font=no --enable-win32=no --enable-ft=yes --enable-ps=no --enable-pdf=no when i run the command make i get this error: libtool: compile: arm-cortex_a8-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I.. -I. -I/usr/include/pixman-1 -I/home/achouri/pfe/sortie/libpango/freetype/include -I/home/achouri/pfe/sortie/libpango/fontconfig/font/include -I/usr/include/libpng12 -g -O2 -MT cairo-type1-subset.lo -MD -MP -MF .deps/cairo-type1-subset.Tpo -c cairo-type1-subset.c -fPIC -DPIC -o .libs/cairo-type1-subset.o In file included from cairo-ft.h:47, from cairo-ft-private.h:40, from cairo-type1-subset.c:54: /home/achouri/pfe/sortie/libpango/freetype/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such file or directory In file included from cairo-ft-private.h:40, from cairo-type1-subset.c:54: cairo-ft.h:48:10: error: #include expects "FILENAME" or <FILENAME> In file included from cairo-ft-private.h:40, from cairo-type1-subset.c:54: cairo-ft.h:60: error: expected ')' before 'face' cairo-ft.h:64: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cairo_ft_scaled_font_lock_face' In file included from cairo-type1-subset.c:54: cairo-ft-private.h:59: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_cairo_ft_unscaled_font_lock_face' cairo-type1-subset.c:57:10: error: #include expects "FILENAME" or <FILENAME> cairo-type1-subset.c:58:10: error: #include expects "FILENAME" or <FILENAME> cairo-type1-subset.c:59:10: error: #include expects "FILENAME" or <FILENAME> cairo-type1-subset.c:80: error: expected specifier-qualifier-list before 'FT_Face' cairo-type1-subset.c: In function '_cairo_type1_font_subset_init': cairo-type1-subset.c:122: error: 'FT_Face' undeclared (first use in this function) cairo-type1-subset.c:122: error: (Each undeclared identifier is reported only once cairo-type1-subset.c:122: error: for each function it appears in.) cairo-type1-subset.c:122: error: expected ';' before 'face' cairo-type1-subset.c:123: error: 'PS_FontInfoRec' undeclared (first use in this function) cairo-type1-subset.c:123: error: expected ';' before 'font_info' cairo-type1-subset.c:128: error: 'face' undeclared (first use in this function) cairo-type1-subset.c:132: error: 'font_info' undeclared (first use in this function) cairo-type1-subset.c:169: error: 'cairo_type1_font_subset_t' has no member named 'glyphs' cairo-type1-subset.c:169: error: 'cairo_type1_font_subset_t' has no member named 'glyphs' help me