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 633065 - Unconditional use of GOBJECT_INTROSPECTION_CHECK
Unconditional use of GOBJECT_INTROSPECTION_CHECK
Status: RESOLVED DUPLICATE of bug 615518
Product: vte
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-24 23:38 UTC by Cyril Brulebois
Modified: 2011-05-28 22:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use m4_ifdef(). (761 bytes, patch)
2010-10-24 23:38 UTC, Cyril Brulebois
none Details | Review

Description Cyril Brulebois 2010-10-24 23:38:33 UTC
Created attachment 173143 [details] [review]
Use m4_ifdef().

Git: 0.27.1-2-g85b7996

If one doesn't have introspection m4 macros, ./autogen.sh can return successfully, while ./configure fails with:

checking whether to install the glade catalogue... no
./configure: line 15649: syntax error near unexpected token `0.6.7'
./configure: line 15649: `GOBJECT_INTROSPECTION_CHECK(0.6.7)'

With the trivial attached patch, that no longer breaks; you may want to try and get that macro defined, as an alternative.
Comment 1 Christian Persch 2011-05-28 22:14:54 UTC

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