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 676148 - build failed Cogl.gir line 22 attribute name missing(name="int32_t"/uint???)
build failed Cogl.gir line 22 attribute name missing(name="int32_t"/uint???)
Status: RESOLVED DUPLICATE of bug 674796
Product: cogl
Classification: Platform
Component: general
git master
Other Linux
: Normal blocker
: ---
Assigned To: Cogl maintainer(s)
Cogl maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-05-16 09:42 UTC by sunnydrake7
Modified: 2012-05-16 10:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sunnydrake7 2012-05-16 09:42:07 UTC
error parsing file Cogl-2.0.gir: Line 22, character 31: The attribute 'name' on the element 'type' must be specified
Comment 1 sunnydrake7 2012-05-16 09:44:05 UTC
compile passed if name="gint"
Comment 2 Neil Roberts 2012-05-16 10:50:24 UTC
If you use git master of gobject-introspection there is a fix to the scanner so that it will generate a valid gir file.

Previously the scanner couldn't cope with the types from stdint.h (ie, int32_t etc) and Cogl has started using these in its public API instead of the glib types.

https://bugzilla.gnome.org/show_bug.cgi?id=674796

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