Re: Problem with pkg-config
- From: "sebastien.charlois" <sebastien charlois ext actia fr>
- To: lmarcilly aressi fr, gtkmm-list gnome org
- Cc:
- Subject: Re: Problem with pkg-config
- Date: Wed, 06 Jul 2005 15:22:51 +0200
Maybe you have more than one pkg-config.exe installed.
Try the pkg-config.exe of the GTK distrib. On my PC is
/C/GTK/bin/pkg-config.exe
or tell pkg-config the path to gtkmm pc files:
PKG_CONFIG_PATH=/C/GTK/lib/pkgconfig;
export PKG_CONFIG_PATH;
pkg-config --cflags gtkmm-2.4;
lmarcilly aressi fr a écrit :
I've tried this with no success :
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
-------- Original Message --------
Subject: Re: Problem with pkg-config (06-juil.-2005 14:24)
From: sebastien charlois ext actia fr
To: lmarcilly aressi fr
Try 'pkg-config --cflags gtkmm-2.4' with gtkmm2.6.
lmarcilly aressi fr a écrit :
Hi all,
i try to install gtkmm on winXP.
So i follow this document :
http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/ape.html
But i don't use the same version, i use :
Dev-Cpp-4.9.9.2 (found on http://www.bloodshed.net/dev/devcpp.html, i
download the version with Mingw/GCC 3.4.2)
gtk-win32-devel-2.6.8-rc1 (downloaded on http://gladewin32.sourceforge.net/)
and gtkmm-devel-2.6.2-1 (downloaded on http://www.pcpm.ucl.ac.be/~gustin/
win32_ports/ )
As it is mentionned in the document, i install gtkmm in C:\Dev-Cpp but when
i try pkg-config --cflags gtkmm-2.6 it won't work!
Here is the error message :
Package gtkmm-2.6 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkmm-2.6.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkmm-2.6' found
So i've tried
pkg-config --cflags gtkmm-2.6 PKG_CONFIG_PATH=C:\Dev-Cpp\gtkmm\lib\
pkgconfig
but i have the same problem...
In C:\Dev-Cpp\gtkmm\lib,there is a directory named gtkmm-2.4 but there isn'
t a directory named gtkmm-2.6 so i try the pkg-config with gtkmm-2.4 but i
have the same result..
Do you have an idea?
Thanks in advance
lm.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]