X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com Date: Sat, 2 Oct 2021 20:34:21 +0200 (CEST) From: Roland Lutz To: "John L. Males (jlmales AT gmail DOT com) [via geda-help AT delorie DOT com]" Subject: Re: [geda-help] Lepton-EDA Compiling Challenges In-Reply-To: <20211002180121.c6352334739b442056eae81b@gmail.com> Message-ID: References: <20211002151622 DOT 2bde5243b118d2a566d83d97 AT gmail DOT com> <20211002180121 DOT c6352334739b442056eae81b AT gmail DOT com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 2 Oct 2021, John L. Males (jlmales AT gmail DOT com) [via geda-help AT delorie DOT com] wrote: > I did download the 1.9.16 release tarball and it did not contain > the ./configure script. I did not download the github snapshot > release as the source tarball name was 1.9.16-20210731.zip This is the repository snapshot; GitHub is a bit confusing in that regard. The correct address as from the accouncement mail is: https://github.com/lepton-eda/lepton-eda/releases/download/1.9.16-20210731/lepton-eda-1.9.16.tar.gz > I was expecting the release source tarball from github to > work only to find the release tarball even when I create > the ./configure script via ./autogen.sh cannot even run the 'make > all' with the prior noted make error for version.h. Building from the repository snapshot should work just like building from the checked-out sources, so this may be an additional, unrelated problem. > With regards to the issues with the Debian source packages I did of > course use dpkg-buildpackage. Hmm. Maybe "gbp buildpackage" does the trick? But I'd recommend building from the release tarball anyway. Roland