X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=kWHKUA4fo6ibb++BBXdqib+I4QLmMfOdzrm0cwA0D1Y=; b=BLzg6u5/Ghr7xgM2GSMf+0A1X70GpzGdOmONzLUkak3F+89FOxNnkxTONG/4E1ieuo bri95k9egICEW1ToJ9lDWo53XlCoopZkh3kLXcuUbIijd/9eOsCfffClvsQsYCAvbavm FDgKktM5PTlQUCd3cm75RSqggZMdVywnQjqtFzw0/sbroPjFfAD6UagpRsBAJKkcDYid oQr5EWQ9NlZlnREnDIQPCLS0Ro0gUM9RWFZTZbm+uIsO6rVHSgba/aTgz2NONt289+Uv IP+DNRVak3IZ/FKux07XUe1g8LQUHgj4B2ExQadENYnGUuCy8m6nl7TIzo0MTXL6X154 9rBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=kWHKUA4fo6ibb++BBXdqib+I4QLmMfOdzrm0cwA0D1Y=; b=mvzWifEevQpxHPGmvx6ivmKbT7e2BmPPev6q4HrWC0WfG5zi7tKnO1NlDvBXhOJB4X FHq516g92MWJdvygMFHdQWDyVnryLMtGnNSvkazrkWp4g0twVTgRuubvCowEwANSNOGu 9maxT649GW3wbKcu/ngwmltr7mmrC6d5RkaZCtk4PMDYzWlAOok04m4Y5OkhChfJKPmf 3ULa0UDJI+MMK0V9I7jHJucPGldLBUYf89AmumhSoXJLTWHBJ99xcgL2UNAxxEajVTBq iUq6UdEtSkQDMwZrw4jIqLZ8JhkMz3EZPLCnAAOi8QAqleOn7nnI/S8k7iVto9eYXqrN 92mw== X-Gm-Message-State: AMke39mTAybkFjQzJj5MUeVfTrLACcEE8kmj4+jsH9dmeGe3AtC3TrOsyQuvnAcVpuNAAnW4WRzEB9plLsJUWg== X-Received: by 10.28.59.8 with SMTP id i8mr2626683wma.27.1488542165434; Fri, 03 Mar 2017 03:56:05 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20170303110641.E5DBA81053DE@turkos.aspodata.se> References: <20170218181007 DOT 80DD9812BA6B AT turkos DOT aspodata DOT se> <20170218224033 DOT 9B0F9812BA6B AT turkos DOT aspodata DOT se> <20170219081825 DOT GA14177 AT localhost DOT localdomain> <20170219115738 DOT CD13B812BA71 AT turkos DOT aspodata DOT se> <20170219140828 DOT GC14177 AT localhost DOT localdomain> <20170220144858 DOT DC63D812BA71 AT turkos DOT aspodata DOT se> <20170302210201 DOT GA32371 AT localhost DOT localdomain> <20170302213855 DOT D078D81053DE AT turkos DOT aspodata DOT se> <20170303110641 DOT E5DBA81053DE AT turkos DOT aspodata DOT se> From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Fri, 3 Mar 2017 14:56:04 +0300 Message-ID: Subject: Re: [geda-user] [dev] Re: [geda-help] printing to landscape A4 without margins, how ? To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 Karl, On 3/3/17, karl AT aspodata DOT se wrote: > Vladimir: >> If you git clone [1] > > Already done previously. > >> you can add my fork [2] to remotes: >> git remote add
> > ok did: > git remote add vzh https://github.com/vzh/lepton-eda.git > git pull vzh > ./autogen.sh > ./configure > [...] > checking for GUILE... no > configure: error: you need at least version 2.0.0 of guile > > Unfortunately, another project is heavily into guile 1.8, and have > problems converting to guile 2. Well, in Debian I can install 1.8 and 2 simultaneously and they claim the versions should not conflict [1]. IIUC, if you build both project yourself, autotools should do "the right thing" for you, otherwise your package manager should care of that. I cannot recall if I ever used such a configuration myself, though :-) Vladimir [1] http://www.gnu.org/software/guile/docs/master/guile.html/Parallel-Installations.html