Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
To: cygwin@cygwin.com
From: =?ISO-8859-1?Q?Ney_Andr=E9_de_Mello_Zunino?= <zunino@inf.ufsc.br>
Subject: Some assistance with pkg-config
Date: Sun, 07 Nov 2004 00:39:11 -0300
Organization: Universidade Federal de Santa Catarina
Lines: 33
Message-ID: <cmk1ov$i2q$1@sea.gmane.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
X-Complaints-To: usenet@sea.gmane.org
X-Gmane-NNTP-Posting-Host: 200-193-014-082.fnsce7003.dsl.brasiltelecom.net.br
User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103)
X-IsSubscribed: yes

Hello.

I am having trouble getting pkg-config to find the .pc file for the 
gtkmm-2.4 library. What I don't understand is why it is being able to 
find other libs such as libglade-2.0, since I am setting the 
PKG_CONFIG_PATH variable the same way for both:

libglade-2.0.pc resides in /cygdrive/c/GTK/lib/pkgconfig
gtkmm-2.4.pc resides in /cygdrive/c/GTKmm/lib/pkgconfig

Thus, I set the variable like this:

export 
PKG_CONFIG_PATH=/cygdrive/c/GTK/lib/pkgconfig:/cygdrive/c/GTKmm/lib/pkgconfig

When I run the command 'pkg-config libglade-2.0 --modversion', I get: 
'2.4.0'.

However, when I run 'pkg-config gtkmm-2.4 --modversion', I get the 
following error message:

   Package gtkmm-2.4 was not found in the pkg-config search path.
   Perhaps you should add the directory containing `gtkmm-2.4.pc'
   to the PKG_CONFIG_PATH environment variable
   No package 'gtkmm-2.4' found

It tells me the directory containing the file 'gtkmm-2.4.pc' is not in 
the path, but it is. What am I missing? I would appreciate any assistance.

Thank you,

-- 
Ney André de Mello Zunino


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

