Public bug reported:
Binary package hint: libgtkglextmm1-dev
in synaptic, libgtkglextmm1 depends gtkmm-2.4 etc... as it should
but in reality, this library is compiled using old gtkmm-2.0 etc
see configure.in:
# pangomm
m4_define([pangomm_pkg], [pangomm-1.0])
m4_define([pangomm_required_version], [2.0.0])
# gdkmm
m4_define([gdkmm_pkg], [gdkmm-2.0])
m4_define([gdkmm_required_version], [2.0.0])
# gtkmm
m4_define([gtkmm_pkg], [gtkmm-2.0])
m4_define([gtkmm_required_version], [2.0.0])
It should be:
# pangomm
m4_define([pangomm_pkg], [pangomm-1.4])
m4_define([pangomm_required_version], [2.0.0])
# gdkmm
m4_define([gdkmm_pkg], [gdkmm-2.4])
m4_define([gdkmm_required_version], [2.0.0])
# gtkmm
m4_define([gtkmm_pkg], [gtkmm-2.4])
m4_define([gtkmm_required_version], [2.0.0])
** Affects: gtkglextmm (Ubuntu)
Importance: Undecided
Status: Unconfirmed
--
libgtkglextmm1 still linked with gtkmm2.0
https://launchpad.net/bugs/84190
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs