X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <20201221003821.5642.qmail@stuge.se> Date: Mon, 21 Dec 2020 00:38:20 +0000 From: "Peter Stuge (peter AT stuge DOT se) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Problem with Guile 2.2.4 dependency for gEDA 1.10.1. References: <20201219180603 DOT 22277 DOT qmail AT stuge DOT se> <20201219205836 DOT 23919 DOT qmail AT stuge DOT se> <1277282c-52c2-6ab9-5e7b-ce4fdeb95b84 AT fastmail DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1277282c-52c2-6ab9-5e7b-ce4fdeb95b84@fastmail.com> 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 Girvin Herr (gherrl AT fastmail DOT com) [via geda-user AT delorie DOT com] wrote: > > I pushed a patch to the branch `stable-1.10' which allows compiling > > gEDA/gaf with either version of Guile: > > > > http://git.geda-project.org/geda-gaf/commit/?h=stable-1.10&id=288cb8fd > > I am having problems with the html patch from your URL above. Always get the actual patch, avoid reformatting since it is very likely to break the patch. HTML is mostly ignorant of whitespace while patches are absolutely not. Fortunately, on the webpage there's a (patch) link for the commit: http://git.geda-project.org/geda-gaf/patch/?id=288cb8fd74ae520cb54bee157801c24756de19f4 You could use something like wget or curl to download that, it should then apply cleanly using patch -p1. //Peter