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 648429 - valac's --gir flag silently ignored for some automake setups
valac's --gir flag silently ignored for some automake setups
Status: RESOLVED DUPLICATE of bug 708693
Product: vala
Classification: Core
Component: GObject Introspection
0.12.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-21 22:34 UTC by Travis Reitter
Modified: 2018-05-19 20:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Travis Reitter 2011-04-21 22:34:35 UTC
Reviewing a patch for bug #648161 (attachment #186393 [details]), I couldn't figure out why the .gir file wasn't being generated.

Because we use the automake support for Vala, the libfolks library name is determined implicitly by valac. However, this means that the --gir flag is ignored. Adding --library=folks worked around this.

The compiler should fill in the implied name or at least exit with an error that it must be specified.
Comment 1 Rico Tzschichholz 2018-05-19 20:58:38 UTC

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