Hi,
I do make clean, install for the gtkmm24 port and in the beginning of configure script it prints out:
but short after that:
But I have atkmm installed and it has version 2.22.1. I am lost in the requirements. Where do I find atkmm-1.6 ? Why does it print out, that atkmm is "found" ? :\
I do make clean, install for the gtkmm24 port and in the beginning of configure script it prints out:
Code:
===> gtkmm-2.22.0 depends on executable: gm4 - found
===> gtkmm-2.22.0 depends on executable: gmake - found
===> gtkmm-2.22.0 depends on package: libtool>=2.2 - found
===> gtkmm-2.22.0 depends on file: /usr/local/bin/intltool-extract - found
===> gtkmm-2.22.0 depends on executable: pkg-config - found
===> gtkmm-2.22.0 depends on shared library: glibmm-2.4.1 - found
===> gtkmm-2.22.0 depends on shared library: cairomm-1.0.1 - found
===> gtkmm-2.22.0 depends on shared library: atkmm-1.6.2 - found
===> gtkmm-2.22.0 depends on shared library: pangomm-1.4.1 - found
===> gtkmm-2.22.0 depends on shared library: intl - found
===> gtkmm-2.22.0 depends on shared library: atk-1.0.0 - found
===> gtkmm-2.22.0 depends on shared library: glib-2.0.0 - found
===> gtkmm-2.22.0 depends on shared library: gtk-x11-2.0.0 - found
===> gtkmm-2.22.0 depends on shared library: pango-1.0.0 - found
but short after that:
Code:
checking for GTKMM... configure: error: package requirements (atkmm-1.6 >= 2.21.1 giomm-2.4 >=2.24 pangomm-1.4 >=2.26 gtk+-2.0 >= 2.22.0 gtk+-unix-print-2.0)
were not met:
gnome-config: not found
No package 'atkmm-1.6' found
But I have atkmm installed and it has version 2.22.1. I am lost in the requirements. Where do I find atkmm-1.6 ? Why does it print out, that atkmm is "found" ? :\