After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 624123 - gobject-introspection removes some integral types; compile fails
gobject-introspection removes some integral types; compile fails
Status: RESOLVED DUPLICATE of bug 624080
Product: libpeas
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: libpeas-maint
libpeas-maint
Depends on:
Blocks:
 
 
Reported: 2010-07-11 22:26 UTC by Frank Solensky
Modified: 2010-07-11 22:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Removes handling of deprecated types (3.25 KB, application/octet-stream)
2010-07-11 22:26 UTC, Frank Solensky
Details

Description Frank Solensky 2010-07-11 22:26:14 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
Comment 1 Ignacio Casal Quinteiro (nacho) 2010-07-11 22:34:51 UTC

*** This bug has been marked as a duplicate of bug 624080 ***