X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 29 Nov 2019 16:33:44 +0100 From: mhx AT iae DOT nl To: geda-user AT delorie DOT com Subject: Re: [geda-user] guile 2.0 In-Reply-To: <20191129142549.F1E908038A42@turkos.aspodata.se> References: <20191129142549 DOT F1E908038A42 AT turkos DOT aspodata DOT se> Message-ID: <1d69f86f86e31e19759c10a0fa6cb7ec@iae.nl> X-Sender: mhx AT iae DOT nl User-Agent: Roundcube Webmail/1.2.4 ClaraMail2-Webmail-AuthUser: mhx AT iae DOT nl 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 2019-11-29 15:25, karl AT aspodata DOT se wrote: > During configure I get: > > checking for guile-2.0 >= 2.0.0... no > configure: error: you need at least version 2.0.0 of guile > > I have: > $ guile -v > guile (GNU Guile) 2.2.4 > > /// > > Is there any specific reason that gschem requires guile 2.0.x and not > anyting later ? > > BTW, lepton is fine with guile 2.2.x. In my experience (I compiled lepton on Windows 10 through the WSL) a lot of these messages are due to not having the additional *development* packages. Did you do sudo apt-get install guile-2.2-dev (or -devel) ? -marcel