Am 12.12.2016 um 09:54 schrieb Felix Schwarz:
> ...
> checking for thread-safe support in libgit2... yes
> checking for SSH support in libgit2... yes
> configure: error: --enable-hello-cpp-plugin requires --enable-idemm=yes

Ok, so I found that this happens because I did not have "gtkmm30-devel.x86_64"
installed.

However what puzzles me is that the error message was "hidden" in config.log
and nothing was printed. I don't know enough about autoconf to fix this myself
but I think these lines in libidemm/configure.ac are supposed to catch this
case (but somehow don't):

AS_IF([test x$enable_idemm = xyes && test x$have_idemm = xno],[
        AC_MSG_ERROR([--enable-idemm requires gtkmm >= gtkmm_required_version])
])


_______________________________________________
builder-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/builder-list

Reply via email to