[cairo] cross compile GTK+ on DirectFB --Pango withCairodisappears

Zhang Long llzz2.zhang at samsung.com
Fri Oct 20 01:30:18 PDT 2006


OS, compiler: Fedora core 4, gcc 3.3.2

My config.log comes from the following configure command

    Cairo: 1.2.0

./configure --enable-directfb=yes --disable-xlib --disable-win32 --disable-ps --disable-pdf \
            --host=arm-linux --disable-svg --without-x --enable-freetype CC=/usr/local/arm/3.3.2/bin/arm-linux-gcc

  Pango: 1.13.1

./configure  --without-x --host=arm-linux CC=/usr/local/arm/3.3.2/bin/arm-linux-gcc

//comment: print out after the configure command of pango

    checking for CAIRO... yes
    checking for cairo_surface_write_to_png in -lcairo... no
    checking for cairo_ps_surface_create in -lcairo... no
    checking for cairo_pdf_surface_create in -lcairo... no
    checking for cairo_xlib_surface_create in -lcairo... no
    checking for cairo_win32_scaled_font_select_font in -lcairo... no
    checking for cairo_ft_scaled_font_lock_face in -lcairo... no
    checking for cairo_atsui_font_face_create_for_atsu_font_id in -lcairo... no
    ...
    config.status: creating pangocairo.pc
    ...
    config.status: creating pangocairo-uninstalled.pc
    ...
    configuration:
            backends: FreeType





发件人: Malcolm Tredinnick 
收件人: llzz2.zhang 
时  间: 2006-10-19, 17:48:06
主  题: Re: Re: [cairo] cross compile GTK+ on DirectFB --Pango withCairodisappears


On Thu, 2006-10-19 at 17:32 +0800, Zhang Long wrote:
> 
> pkg-config --modversion pango 
> return 1.13.3
> 
> I have entered 
> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
> the path of /usr/local/lib/pkgconfig includes many .pc files.

Then have a look in config.log, search for the last mention of Pango in
there (search for "checking Pango flags") and see what the error is.
Either pangocairo is built properly for your target architecture or it
isn't. This should be fairly easy to work out from the build results of
Pango and config.log in gtk+. It's not really a Cairo problem, as far as
I can tell from Pango's build log.

Regards,
Malcolm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/cairo/attachments/20061020/5020c2de/attachment.html


More information about the cairo mailing list