bug-autogen
[Top][All Lists]
Advanced

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

[Bug-autogen] autogen with guile 2.2 not compiling, patches


From: carl hansen
Subject: [Bug-autogen] autogen with guile 2.2 not compiling, patches
Date: Thu, 26 Oct 2017 18:21:18 -0700

autogen 5.18.12  won't compile with guile 2.2

in configure it says
  _guile_versions_to_search="2.0 1.8"

probably should say
_guile_versions_to_search="2.2 2.0 1.8"

patches are:

autogen-5.18.12/config/guile.m4
    _guile_versions_to_search="m4_default([$1], [  2.0 1.8])"
to
  _guile_versions_to_search="m4_default([$1], [2.2 2.0 1.8])"


autogen-5.18.12/agen5/guile-iface.h
line 12:
// was:    #elif GUILE_VERSION < 201000
#elif GUILE_VERSION < 202003

then autoreconf -af

then it builds.
whether it works right, who knows.



reply via email to

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