regression in atkmm 2.28.1: fatal error: atkmmconfig.h: No such file or directory
Hi,
On mageia Cauldron we have updated atkmm to the 2.28.1 release but now when we try to build muse we get this following build issue:
cd /home/iurt/rpmbuild/BUILD/muse-3.1.1/build/muse/widgets && /usr/lib64/qt5/bin/moc @/home/iurt/rpmbuild/BUILD/muse-3.1.1/build/muse/widgets/moc_cpu_toolbar.cpp_parameters In file included from /usr/include/atkmm-1.6/atkmm/object.h:30, from /usr/include/gtkmm-2.4/gtkmm/widget.h:34, from /usr/include/gtkmm-2.4/gtkmm/container.h:30, from /usr/include/gtkmm-2.4/gtkmm/bin.h:31, from /usr/include/gtkmm-2.4/gtkmm/window.h:33, from /home/iurt/rpmbuild/BUILD/muse-3.1.1/muse/lv2Gtk2Support/lv2Gtk2Support.cpp:6: /usr/include/atkmm-1.6/atkmm/component.h:5:10: fatal error: atkmmconfig.h: No such file or directory 5 | #include <atkmmconfig.h> | ^~~~~~~~~~~~~~~ compilation terminated.
Seems that the "atkmmconfig.h" header is not installed during build process.
Regards, David