Re: Can't link to Pango

2014-02-13 Thread Lucas Levrel
Le 12 février 2014, Bric a écrit : I am trying to compile gtk+-3.11.5 during ./configure I am getting: Can't link to Pango. Pango is required to build *** GTK+. For more information see http://www.pango.org I have pango-1.36.2 installed pkg-config --cflags pango pangocairo : I think you

Re: Can't link to Pango

2014-02-13 Thread Bric
On 02/13/2014 04:21 AM, Lucas Levrel wrote: Le 12 février 2014, Bric a écrit : I am trying to compile gtk+-3.11.5 during ./configure I am getting: Can't link to Pango. Pango is required to build *** GTK+. For more information see http://www.pango.org I have pango-1.36.2 installed

Re: Can't link to Pango

2014-02-13 Thread Michael Cronenworth
Bric wrote: Here is my config.log : http://www.flight.us/misc/gtk_config.log.txt Your log shows your system libraries are mismatched in some way. /usr/local/lib/libpangocairo-1.0.so: undefined reference to `pango_fc_font_create_base_metrics_for_context'

Fwd: Can't link to Pango

2014-02-13 Thread Florian Müllner
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

Re: Can't link to Pango

2014-02-13 Thread Bric
On 02/13/2014 07:03 AM, Kang Hu wrote: sorry for my previous misinfomation it seems that the error happens here in your configure log file: - configure:24295: gcc -o conftest -march=i686

Re: Can't link to Pango

2014-02-13 Thread Emmanuele Bassi
hi; On 13 February 2014 17:37, Bric b...@flight.us wrote: I did the above workaround, successfully, and got past my pango snag Then ./configure complained about not having atk-bridge; i went down that chain of dependencies, with at-spi2-core, etc., (some of the latest git failed to

Re: Can't link to Pango

2014-02-13 Thread Colomban Wendling
Le 13/02/2014 18:37, Bric a écrit : [...] GEN gtkresources.c (glib-compile-resources:6887): GLib-GObject-CRITICAL **: /build/buildd/glib2.0-2.24.1/gobject/gtype.c:2706: You forgot to call g_type_init() [...] This looks like you managed to link glib-compile-resources to a too old version

Re: Can't link to Pango

2014-02-13 Thread Bric
On 02/13/2014 01:45 PM, Emmanuele Bassi wrote: hi; On 13 February 2014 18:37, Bric b...@flight.us wrote: Is this because the git version doesn't definitively dominate all the version markers when it installs, and leaves behind the previously installed versions ?? (git gtk+ is picking up the

Re: Can't link to Pango

2014-02-13 Thread Bric
On 02/13/2014 01:45 PM, Emmanuele Bassi wrote: hi; On 13 February 2014 18:37, Bric b...@flight.us wrote: Is this because the git version doesn't definitively dominate all the version markers when it installs, and leaves behind the previously installed versions ?? (git gtk+ is picking up the

Re: Can't link to Pango

2014-02-13 Thread Bric
On 02/13/2014 12:53 PM, Emmanuele Bassi wrote: hi; On 13 February 2014 17:37, Bric b...@flight.us wrote: I did the above workaround, successfully, and got past my pango snag Then ./configure complained about not having atk-bridge; i went down that chain of dependencies, with

final gtk+maverick battles

2014-02-13 Thread Bric
thought I'd move out to a new thread, since we are past the Pango issue in reckless abandonment (sliding irrevocably down the slope of system trashing) I manually moved *glib* files and directories from under /usr/local/lib, to a hiding place, then quickly re-installed (make install) glib

Re: Can't link to Pango

2014-02-13 Thread Emmanuele Bassi
hi; On 13 February 2014 18:37, Bric b...@flight.us wrote: Is this because the git version doesn't definitively dominate all the version markers when it installs, and leaves behind the previously installed versions ?? (git gtk+ is picking up the previous glib-2.39.4, somehow, the one