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 640630 - ./configure fails with syntax error
./configure fails with syntax error
Status: RESOLVED DUPLICATE of bug 615518
Product: gucharmap
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gucharmap maintainers
gucharmap maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-26 12:13 UTC by Khaled Hosny
Modified: 2011-01-26 12:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Khaled Hosny 2011-01-26 12:13:56 UTC
On master, running ./configure fails with:

    ./configure: line 12781: syntax error near unexpected token `0.9.0'
    ./configure: line 12781: `GOBJECT_INTROSPECTION_CHECK(0.9.0)'

Also ./autogen.sh reports:
     gucharmap/Makefile.am:222: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL

Though it runs fine (not sure if it is related, either).
Comment 1 Christian Persch 2011-01-26 12:15:00 UTC
You need to install gobject-introspection.

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