Re: Problem installing Pango



Thank You!

  setenv PKG_CONFIG_PATH "/usr/lib/pkgconfig:/opt/gnome/lib/pkgconfig"

does the trick.

Tuck

> Delivered-To: gtk-i18n-list gnome org
> X-Authentication-Warning: tenso.ireland.sun.com: tg127171 set sender to 
Tony Graham Sun COM using -f
> From: Tony Graham <Tony Graham sun com>
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> To: gtk-i18n-list gnome org
> Subject: Re: Problem installing Pango
> X-BeenThere: gtk-i18n-list gnome org
> X-Loop: gtk-i18n-list gnome org
> X-Mailman-Version: 2.0.12
> List-Help: <mailto:gtk-i18n-list-request gnome org?subject=help>
> List-Post: <mailto:gtk-i18n-list gnome org>
> List-Subscribe: <http://mail.gnome.org/mailman/listinfo/gtk-i18n-list>, 
<mailto:gtk-i18n-list-request gnome org?subject=subscribe>
> List-Id: Internationalization and GTK+ <gtk-i18n-list.gnome.org>
> List-Unsubscribe: <http://mail.gnome.org/mailman/listinfo/gtk-i18n-list>, 
<mailto:gtk-i18n-list-request gnome org?subject=unsubscribe>
> List-Archive: <http://mail.gnome.org/archives/gtk-i18n-list/>
> Date: Wed, 27 Nov 2002 14:11:11 +0000
> 
> Carl "Tuck" Hartshorn wrote at 26 Nov 2002 20:49:46 -0800:
>  > I recently installed glib-2.0.6, then pango-1.0.4, both at non-default dirs 
>  > of --prefix=/opt/gnome
>  > 
>  > The glib installs fine. When I run ./configure --prefix=/opt/gnome, I get:
>  > checking X11/Xft/XftFreetype.h usability... yes
>  > checking X11/Xft/XftFreetype.h presence... yes
>  > checking for X11/Xft/XftFreetype.h... yes
>  > checking for pkg-config... /usr/local/bin/pkg-config
>  > checking for GLIB - version >= 2.0.0... no
> 
> When you installed glib-2.0.6 in /opt/gnome, you installed the
> glib-2.0.6 .pc files that pkg-config needs into
> /opt/gnome/lib/pkgconfig/.
> 
> pkg-config doesn't look there for .pc files, so it can't find GLib,
> which is the cause of all your problems.
> 
> You can set the PKG_CONFIG_PATH environment variable to
> /opt/gnome/lib/pkgconfig or copy the files in /opt/gnome/lib/pkgconfig
> into the standard pkgconfig directory or modify the glib-2.0.6
> Makefile to install the .pc files in the standard pkgconfig directory.
> 
> You will have the same choices when it's time to install pango-1.0.4.
> 
> You can also set PKG_CONFIG_DEBUG_SPEW to get debugging messages.  See
> the pkg-config man page for details.
> 
> Regards,
> 
> 
> Tony Graham
> ------------------------------------------------------------------------
> XML Technology Center - Dublin                mailto:tony graham sun com
> Sun Microsystems Ireland Ltd                       Phone: +353 1 8199708
> Hamilton House, East Point Business Park, Dublin 3            x(70)19708
> _______________________________________________
> gtk-i18n-list mailing list
> gtk-i18n-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-i18n-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]