In the "./configure" open source project, I get:
user agent OS = Linux ./configure: line 13957: syntax error near unexpected token 0.9.3' ./configure: line 13957: GOBJECT_INTROSPECTION_CHECK(0.9.3)' make: *** [config.status] Error 2
Ubuntu 12.04 the package "gobject-introspection" and "libgirepository1.0-dev" are present. Removing the line GOBJECT_INTROSPECTION_CHECK allows you to complete the setup, but later the project will fail.
How can I go through this setup step cleanly? Google for this problem shows errors filed against many OS projects for the same blocking problem, but the usual answer is โinstall gobject-introspectionโ.
Bryce source share