Re: ANNOUNCE: balsa-2.5.0 released



On Apr 23, 2013, at  7:14 AM, pancake wrote:
i tried several options without any luck

$ ./configure --prefix=/usr --sysconfdir=/etc --infodir=/usr/share/info --mandir=/usr/share/man --localstatedir=/var --without-nm

Could you try this patch to configure.ac:

diff --git a/configure.ac b/configure.ac
index fddd7c9..2d8c70a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -241,6 +241,7 @@ fi


 AM_CONDITIONAL([BUILD_WITH_G_D_U], [test $with_g_d_u = "yes"])
+AM_CONDITIONAL([ENABLE_SK], [test $with_g_d_u = "yes"])

 if test $with_g_d_u = yes ; then
 GNOME_DOC_INIT

I don't understand the error, but it seems to be related to the GNOME_DOC_INIT macro and the gnome-doc-utils package. I can configure with your ./configure line both with and without that package without the patch, so it's not clear that it helps. However, it didn't break my build, again both with and without gnome-doc-utils, so at least it shouldn't make things any worse!

Best,

Peter

Attachment: pgprcWK4e16o8.pgp
Description: PGP signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]