Re: Help setting up GTK_CONFIG_PKG
- From: Harring Figueiredo <harringf yahoo com>
- To: Maya <escalante canada com>, Ajuta Users List <anjuta-list lists sourceforge net>, GTK+ Developers List <gtk-app-devel-list gnome org>, gtkmm list <gtkmm-list gnome org>
- Subject: Re: Help setting up GTK_CONFIG_PKG
- Date: Sat, 17 Aug 2002 22:14:57 -0700 (PDT)
The settings on the .profile are correct. Make sure you are using a shell that
executes the .profile (Linux bash executes .bashrc and not .profile -- so the
settings would be useless) -- Add something like: echo "Hello World" on the
.profile and see if it is executed when you log in, if it is, you will see the
message.
Another thing is that you are setting PKG_CONF to /usr/lib - it should be
set to the directory where the .pc files are (depends where you installed your
apps.) -- if you installed on the standart directory, it should be on
/usr/lib/pkgconfig/
so, export the PKG_CONFIG_PATH to it. If you installed the lib(s) on a non
standard directory, do a find on *.pc
find <dir_where_you_installed_the_lib> -name *.pc -print -follow
and use that directory to set the PKG_CONFIG_PATH instead.
Harring
--- Maya <escalante canada com> wrote:
In my Debian Linux I have installed, via 'apt-get', gtk1.2. Now I like
to install 'gtkmm' from source code, but './configure' gives me the
following message:
checking for sig++-1.2 was not found in the pkg-config search path
Perhaps you should add the directory containing 'sigc++-1.2.pc' to the
PKG_CONFIG_PATH environment variable.
The thing, though, is that I did installed version 1.0.3, which is the
only version availible at
ftp://ftp.dit.upm.es/pub/GNOME/stable/sources/libsigc++/
This is the location where I installed this program:
/usr/share/aclocal/sigc++.m4
/usr/lib/sigc++
/usr/lib/sigc++/include/sigc++config.h
/usr/include/sigc++
Now, my questions are: Is this version of sigc++ OK? if not, where do I
get the correct version?
Also, I have tryed, to the best of my knowledge, this varialbe to the
'.profile' but it is not doing the trick. In the hope that someone here
might be able to help me I have attanched a copy of this file. Please
do have a look at it.
TIA
ATTACHMENT part 2 application/octet-stream charset=us-ascii
__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]