martahilmar / gnome-books

Google Summer of Code project for GNOME
Other
51 stars 13 forks source link

./autogen.sh fail.. #11

Closed yvan-sraka closed 7 years ago

yvan-sraka commented 8 years ago
$ ./autogen.sh
/usr/bin/gnome-autogen.sh
Submodule 'libgd' (git://git.gnome.org/libgd) registered for path 'libgd'
Cloning into 'libgd'...
remote: Counting objects: 1061, done.
remote: Compressing objects: 100% (1061/1061), done.
remote: Total 1061 (delta 755), reused 0 (delta 0)
Receiving objects: 100% (1061/1061), 223.79 KiB | 85.00 KiB/s, done.
Resolving deltas: 100% (755/755), done.
Checking connectivity... done.
Submodule path 'libgd': checked out '4d0e605e81517beb550c212fd14d5060eefe321c'
checking for automake >= 1.9...
  testing automake... found 1.15
checking for autoreconf >= 2.53...
  testing autoreconf... found 2.69
checking for intltool >= 0.40.0...
  testing intltoolize... found 0.50.2
checking for pkg-config >= 0.22...
  testing pkg-config... found 0.28
Checking for required M4 macros...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

Processing ./configure.ac
Running intltoolize...
Running autoreconf...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force --warnings=no-portability -I m4 -I libgd ${ACLOCAL_FLAGS}
autoreconf: configure.ac: tracing
autoreconf: configure.ac: creating directory config
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'.
libtoolize: copying file `config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force --warnings=no-portability
autoreconf: running: /usr/bin/autoheader --force --warnings=no-portability
autoreconf: running: automake --add-missing --copy --force-missing --warnings=no-portability
configure.ac:43: installing 'config/ar-lib'
configure.ac:15: installing 'config/compile'
configure.ac:24: installing 'config/config.guess'
configure.ac:24: installing 'config/config.sub'
configure.ac:12: installing 'config/install-sh'
configure.ac:12: installing 'config/missing'
libgd/Makefile.am: installing 'config/depcomp'
src/Makefile-lib.am:36: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL
src/Makefile.am:39:   'src/Makefile-lib.am' included from here
autoreconf: automake failed with exit status: 1
mvaello commented 8 years ago

Try to use jhbuild[1]. You have to add the following line into your jhbuildrc file: branches['gnome-books'] = ('https://github.com/martamilakovic/gnome-books', 'master')

[1] https://developer.gnome.org/jhbuild/