GNOME Bugzilla – Bug 624080
Adjust to API break in GObject-Introspection
Last modified: 2010-07-11 22:34:51 UTC
Building libpeas git master via JHBuild on Fedora13: peas-introspection.c: In function ‘read_next_argument’: peas-introspection.c:67: error: ‘GI_TYPE_TAG_SHORT_WAS_REMOVED’ undeclared (first use in this function) peas-introspection.c:67: error: (Each undeclared identifier is reported only once peas-introspection.c:67: error: for each function it appears in.) peas-introspection.c:70: error: ‘GI_TYPE_TAG_USHORT’ undeclared (first use in this function) peas-introspection.c:73: error: ‘GI_TYPE_TAG_INT_WAS_REMOVED’ undeclared (first use in this function) peas-introspection.c:76: error: ‘GI_TYPE_TAG_UINT’ undeclared (first use in this function) peas-introspection.c:79: error: ‘GI_TYPE_TAG_LONG_WAS_REMOVED’ undeclared (first use in this function) peas-introspection.c:82: error: ‘GI_TYPE_TAG_ULONG’ undeclared (first use in this function) peas-introspection.c:85: error: ‘GI_TYPE_TAG_SSIZE’ undeclared (first use in this function) peas-introspection.c:88: error: ‘GI_TYPE_TAG_SIZE’ undeclared (first use in this function) GObject-Introspection broke API in: http://git.gnome.org/browse/gobject-introspection/commit/?id=5cb925b20739c04e18e94a03a3e4e68041894b03 See Bug 624065 for information on how pygobject is dealing with the change.
Created attachment 165668 [details] [review] Adjust to API break in gobject-introspection. gobject-introspection's libgirepository dropped support for machine-dependent types (short, int, long) and for time_t, so we need to adjust as well. This should have no consequencies as according to the g-i commit the typelib was only using machine-specific types yet. Also bump the gobject-introspection requirement to ensure we're using a new enough typelib format. For more information, see gobject-introspection commit 5cb925b20739c04e18e94a03a3e4e68041894b03: "Don't include machine-dependent integral types in the typelib"
Created attachment 165672 [details] [review] Adjust to API break in gobject-introspection. Also update the seed loader.
Attachment 165672 [details] pushed as 52e493e - Adjust to API break in gobject-introspection.
*** Bug 624123 has been marked as a duplicate of this bug. ***