OK, I opened shell and installed gobject-introspection package through jhbuild.
After exiting shell and repeating the configure phase for librsvg, configure run successfully, but the build failed with:
*** Building librsvg *** [35/38]
...
CC rsvg_convert-rsvg-size-callback.o
CCLD librsvg-2.la
CCLD rsvg-convert
GISCAN Rsvg-2.0.gir
Couldn't find include 'GdkPixbuf-2.0.gir' (search path: ['.', '/Users/helix/gtk/inst/share/gir-1.0', '/usr/local/share/gir-1.0', '/usr/share/gir-1.0', '/Users/helix/gtk/inst/share/gir-1.0', '/usr/share/gir-1.0', '/Users/helix/gtk/inst/share/gir-1.0'])
make[2]: *** [Rsvg-2.0.gir] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
*** Error during phase build of librsvg: ########## Error running make -j 3 *** [35/38]
Regards,
Miroslav
From: Gtk-osx-users-list <gtk-osx-users-list-bounces gnome org> on behalf of Miroslav Rajcic <mrajcic hotmail com>
Sent: Thursday, February 25, 2016 1:14 PM
To: gtk-osx-users-list gnome org
Subject: [gtk-osx-users] Issue with building GTK2.x for "modulesets" set (librsvg)
Librsvg fails to configure:
*** Configuring librsvg *** [35/38]
...
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:53: installing './compile'
configure.ac:64: installing './config.guess'
configure.ac:64: installing './config.sub'
configure.ac:14: installing './install-sh'
configure.ac:14: installing './missing'
Makefile.am:217: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL
Makefile.am: installing './depcomp'
tests/Makefile.am:27: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
parallel-tests: installing './test-driver'
tools/Makefile.am:10: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
autoreconf: automake failed with exit status: 1
Any advice how to get past this?
Regards,
Miroslav