Ooops, I missed replying to the list as well ...

---------- Forwarded message ----------
From: Florian Müllner <fmuell...@gnome.org>
Date: Thu, Feb 13, 2014 at 2:14 PM
Subject: Re: "Can't link to Pango"
To: Bric <b...@flight.us>


On Thu, Feb 13, 2014 at 8:45 AM, Bric <b...@flight.us> wrote:
> Here is my config.log :
>
> http://www.flight.us/misc/gtk_config.log.txt

Here's the actual linker error:

> /usr/local/lib/libpangocairo-1.0.so: undefined reference to 
> `pango_fc_font_create_base_metrics_for_context'

So for some reason, your custom-built libpangocairo references a
symbol that the linker cannot resolve. Either something went wrong
when you built pango, or you found a bug and pangocairo
unconditionally references symbols from pangoft2 even when built
without freetype support. In the latter case you should file a bug
report, though you almost certainly want pango *with* freetype support
- make sure you have the required headers (harfbuzz, fontconfig,
freetype2) and rebuild pango.

Hope that'll help you get back on track!

Florian
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to