X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Subject: Re: [geda-user] geda-git fails to build with modern guile To: geda-user AT delorie DOT com References: <40d81407-41d7-71be-a3ad-ed177dbf793b AT s5tehnika DOT net> From: "Branko (brankob AT s5tehnika DOT net) [via geda-user AT delorie DOT com]" Message-ID: Disposition-Notification-To: Branko Date: Tue, 24 Mar 2020 13:23:48 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <40d81407-41d7-71be-a3ad-ed177dbf793b@s5tehnika.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: sl Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 24. 03. 20 07:36, Branko (brankob AT s5tehnika DOT net) [via geda-user AT delorie DOT com] wrote: > configure fails at checking the guile version and wants at least 1.10.0. > (Gentoo) > > Latest version I have in guile-1* series is 1.0.8. > > Guile website itself doesn't list vesion 1 anymore, only versions 2.x > and fresh 3.x. > > I tired with guile version 2.2.4 and 2.2.6, with the same results. > > Can this be tweaked to work with more modern guile version ? > > Is it just about the nature of the check or is ancient version actually > needed ? > Also: 1. configure.ac/configure in /xorn directory fails to find any python. There are two macros: AM_PATH_PYTHON([2.7]) PKG_CHECK_MODULES([PYTHON],[python2 >= 2.7]) they fail to find any pthon-2.x on my machine even though I ghave versions 2.7.17, 3.6.10 and 3.8.2 2. Python2 is on its way out. if you are pushing out guile in favor of python, why not using newest stable available (3.8) ?