X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sat, 16 Apr 2022 19:24:33 +0200 (CEST) From: Roland Lutz To: "Chris Green (cl AT isbd DOT net) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] Re: Easiest way to convert or print .sch files from gschem? In-Reply-To: Message-ID: References: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed 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 Sat, 16 Apr 2022, Chris Green (cl AT isbd DOT net) [via geda-user AT delorie DOT com] wrote: > To compile gschem needs an *older* version of Guile than I have > installed:- > > [...] > checking for GUILE... no > checking for GUILE... no > configure: error: you need Guile 2.x (at least version 2.0.10) > > I have guile 2.2 installed. This error message is misleading. :-/ gEDA/gaf works fine with Guile 2.2; what's missing here is the Guile development package (guile-2.2-dev). Roland