On 9/26/07, *Edd Dawson* <lists mr-edd co uk
<mailto:lists mr-edd co uk>> wrote:
Tralfas D wrote:
> I downloaded Glade/Gtk+ for Win32
<http://gladewin32.sourceforge.net/>.
> then i downloaded gtkmm. i installed all of these in there default
> places. the tutorial
<http://www.daniweb.com/forums/thread90642.html#>
> then asks you to typepkg-config --cflags gtkmm-2.4.
I believe you need to download one of the "devel" packages at:
http://ftp.gnome.org/pub/gnome/binar...32/gtkmm/2.10/
It sounds like you only have the runtime installed.
> when i enter this command it gives me an error like this 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 enviroment variable no package 'gtkmm-2.4.' found.
>
> it does this even if i cd into bin and i restarted my computer
Once you have installed the devel package, you should have such a
file. Add its
containing folder to your PKG_CONFIG_PATH. You shouldn't need to
restart your
computer, only open a new console (which will have the updated
environment).