GNOME Bugzilla – Bug 676148
build failed Cogl.gir line 22 attribute name missing(name="int32_t"/uint???)
Last modified: 2012-05-16 10:50:24 UTC
error parsing file Cogl-2.0.gir: Line 22, character 31: The attribute 'name' on the element 'type' must be specified
compile passed if name="gint"
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 ***