Developping utils

A place to ask all newbie questions and not get flamed, though you will get beaten down if you post a newbieish question outside of these walls.
Post Reply
oges
Novice
Posts: 20
Joined: Thu May 20, 2004 5:41 pm
Location: France

Developping utils

Post by oges »

Hi there :)

i just installed and tested the Gentoox :D works great (my favorite linux under xbox)

But i want to compile GTKmm 2 (latest release)
for this i must compile
libsigc++ 1.2, GTK+ 2.0, pkg-config, glib, ATK, Pango

libsigc++, pkg-config, glib and atk installs are fine but pango says that he requires glib >= 2.4.0 or I compiled the 2.4.1 one ...

Is there an issue with these developper utils? and how can i deal with it?

edit:
gtkmm requires glibmm to be installed so when i try to install glibmm it says that sigc++-2.0 is not found (when i do the ./configure)
sigc++-2.0 is not found in the pkg-config search path

how can i set the pkg-config search path? :)
answer: ok so i figured out how to set it: export PKG_CONFIG_PATH="..."
but what should i put instead of the "..." ?

Should i put the path to the libsigc++-2.0 ?

BTW i installed (tar -xvzf) all the files in the /home/ directory
TIA for all your answers!
Post Reply