Nada,no me deja instalarlo a traves de urpmi,asi que he optado a instalarlo por lo bestia(tar.gz y compilando los paquetes)bueno estoy intentando instalar las librerias wxGTK y me dice que me falta la libreria GTK 2.0.0,asi que me he bajado la 2.10.0 e instalado sus dependencias(atk-1.9.1.tar.bz2,cairo-1.2.6.tar.gz,jpegsrc.v6b.tar.gz,libpng-1.2.8.tar.bz2,pkg-config-0.20.tar.gz y tiff-3.7.4.tar.gz)y otros 2 paquetes adicionales;Pango 1.16.0 y el GLib is 2.12.0;las dependencias ya las he compilado he instalado y tambien el Pango y el Glib,pero al compilar el GTK me da este error en el comando ./configure:
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 2.12.0 atk >= 1.9.0 pango >= 1.13.0 cairo >= 1.2.0) were not met:
No package 'atk' found
No package 'pango' found
No package 'cairo' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGS
and BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
¿Donde esta el fallo?por que me esta pidiendo unas librerias que ya he compilado.
Un saludo.