denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] [bug #54821] support for guile-2.2


From: Richard Shann
Subject: [Denemo-devel] [bug #54821] support for guile-2.2
Date: Sat, 13 Oct 2018 14:23:19 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #3, bug #54821 (project denemo):

I've looked a bit closer at configure.ac and it seems to me that a simple
change should do what you want - I've pushed this to the master branch of git
so it will be in the upcoming 2.3 release. I can't actually test on anything
other than 1.8 and 2.0.13 but it looks like it must work for any 2.0.x
versions. (By the way, if you have the choice, then package for Guile 1.8 as
it works better and is anyway required by LilyPond). Please let me know if
this works for you.

diff --git a/configure.ac b/configure.ac
index e2399de6d..2d446b577 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,7 +81,7 @@ AC_ARG_ENABLE(
   [
     if test "x$enableval" != "xno"; then
       useguile_2_0=yes
-      PKG_CHECK_MODULES([GUILE_2], [guile-2.0])
+      PKG_CHECK_MODULES(GUILE_2, guile-2.0 >= 2.0)
       LIBS="$LIBS $GUILE_2_LIBS"
       CFLAGS="$CFLAGS $GUILE_2_CFLAGS"
     fi



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54821>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]