lilypond-devel
[Top][All Lists]
Advanced

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

Re: Can no longer build.


From: David Kastrup
Subject: Re: Can no longer build.
Date: Fri, 08 Nov 2019 16:33:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Dan Eble <address@hidden> writes:

> On Nov 8, 2019, at 09:11, David Kastrup <address@hidden> wrote:
>> 
>> So how come my lilypond-invoke-editor script starts with
>> 
>> "echo no not found -s"
>> 
>> as its interpreter?  Note that some underlying problem might not be new:
>
> 1. What does "grep -w GUILE config.make" tell you? (Will be the same, I 
> guess.)
> 2. Does reconfiguring yield a different before this commit?
>
> commit ad3effb7569fcd7182aa7b491b1d44fca3696c38
> Author: Jonas Hahnfeld <address@hidden>
> Date:   Tue Oct 15 22:00:02 2019 +0200
>
>     Check additional names for guile-config
>     
>     On Arch Linux, the executable is called guile-config1.8 instead of
>     guile-config-1.8 or guile-1.8-config.

I got it now.  I used to do

./configure --enable-checking 
GUILE_CONFIG=/usr/local/tmp/guile-1.8/bin/guile-config

but that appears to mess up the setting of GUILE, so I need to do

./configure --enable-checking 
GUILE_CONFIG=/usr/local/tmp/guile-1.8/bin/guile-config GUILE=/usr/bin/guile

Apparently using GUILE_CONFIG precludes or sabotages the checks for GUILE ?

-- 
David Kastrup



reply via email to

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