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 689918 - Missing generic type for ENamedParameters breaks Vala bindings
Missing generic type for ENamedParameters breaks Vala bindings
Status: RESOLVED DUPLICATE of bug 689871
Product: evolution-data-server
Classification: Platform
Component: general
3.8.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2012-12-09 05:14 UTC by Travis Reitter
Modified: 2013-09-14 16:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Travis Reitter 2012-12-09 05:14:10 UTC
When building EDS with the Vala bindings enabled, I hit this build error:

EDataServer-1.2.gir:21.53-21.53: error: too few type arguments
      <type name="GLib.PtrArray" c:type="GPtrArray"/>
                                                    ^
Generation failed: 1 error(s), 0 warning(s)

I think it's complaining about ENamedParameters not having a specific element type defined. I'm not sure that can be done in general, so we may just need to hide them from introspection.
Comment 1 Matthew Barnes 2012-12-09 05:35:25 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

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