GNOME Bugzilla – Bug 594202
Can't build typelib for enums with _0_1 members
Last modified: 2015-02-07 16:46:37 UTC
Hi, gobject-introspection can't build the typelib for enums like the following: /** * GstDPVersion: * @GST_DP_VERSION_0_2: protocol version 0.2 * @GST_DP_VERSION_1_0: protocol version 1.0 * * The version of the GDP protocol being used. */ typedef enum { GST_DP_VERSION_0_2 = 1, GST_DP_VERSION_1_0, } GstDPVersion; Output is: ** ERROR **: Invalid typelib for module 'GstDataprotocol': In directory (Context: GstDPVersion)): The value is contains invalid characters: 0.2 aborting...
Can you retry this with git head of introspection? The recent scanner rewrite might have fixed this.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]