Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: =?ISO-8859-1?Q?Ney_Andr=E9_de_Mello_Zunino?= 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: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet AT sea DOT gmane DOT 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/