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=3Pr0/Dr7GR3DHc6BHpRBo/ROUieHXwSo6hADve4uIFo=; b=mC128BrzV10ShgHcMR6KesPATjPqs/yrHXJHGxEPWwz1e2gFp4N7Bu4OMG5pS6ZR4Z 1tsjF67Jcu8ENrKeIdSOsLS44YfIuDtgGN0W5cS4TzTJ4kPrjZktY6G2oM/M4l8k/D3Q 6Wu1IkMPHs+0WgZjZ0+JGeVkMc86j8cbSa83lBaqUyQJRpJTNKcOyEDjHxtFIX7m3m6W GqCj7pxl6x4p0SdmOLnbmb3PkdwsBTApniJ5XM89cIJjXp7cUCIbSZlTFtz/HIzJ5gMR 0WBgo58PIiKWOVEr4APBorekMibfvVjlEl/nHny67X4UmilQ3ggAoNsC2DfhLP4hxhf/ m7KA== 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=3Pr0/Dr7GR3DHc6BHpRBo/ROUieHXwSo6hADve4uIFo=; b=sVP/EGANHKjjc44Ql3FhrxotG0Hu8uBWUt0wvYfDJ59o6/1V9fbm/NmvjiOHmyy3Mo kXN4EkKKVSCG0ZQSQWg7+UEX7lRneTD5qfNeXFI2My0mIjKu23l0WMjtTkLjD656KuG9 3yxtGH5IpFZnXprkDzOZcbPhaDktLIfPZTkM5m4nLWn+fMRfjjnUDv4HZPooRzATfOv7 oHsdF5AnfnFjDLPpogDLjXKMs3QZFoyVz+b9sE+dBdwMpSljtW08Vx9p0Qs4o653vANm QHYSYvfOzz1LNutPvwkENokGOfc7GsZ+Zk7ulwdBfM9d8pJPm9aezn0uxFHbOqQJeZAW d0AA== X-Gm-Message-State: APjAAAUs05R3+yVZ3dbqWMhYp+OZSmXMNePVMCd/sTPk/1Pe3fN2TV9e 4Xp6MqR41irO8wFxtKpBJyXmqCXCzyXNEsCEp+qftPl8 X-Google-Smtp-Source: APXvYqxxLm/txq1SEX2muSD9lU+WEBjcU4tXVjRStdLZ/5wPy8vsZGZJW6l0h/rKr4RiPiTLdYhvkcVMHjQSIrSPXlc= X-Received: by 2002:a24:b60b:: with SMTP id g11mr20792935itf.114.1555243879467; Sun, 14 Apr 2019 05:11:19 -0700 (PDT) MIME-Version: 1.0 References: <20190414104929 DOT GA1377 AT newvzh DOT lokolhoz> In-Reply-To: From: "Graham S (graham DOT seale AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Sun, 14 Apr 2019 12:11:08 +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="000000000000f98f5a05867c6eb3" Reply-To: geda-help AT delorie DOT com --000000000000f98f5a05867c6eb3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Vladimir This time it seems to have worked! This time I used the git clone, as compared to last time when it came from the ZIP file. The difference this time was that a *version.h* got made OK I now have the installation in my home folder/lepton. I tried lepton-schematic first, using $ /home/graham/lepton/bin/lepton-schematic. A separate compile started.. -------------------------------------------------------------- graham AT box1 $ /home/graham/lepton/bin/lepton-schematic Gtk-Message: 12:54:07.489: Failed to load module "atk-bridge" ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=3D0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/graham/lepton/share/lepton-eda/scheme/geda.scm etc. ---------------------------------------------------------------- Now the same command brings up lepton-schematic. Perhaps the same will happen with all the other parts. I think I only need to add /home/graham/lepton/bin to my $PATH, and start trying it out. For this, many thanks Regards Graham On Sun, 14 Apr 2019 at 11:28, Graham S wrote: > 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 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 "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 && = 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 >> >> -- >> Vladimir >> >> (=CE=BB)=CE=B5=CF=80=CF=84=CF=8C=CE=BD EDA =E2=80=94 https://github.com/= lepton-eda >> > --000000000000f98f5a05867c6eb3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Vladimir
This time it seems to have work= ed!
This time I used the git clone, as compared to last time = when it came from the ZIP file.
The difference this time was that= a version.h got made OK

I now have the= installation in my home folder/lepton.

I tried le= pton-schematic first, using $ /home/graham/lepton/bin/lepton-schematic.
A separate compile started..
------------------------= --------------------------------------
graham AT box1 $ /home/graham= /lepton/bin/lepton-schematic
Gtk-Message: 12:54:07.489: Failed to load = module "atk-bridge"
;;; note: auto-compilation is enabled, set= GUILE_AUTO_COMPILE=3D0
;;;=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 or pass = the --no-auto-compile argument to disable.
;;; compiling /home/graham/le= pton/share/lepton-eda/scheme/geda.scm
etc.
--------= --------------------------------------------------------
Now the = same command brings up lepton-schematic.
Perhaps the same will ha= ppen with all the other parts.

I think I only need= to add /home/graham/lepton/bin to my $PATH, and start trying it out.
=
For this, many thanks
Regards
Graham



On Sun, 14 Apr 2019 at 11:28, Graham S <graham DOT seale AT gmail DOT com> wrote:
=
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, startin= g first with a clean git clone.
Regards
Graham
<= /div>

On Sun, 14 Apr 2019 at 10:53, Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-help AT delorie DOT com] &= lt;geda-help AT del= orie.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
--000000000000f98f5a05867c6eb3--