GNOME Bugzilla – Bug 624123
gobject-introspection removes some integral types; compile fails
Last modified: 2010-07-11 22:34:51 UTC
Created attachment 165701 [details] Removes handling of deprecated types http://git.gnome.org/browse/gobject-introspection/commit/?id=5cb925b20739c04e18e94a03a3e4e68041894b03 removes several types that libpeas expects. Compile of peas-introspection.c fails on the following undefined values in functions read_next_argument and set_return_value: GI_TYPE_TAG_SHORT_WAS_REMOVED GI_TYPE_TAG_USHORT GI_TYPE_TAG_INT_WAS_REMOVED GI_TYPE_TAG_UINT GI_TYPE_TAG_LONG_WAS_REMOVED GI_TYPE_TAG_ULONG GI_TYPE_TAG_SIZE GI_TYPE_TAG_SSIZE GI_TYPE_TAG_TIME_T
*** This bug has been marked as a duplicate of bug 624080 ***