Hello gtkmm list: I am using gtkmm-3.0 on a fedora 33 x86_64 laptop. I wish to report a file missing in the /usr/include/atkmm-1.6 sub directory.
My earlier version which is gmmproc 2.56.0 works fine. But my latest download version gmmproc 2.64.3 fails as it call for the file atkmmconfig.h to be included. This files appears to be missing from the build. Previous build: This version atkmm-1.6 WORKS This is the first few lines from the header file relation.h // Generated by gmmproc 2.56.0 -- DO NOT MODIFY! #ifndef _ATKMM_RELATION_H #define _ATKMM_RELATION_H #include <glibmm/ustring.h> #include <sigc++/sigc++.h> ... #endif Current build: Version atkmm-1.6 Fails with missing file atkmmconfig.hThis is the first few lines from the header file relation.h Generated by gmmproc 2.64.3 -- DO NOT MODIFY! #ifndef _ATKMM_RELATION_H #define _ATKMM_RELATION_H #include <atkmmconfig.h> ... #endif The missing file atkmmconfig.h is included in the following files in the atkmmsub-directory:action.h component.h document.h init.h range.h relation.h selection.h stateset.h streamablecontent.h table.h wrap_init.h I am not sure if this is specific to fedora or an actual bug. Michael Lear
_______________________________________________ gtkmm-list mailing list gtkmm-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtkmm-list