X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=gkzhSwfSipKDQriRvdP0LV2znzy9C8rFhIRcGnhF7Ic=; b=gDFAtt+eHTFcCg0oj0emRCWBF3zTBp8fY6UR9B9zAQN+jPdWVeSoq9sBO8Bi2gPOPz 0FujEv8bY0F9S7BPxmeA4Akha9TZq+u7AUIa7Sr4Yb1PWrywIs1iqcnPcTcGGPeuDjhi y8L5d1K/iTzvQZh2qImc/KGhEht9lsjWW5cB6sWKXT8D5mMVJE+0BxnCs4JBYOEHHWLD Ju2v2krfTRY43ydv25ten+jd+BbtM4BkZ88THGVEW6wktoIv0FN/nWto4UBi1A97z46f dZNiyTHWLLbzwF2Lj7YSn9+TeDspo44QvYtsGycaA0qmmulL9VBcpUG3Az1+LukLb9Ok OHfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=gkzhSwfSipKDQriRvdP0LV2znzy9C8rFhIRcGnhF7Ic=; b=fQSWFw8Aux6ZRw6CSc8RSXcGdR8Q59sJF7QerOeC/nRDO/5SmC+kzWyUyhO+QpjXoZ aLllGD9QSpZntBrf3jPkNtA0zWMNCkyna5levwWx4we21y3/uiYq3zqiBgjEtZRE3Szx EnKS4brL/24nPBJ0YO38Y9wmnXlCy3wOnSEMlEYizL890qiOZzzvvoh6bzeN59RkD8am 6oy+RwmnBq/ESzPe99jUEZ5SY20srTU8xYFqepWJD8+BacQvYIA6hMih0HWVChuu6HzJ ZKUvoVFET/CxWiVGGYHOtuqjpZrt3+0OZZAhKKwxwy6CnfLo8xHFk8uecu6+yBhELQjr dqnQ== X-Gm-Message-State: APjAAAV7k4p0ttD6uNzdV4As6uUy1mgMTWhRbmktYemvnRrNMsIAo2cn XwgAJdyzmE/5mpFBXpgyJxelBlFnpkjrVNG0WVRIGTNw X-Google-Smtp-Source: APXvYqyVIEORUIIBAEfYkpEbaVq+w6rH0mjTCn9iT7wGDsO/IWy7Uk8WfwiR7biWMup9iZk27Dm+1hJlyNpBor0imQE= X-Received: by 2002:a24:b60b:: with SMTP id g11mr20691023itf.114.1555241330268; Sun, 14 Apr 2019 04:28:50 -0700 (PDT) MIME-Version: 1.0 References: <20190414104929 DOT GA1377 AT newvzh DOT lokolhoz> In-Reply-To: <20190414104929.GA1377@newvzh.lokolhoz> From: "Graham S (graham DOT seale AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Sun, 14 Apr 2019 11:28:39 +0000 Message-ID: Subject: Re: [geda-help] Installing lepton-eda - a problem with version.h To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary="00000000000007deeb05867bd77b" Reply-To: geda-help AT delorie DOT com --00000000000007deeb05867bd77b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Thanks Vladimir I should mention that the system here is is Linux Mint 19.1 (Tessa) which uses Ubuntu 18.04 (Bionic Beaver). Ubuntu seems near-identical to Debian, but not entirely, so they have their own repositories. I am OK to take the steps you suggest, starting first with a clean git clone. Regards Graham On Sun, 14 Apr 2019 at 10:53, Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-help AT delorie DOT com] wrote: > > Graham, > > On Sun, Apr 14, 2019 at 09:50:25AM +0000, Graham S (graham DOT seale AT gmail DOT co= m) > [via geda-help AT delorie DOT com] wrote: > > Hi gEDA folk > > I fetched lepton-eda-master from .. > https://github.com/lepton-eda/lepton-eda > > After a few stumbles ensuring that all the dependencies were present so > > that ./configure could complete without error, I got as far as "make", > and > > I hit a problem. > > -------------------------------------------------------------------- > > *graham AT box1 $* ./configure --prefix=3D$HOME/lepton --enable-doxygen > > checking for a BSD-compatible install... /usr/bin/install -c > > checking whether build environment is sane... yes > > ..etc. > > ..etc. > > .. > > config.status: creating netlist/po/Makefile > > *graham AT box1 $* make > > make: *** No rule to make target 'version.h', needed by 'all'. Stop. > > Strange... Seems some Makefile's haven't been created... > > > *graham AT box1 $* > > -----------------------------------------------------------------------= - > > I can see that we have present in lepton-eda-master.. > > version.h.in > > config.h.in > > I am not actually a programmer, and I don't know what next to do. > > I would be very grateful for a suggestion. > > My regards > > Graham > > I cannot yet see what could be wrong. We use Travis Continuous > Integration to check if any new code compiles and builds OK. > > I would suggest to try to recreate the repo from scratch, taking > into account that there might be some errors due to previous > unsuccessfull builds, by doing: > > cd /tmp/ > git clone https://github.com/lepton-eda/lepton-eda.git > cd lepton-eda > ./autogen.sh && ./configure --prefix=3D$HOME/lepton --enable-doxygen && m= ake > > Please report if this does or doesn't work. > > Another approach is to use the latest released version 1.9.7 > available in Debian testing. You can install the Debian package or > try to check out the tag and build it yourself. > > HTH > > -- > Vladimir > > (=CE=BB)=CE=B5=CF=80=CF=84=CF=8C=CE=BD EDA =E2=80=94 https://github.com/l= epton-eda > --00000000000007deeb05867bd77b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks Vladimir
I should mention that the s= ystem here is is Linux Mint 19.1 (Tessa) which uses Ubuntu 18.04 (Bionic Be= aver).
Ubuntu seems near-identical to Debian, but not entirely, s= o they have their own repositories.
I am OK to take the steps you= suggest, starting first with a clean git clone.
Regards
Graham

On Sun, 14 Apr 2019 at 10:53, Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-help AT delorie DOT com] <geda-help AT delorie DOT com> wrote:

Graham,

On Sun, Apr 14, 2019 at 09:50:25AM +0000, Graham S (graham DOT seale AT gmail DOT com) [via geda-help AT delorie DOT com= ] wrote:
> Hi gEDA folk
> I fetched lepton-eda-master from .. https://github.com/= lepton-eda/lepton-eda
> After a few stumbles ensuring that all the dependencies were present s= o
> that ./configure could complete without error, I got as far as "m= ake", and
> I hit a problem.
> -------------------------------------------------------------------- > *graham AT box1 $* ./configure --prefix=3D$HOME/lepton --enable-doxygen > checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> ..etc.
> ..etc.
> ..
> config.status: creating netlist/po/Makefile
> *graham AT box1 $* make
> make: *** No rule to make target 'version.h', needed by 'a= ll'. Stop.

Strange... Seems some Makefile's haven't been created...

> *graham AT box1 $*
> ----------------------------------------------------------------------= --
> I can see that we have present in lepton-eda-master..
> v= ersion.h.in
> co= nfig.h.in
> I am not actually a programmer, and I don't know what next to do.<= br> > I would be very grateful for a suggestion.
> My regards
> Graham

I cannot yet see what could be wrong. We use Travis Continuous
Integration to check if any new code compiles and builds OK.

I would suggest to try to recreate the repo from scratch, taking
into account that there might be some errors due to previous
unsuccessfull builds, by doing:

cd /tmp/
git clone https://github.com/lepton-eda/lepton-eda.git
cd lepton-eda
./autogen.sh && ./configure --prefix=3D$HOME/lepton --enable-doxyge= n && make

Please report if this does or doesn't work.

Another approach is to use the latest released version 1.9.7
available in Debian testing. You can install the Debian package or
try to check out the tag and build it yourself.

HTH

--
=C2=A0 Vladimir

(=CE=BB)=CE=B5=CF=80=CF=84=CF=8C=CE=BD EDA =E2=80=94
https://github.com= /lepton-eda
--00000000000007deeb05867bd77b--