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=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=CrtgfmgQUA4BeZqUX1UUbJNqXfnSb5Nc/LMo35/nVYo=; b=l2GOPWHfwhMy2sCiAYLenGJ/qyLCl3yl193sAIsDt3RdzAfyjCFh/0k6KW7S8JmNc+ E+NH7fcbdgV9mvhR6dmBcF0I1blejIYO5RDRjoVLitwV9HbmHa7ygf4JJLGbKTixA6at ZJlCjRKMEP8PKNtNSmRQco/FyHewvA+ehopO07I3IynoDEg8NEUWSMNK3Ft+Mx9+6Y/P KAblqAKW3l3BijNo10JgkHQwGxgacQt8RW3lIZ1OO+W9mrpePnvI6WzR8oueMnKx5gcM QPjy7L7cjfVEIbEHm8q7ipu2xX6TIcMUoUSRaRI9fWMznUiC/787EUwC21KG2BAvn/1a rOlA== 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=CrtgfmgQUA4BeZqUX1UUbJNqXfnSb5Nc/LMo35/nVYo=; b=Ai3/jDV4vIQtDOr0QMK4wqtz8ym32YCLfpfvq3i4eKxvTGOWOZPmHVvBsWWvtd9ySx aDNEctYFV6aGYEr5sLtVdvgvs3BPFUuwCfbxKw49SkflzxxS1QMJjWE5Oryu8e8KA0ve X4/f4P1nTXFjGPOwPLhCMSbFlz41DElet2NovqDKfGxmI51pWAFCRNs09jJ05nynB8LA 2d2IXZZJyjMlUTqsXPBR/6Wjj2zBlyC3vJjFM5iAy3NMysBSynGaq+Zz6Qpz3A2AfA/0 buk9SVAq2C3oFqFv1+ZO12DMg1TZrf6LfcQ2kQJXTfe9a+w2z6vh40nPSjYn1xidvCrH dEQQ== X-Gm-Message-State: APjAAAVKLxAoJsjjnymlzu2UCSvHPq7avCks/fad5woYegolRQBjXfhb 8782o2TI9KkuYRdGDjDAADOUsjio2aH0IGPp6XUr8JGL X-Google-Smtp-Source: APXvYqyGZF8Z96VDW+kuTieV/shaR1CgjhjXUnCqN41CkBg/8CxC+DM/XBMqw0NDM/paWIWbyiRPTP+w6DcX4qOYVXI= X-Received: by 2002:a6b:ec06:: with SMTP id c6mr26427112ioh.198.1563211972720; Mon, 15 Jul 2019 10:32:52 -0700 (PDT) MIME-Version: 1.0 References: <20190715153907 DOT 34c5ba01 AT demon> In-Reply-To: <20190715153907.34c5ba01@demon> From: "Craig Niederberger (craignied AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Mon, 15 Jul 2019 12:32:41 -0500 Message-ID: Subject: Re: [geda-user] Is geda no longer compilable on MacOS with Homebrew? To: geda-user AT delorie DOT com Content-Type: multipart/alternative; boundary="00000000000057be01058dbba6e7" Reply-To: geda-user AT delorie DOT com --00000000000057be01058dbba6e7 Content-Type: text/plain; charset="UTF-8" Thanks everyone and thanks super for the detailed response, Dmitry! I'm trying to compile lepton-eda via Homebrew on a Mac and ran into this: checking for gio-2.0 >= 2.38.0... no configure: error: GIO 2.38.0 or later is required. I don't see a GIO module in Homebrew and I've hunted around a bit for it. Ideas? TIA, Craig On Mon, Jul 15, 2019 at 8:19 AM dmn (graahnul DOT grom AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > Hi Craig. > I'll try to answer the questions raised in this thread. > > 1) guile 1.8 support was dropped a long time ago (2016). > 2) guile 2.2 is quite different from 2.0; it's not just a matter > of checking for 2.2 instead of 2.0: source code must be fixed, too. > 3) current geda-gaf requires guile 2.0, it will not work with 2.2 > 4) current lepton-eda [1] supports both guile 2.0 and 2.2 > 5) latest lepton-eda release (1.9.7) [2] requires guile 2.0; > Debian [3] and FreeBSD [4] packages are patched to support guile 2.2 > 6) on Windows (Cygwin) there are both guile 2.0 and 2.2 available [5]; > build instructions for lepton-eda can be found on this [6] wiki page. > 7) unfortunately, I have no Mac hardware. Some issues with Mac were > reported for geda-gaf [7] and lepton-eda [8], though it was quite some > time ago. It would be nice if you try to build lepton-eda on Mac > and report the results here and/or on our issue tracker [9]. > > [1] https://github.com/lepton-eda/lepton-eda > [2] https://github.com/lepton-eda/lepton-eda/releases/tag/1.9.7-20181211 > [3] https://packages.debian.org/buster/lepton-eda > [4] https://www.freshports.org/cad/lepton-eda > [5] https://cygwin.com/packages/summary/guile.html > [6] https://github.com/lepton-eda/lepton-eda/wiki/Lepton-EDA-and-Cygwin > [7] https://bugs.launchpad.net/geda/+bug/1551985 > [8] https://github.com/lepton-eda/lepton-eda/issues/76 > [9] https://github.com/lepton-eda/lepton-eda/issues > > Regards, > Dmitry. > --00000000000057be01058dbba6e7 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks everyone and thanks super fo= r the detailed response, Dmitry!

I'm trying = to compile lepton-eda via Homebrew on=C2=A0 a Mac and ran into this:
<= div class=3D"gmail_default" style=3D"font-family:georgia,serif;font-size:sm= all">
checking for gio-2.0 >=3D 2.38.0... no
configure= : error: GIO 2.38.0 or later is required.

I = don't see a GIO module in Homebrew and I've hunted around a bit for= it. Ideas?

TIA,
Craig


Hi Craig.
I'll try to answer the questions raised in this thread.

1) guile 1.8 support was dropped a long time ago (2016).
2) guile 2.2 is quite different from 2.0; it's not just a matter
of checking for 2.2 instead of 2.0: source code must be fixed, too.
3) current geda-gaf requires guile 2.0, it will not work with 2.2
4) current lepton-eda [1] supports both guile 2.0 and 2.2
5) latest lepton-eda release (1.9.7) [2] requires guile 2.0;
Debian [3] and FreeBSD [4] packages are patched to support guile 2.2
6) on Windows (Cygwin) there are both guile 2.0 and 2.2 available [5];
build instructions for lepton-eda can be found on this [6] wiki page.
7) unfortunately, I have no Mac hardware. Some issues with Mac were
reported for geda-gaf [7] and lepton-eda [8], though it was quite some
time ago. It would be nice if you try to build lepton-eda on Mac
and report the results here and/or on our issue tracker [9].

[1] https://github.com/lepton-eda/lepton-eda
[2] https://github.com/lepton-ed= a/lepton-eda/releases/tag/1.9.7-20181211
[3] https://packages.debian.org/buster/lepton-eda [4] https://www.freshports.org/cad/lepton-eda
[5] https://cygwin.com/packages/summary/guile.html=
[6] https://github.com/lepton-eda= /lepton-eda/wiki/Lepton-EDA-and-Cygwin
[7] https://bugs.launchpad.net/geda/+bug/1551985
[8] https://github.com/lepton-eda/lepton-eda/issue= s/76
[9] https://github.com/lepton-eda/lepton-eda/issues

Regards,
Dmitry.
--00000000000057be01058dbba6e7--