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=PfVwjmRS93JKYX8EO/hAFKbvkmjVqx7p+g/edcrqbx4=; b=CfCVrQJ6iRq1FW1ItvEkhfuNDUdyYD4N4A3PbMC32cwMBaHuuNH2TrmOVjT3GefbhO XkgTh3a0dn2iHJfbGOy2C3LzTrTmGdSfM9lm3SQ3zitHDXho82zCQ61qtOjRn2KDbjui 130Zpl5aGfSfdF2fTuxjjsEgKExnW7IpRMw2TFOT6RP9EfflO/ocguUCUNoTtJcS1WuM 4jAZACVzUAL0GLvTm2Axm3SBS6MLyfNWjkfeORt1nYfTzYwrZ2AfSaWZyLAleG6Dih3C At8yjgu78Q6TB6vYHU8uSDM/8TF5CM9HWfFInGkqo6OJN+O2j9nagSiDYaqEtOT2xMuZ agdQ== 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=PfVwjmRS93JKYX8EO/hAFKbvkmjVqx7p+g/edcrqbx4=; b=s/zOsvtLw0Nqu/BYclkq0qM0x3+ShDT+GxkAKAGslZ8Q+H3HI7cIdaSe/JsrM9u8Q2 szy7gq/+cKQm5PVWHlgSd8ANdt2dY9IA9Ln3KcOmfo6tqnf1mMlrIaNlsWHPFg3RRBBD XTK4HrEt6bVU3Ex+6Xt9Z/bfGeUEkwdQhbon+kRtBiRBSIllXYGHQNwkVbZN9PCNqt4X D3HjUhrf+sksRIPenXGjyghPkOTYDgkCeNNqkziUcdy6UguybCa0ziQ80kqxIOuLQpQR 2lT2L9RCoFp2TPDDH2nfY2DMqrlxXhYVjSLB635/5lpeuYgaQFLH9qWOer/N1oKsyhgF 3nwQ== X-Gm-Message-State: AOAM533xS5YSYUneiyc8yIaISFXDBjn8cJZyJIOcH7+kMRHm3FlY9QtD 63RZIDH0F3AAdGElW+Xf3T4E0D1nTsQSiHHydfq5kCXAV4Pqvg== X-Google-Smtp-Source: ABdhPJy+NU1lHAZEYD6D9XKAUsoMLsv3WEqp5/OSWQOMehxLydQLWjCf3ba0KyoPdU/fWsWzF4ajDaaTurrDHp0vmEI= X-Received: by 2002:a2e:93cd:: with SMTP id p13mr2033030ljh.460.1599010885585; Tue, 01 Sep 2020 18:41:25 -0700 (PDT) MIME-Version: 1.0 References: <20200828224300 DOT GA29927 AT newvzh DOT lokolhoz> <20200829221451 DOT GA2565 AT newvzh DOT lokolhoz> <664de6c2-ad96-8298-1b64-ad550acfca64 AT k4gvo DOT com> <20200901193434 DOT GB19839 AT newvzh DOT lokolhoz> In-Reply-To: <20200901193434.GB19839@newvzh.lokolhoz> From: "Torben Friis (friistf AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Wed, 2 Sep 2020 03:41:14 +0200 Message-ID: Subject: Re: [geda-help] Linux To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary="000000000000d3cddf05ae4abb1d" Reply-To: geda-help AT delorie DOT com --000000000000d3cddf05ae4abb1d Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, I next got to a point: configure: error: GTK+ 2.24.0 or later is required. I then did: torben AT torben-Aspire-E5-773G:~/Downloads/lepton-eda-1.9.11$ sudo apt-get install libgtk2.0-dev And then: torben AT torben-Aspire-E5-773G:~/Downloads/lepton-eda-1.9.11$ ./configure --prefix=3D/home/torben/lepton And then: torben AT torben-Aspire-E5-773G:~/Downloads/lepton-eda-1.9.11$ make That ended in a lot (and I mean a lot) of information that ended in what is listed under AAA below. Then finally: torben AT torben-Aspire-E5-773G:~/Downloads/lepton-eda-1.9.11$ make install That ended in what is listed under BBB below. Obviously "make" and "make install" did not go well - can I do anything now= ? torben AAA: MAKEINFO lepton-scheme.html /home/torben/Downloads/lepton-eda-1.9.11/build-tools/missing: line 81: makeinfo: command not found WARNING: 'makeinfo' is missing on your system. You should only need it if you modified a '.texi' file, or any other file indirectly affecting the aspect of the manual. You might want to install the Texinfo package: The spurious makeinfo call might also be the consequence of using a buggy 'make' (AIX, DU, IRIX), in which case you might want to install GNU make: make[3]: *** [Makefile:517: lepton-scheme.html] Error 1 make[3]: Leaving directory '/home/torben/Downloads/lepton-eda-1.9.11/docs/scheme-api' make[2]: *** [Makefile:475: all-recursive] Error 1 make[2]: Leaving directory '/home/torben/Downloads/lepton-eda-1.9.11/docs' make[1]: *** [Makefile:567: all-recursive] Error 1 make[1]: Leaving directory '/home/torben/Downloads/lepton-eda-1.9.11' make: *** [Makefile:499: all] Error 2 BBB: /home/torben/Downloads/lepton-eda-1.9.11/build-tools/missing: line 81: makeinfo: command not found WARNING: 'makeinfo' is missing on your system. You should only need it if you modified a '.texi' file, or any other file indirectly affecting the aspect of the manual. You might want to install the Texinfo package: The spurious makeinfo call might also be the consequence of using a buggy 'make' (AIX, DU, IRIX), in which case you might want to install GNU make: make[4]: *** [Makefile:517: lepton-scheme.html] Error 1 make[4]: Leaving directory '/home/torben/Downloads/lepton-eda-1.9.11/docs/scheme-api' make[3]: *** [Makefile:699: install-am] Error 2 make[3]: Leaving directory '/home/torben/Downloads/lepton-eda-1.9.11/docs/scheme-api' make[2]: *** [Makefile:475: install-recursive] Error 1 make[2]: Leaving directory '/home/torben/Downloads/lepton-eda-1.9.11/docs' make[1]: *** [Makefile:567: install-recursive] Error 1 make[1]: Leaving directory '/home/torben/Downloads/lepton-eda-1.9.11' make: *** [Makefile:864: install] Error 2 On Tue, Sep 1, 2020 at 10:00 PM Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-help AT delorie DOT com] wrote: > On Tue, Sep 01, 2020 at 08:53:31PM +0200, Torben Friis (friistf AT gmail DOT com= ) > [via geda-help AT delorie DOT com] wrote: > > Hi Jim. > > Installing guile-2.2 and guile-2.2-dev brought we further until I got: > > > > configure: error: GLib 2.38.0 or later is required > > > > I searched for: > > > > sudo find / -name Glib* > > > > but did not find anything like GLib 2.38.0 > > > > I tried: > > > > torben AT torben-Aspire-E5-773G:~/Downloads/lepton-eda-1.9.11$ sudo apt-ge= t > > install Glib-2.38.0 > > Reading package lists... Done > > Building dependency tree > > Reading state information... Done > > E: Unable to locate package Glib-2.38.0 > > E: Couldn't find any package by glob 'Glib-2.38.0' > > E: Couldn't find any package by regex 'Glib-2.38.0' > > > > Can you also help me find Glib-2.38.0 - or newer? > > Hi Torben, > > you need to install libglib2.0-dev and its dependencies. > > HTH > > -- > Vladimir > > (=CE=BB)=CE=B5=CF=80=CF=84=CF=8C=CE=BD EDA =E2=80=94 https://github.com/l= epton-eda > --000000000000d3cddf05ae4abb1d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,
I next got to a point:
config= ure: error: GTK+ 2.24.0 or later is required.

I then did:
torben@= torben-Aspire-E5-773G:~/Downloads/lepton-eda-1.9.11$ sudo apt-get install l= ibgtk2.0-dev

And then:
torben AT torben-Aspire-E5-773G:~/Downloads/l= epton-eda-1.9.11$ ./configure --prefix=3D/home/torben/lepton

And the= n:
torben AT torben-Aspire-E5-773G:~/Downloads/lepton-eda-1.9.11$ make
<= br>That ended in a lot (and I mean a lot) of information that ended in what= is listed under AAA below.

Then finally:
torben AT torben-Aspire-E5= -773G:~/Downloads/lepton-eda-1.9.11$ make install

That ended in what= is listed under BBB below.

Obviously "make" and "mak= e install" did not go well - can I do anything now?
torben

AAA:
= =C2=A0 MAKEINFO lepton-scheme.html
/home/torben/Downloads/lepton-eda-1.9= .11/build-tools/missing: line 81: makeinfo: command not found
WARNING: &= #39;makeinfo' is missing on your system.
=C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0You should only need it if you modified a '.texi' file, or=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0any other file indirectly affecting the= aspect of the manual.
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0You might want = to install the Texinfo package:
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0<https://www.gnu.org/softwar= e/texinfo/>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0The spurious makein= fo call might also be the consequence of
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0using a buggy 'make' (AIX, DU, IRIX), in which case you might=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0want to install GNU make:
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0<= https://www.gnu.org/software/make/>
make[3]: *** [Makefile:517: l= epton-scheme.html] Error 1
make[3]: Leaving directory '/home/torben/= Downloads/lepton-eda-1.9.11/docs/scheme-api'
make[2]: *** [Makefile:= 475: all-recursive] Error 1
make[2]: Leaving directory '/home/torben= /Downloads/lepton-eda-1.9.11/docs'
make[1]: *** [Makefile:567: all-r= ecursive] Error 1
make[1]: Leaving directory '/home/torben/Downloads= /lepton-eda-1.9.11'
make: *** [Makefile:499: all] Error 2

BBB= :
/home/torben/Downloads/lepton-eda-1.9.11/build-tools/missing: line 81:= makeinfo: command not found
WARNING: 'makeinfo' is missing on y= our system.
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0You should only need it if= you modified a '.texi' file, or
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0any other file indirectly affecting the aspect of the manual.
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0You might want to install the Texinfo package:=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0<https://www.gnu.org/software/texinfo/>
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0The spurious makeinfo call might also be the conseq= uence of
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0using a buggy 'make' = (AIX, DU, IRIX), in which case you might
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0want to install GNU make:
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0<https://www.gnu.org/software/make= />
make[4]: *** [Makefile:517: lepton-scheme.html] Error 1
mak= e[4]: Leaving directory '/home/torben/Downloads/lepton-eda-1.9.11/docs/= scheme-api'
make[3]: *** [Makefile:699: install-am] Error 2
make[= 3]: Leaving directory '/home/torben/Downloads/lepton-eda-1.9.11/docs/sc= heme-api'
make[2]: *** [Makefile:475: install-recursive] Error 1
= make[2]: Leaving directory '/home/torben/Downloads/lepton-eda-1.9.11/do= cs'
make[1]: *** [Makefile:567: install-recursive] Error 1
make[1= ]: Leaving directory '/home/torben/Downloads/lepton-eda-1.9.11'
= make: *** [Makefile:864: install] Error 2

--000000000000d3cddf05ae4abb1d--