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=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=aFQrVsdtshhfF1ASNyA1Pr4tDuJRsFzspivKgzXMWh0=; b=oChVvMH8osg1LrrFiov7Ard9fU3f/rQTqeVH9kJY3Go7lVgciUHd+qwtSGbBRu7Vwt OZojsOqslD8APNPzFx8f3QBlR0vc7FUZpN4HNrwRiISOXIUv1Itib+vN8O3vCQeuz98p 9r6tGtxXXuyI1be4Wj8BSMBPbGAxaMPctXh0OHEhBekebHmi/tscmlI6QEXBxX3J6jM5 dGX8Kd4tr2fPH85z6c+z1q9Qs7eAMgvm781qvSzmmbLKxr6pU2L1Xk3RfrVw0M0T+E56 eo8/ZgfWxTUWePkcKjJ50fNG88lEY+6+K9cl+kuN5pQ6srqXpOhuqMzuDrpnd6n5olHw 4jtQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=aFQrVsdtshhfF1ASNyA1Pr4tDuJRsFzspivKgzXMWh0=; b=piEay7XTL6f4igIWIoSGipKTE0jjvvW2kQW4FNI97zmjvoie6VvK4EqM0IY9q3Nnl+ RxYUbdiUeSczxwmX4aKLHalrIzxZzhrpPRVVzkRlqWzfu7sYcv5QzPRXbhhhkVGpnVNG fhc12xi1TrI46QnLpJ7LwyFwMBfhMrDIWCQLq6oMpi08WfHo3r//sIdhF0Urv0YSM3n3 2IZU48h1XcR82zIRhVGNHAp54JyiyZJqsD9Dpmf8gCo1ltBu7QiZoNMb7eA5vUnJcmHj rvAOCSEQIou3KcHdlRxc9tosXbvGY3LF3eSA9CmvYyK/tlGwuOmbijK9RBd0sn7XjayI TF2g== X-Gm-Message-State: APjAAAWsh+u2sN5DgcmnV1n+vATD3LCgKw1IN8qrr+us34jEbaoAVX9u 2IEOHE9LBENUdMK2e5SzqBwKLlEQ X-Google-Smtp-Source: APXvYqwCiB+fQp6kaYpGmwqN+HUKYn432791mBTJGWGONbd7zYluQgEYb9HVSK4V6Qkq+hP1epkNxg== X-Received: by 2002:ac2:4436:: with SMTP id w22mr888436lfl.185.1579562984926; Mon, 20 Jan 2020 15:29:44 -0800 (PST) Date: Tue, 21 Jan 2020 02:29:41 +0300 From: "dmn (graahnul DOT grom AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] lepton 1.9.9 problems Message-ID: <20200121022941.1916b69b@demon> In-Reply-To: <2d33154d-7c71-a868-580a-ff292db6ffff@fastmail.com> References: <082a996c-2bf3-3fdb-a67b-06aa17c5bcb8 AT fastmail DOT com> <20200119072337 DOT 391fdafa AT demon> <2d33154d-7c71-a868-580a-ff292db6ffff AT fastmail DOT com> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; amd64-portbld-freebsd11.3) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Sun, 19 Jan 2020 13:19:10 -0800 "Girvin Herr (gherrl AT fastmail DOT com) [via geda-user AT delorie DOT com]" wrote: > Is there a difference between the SBo and repository packages I > should be aware of? There should be no difference; just curious to know if anybody use my SlackBuild script and if it works fine. :) > Thanks for the hint on build-path(). I will try it. Hmm. Since this > is in my local gafrc, will this change still work for gEDA 1.10.0? > I guess the main point is: will gEDA load the lepton.rc file with > load_modules() without complaining? To avoid errors with geda-gaf, the (lepton rc) module can be loaded conditionally: ( if ( resolve-module '(lepton rc) #:ensure #f ) ( use-modules (lepton rc) ) ) There is another way. You can build Lepton EDA with the --disable-deprecated configure option, then use separate configuration directories: ~/.gEDA/ for geda-gaf and ~/.config/lepton-eda/ will be used by lepton-eda. > will the patch (4) work on gEDA 1.10.0 as well as lepton-schematic? Probably, it won't (as is). Regards, Dmitry.