www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2019/07/15/13:53:03

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: <CALb_U=7gWXtJtEGp6FmVd9Qz5GhyvSRsY_0YM5xqd1HJYmqnsA AT mail DOT gmail DOT com>
<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]" <geda-user AT delorie DOT com>
Date: Mon, 15 Jul 2019 12:32:41 -0500
Message-ID: <CALb_U=4HtS4DGMqqnZswAA_9wZyxZ57ijP=N5EeBUDTY6V9XtQ@mail.gmail.com>
Subject: Re: [geda-user] Is geda no longer compilable on MacOS with Homebrew?
To: geda-user AT delorie DOT com
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] <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

<div dir=3D"ltr"><div dir=3D"ltr"><div class=3D"gmail_default" style=3D"fon=
t-family:georgia,serif;font-size:small">Thanks everyone and thanks super fo=
r the detailed response, Dmitry!</div><div class=3D"gmail_default" style=3D=
"font-family:georgia,serif;font-size:small"><br></div><div class=3D"gmail_d=
efault" style=3D"font-family:georgia,serif;font-size:small">I&#39;m trying =
to compile lepton-eda via Homebrew on=C2=A0 a Mac and ran into this:</div><=
div class=3D"gmail_default" style=3D"font-family:georgia,serif;font-size:sm=
all"><br></div><div class=3D"gmail_default" style=3D"font-family:georgia,se=
rif;font-size:small">checking for gio-2.0 &gt;=3D 2.38.0... no<br>configure=
: error: GIO 2.38.0 or later is required.<br></div><div class=3D"gmail_defa=
ult" style=3D"font-family:georgia,serif;font-size:small"><br></div><div cla=
ss=3D"gmail_default" style=3D"font-family:georgia,serif;font-size:small">I =
don&#39;t see a GIO module in Homebrew and I&#39;ve hunted around a bit for=
 it. Ideas?</div><div class=3D"gmail_default" style=3D"font-family:georgia,=
serif;font-size:small"><br></div><div class=3D"gmail_default" style=3D"font=
-family:georgia,serif;font-size:small">TIA,</div><div class=3D"gmail_defaul=
t" style=3D"font-family:georgia,serif;font-size:small">Craig</div><br></div=
><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Mo=
n, Jul 15, 2019 at 8:19 AM dmn (<a href=3D"mailto:graahnul DOT grom AT gmail DOT com">=
graahnul DOT grom AT gmail DOT com</a>) [via <a href=3D"mailto:geda-user AT delorie DOT com">=
geda-user AT delorie DOT com</a>] &lt;<a href=3D"mailto:geda-user AT delorie DOT com">ged=
a-user AT delorie DOT com</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote=
" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);=
padding-left:1ex">Hi Craig.<br>
I&#39;ll try to answer the questions raised in this thread.<br>
<br>
1) guile 1.8 support was dropped a long time ago (2016).<br>
2) guile 2.2 is quite different from 2.0; it&#39;s not just a matter<br>
of checking for 2.2 instead of 2.0: source code must be fixed, too.<br>
3) current geda-gaf requires guile 2.0, it will not work with 2.2<br>
4) current lepton-eda [1] supports both guile 2.0 and 2.2<br>
5) latest lepton-eda release (1.9.7) [2] requires guile 2.0;<br>
Debian [3] and FreeBSD [4] packages are patched to support guile 2.2<br>
6) on Windows (Cygwin) there are both guile 2.0 and 2.2 available [5];<br>
build instructions for lepton-eda can be found on this [6] wiki page.<br>
7) unfortunately, I have no Mac hardware. Some issues with Mac were<br>
reported for geda-gaf [7] and lepton-eda [8], though it was quite some<br>
time ago. It would be nice if you try to build lepton-eda on Mac<br>
and report the results here and/or on our issue tracker [9].<br>
<br>
[1] <a href=3D"https://github.com/lepton-eda/lepton-eda" rel=3D"noreferrer"=
 target=3D"_blank">https://github.com/lepton-eda/lepton-eda</a><br>
[2] <a href=3D"https://github.com/lepton-eda/lepton-eda/releases/tag/1.9.7-=
20181211" rel=3D"noreferrer" target=3D"_blank">https://github.com/lepton-ed=
a/lepton-eda/releases/tag/1.9.7-20181211</a><br>
[3] <a href=3D"https://packages.debian.org/buster/lepton-eda" rel=3D"norefe=
rrer" target=3D"_blank">https://packages.debian.org/buster/lepton-eda</a><b=
r>
[4] <a href=3D"https://www.freshports.org/cad/lepton-eda" rel=3D"noreferrer=
" target=3D"_blank">https://www.freshports.org/cad/lepton-eda</a><br>
[5] <a href=3D"https://cygwin.com/packages/summary/guile.html" rel=3D"noref=
errer" target=3D"_blank">https://cygwin.com/packages/summary/guile.html</a>=
<br>
[6] <a href=3D"https://github.com/lepton-eda/lepton-eda/wiki/Lepton-EDA-and=
-Cygwin" rel=3D"noreferrer" target=3D"_blank">https://github.com/lepton-eda=
/lepton-eda/wiki/Lepton-EDA-and-Cygwin</a><br>
[7] <a href=3D"https://bugs.launchpad.net/geda/+bug/1551985" rel=3D"norefer=
rer" target=3D"_blank">https://bugs.launchpad.net/geda/+bug/1551985</a><br>
[8] <a href=3D"https://github.com/lepton-eda/lepton-eda/issues/76" rel=3D"n=
oreferrer" target=3D"_blank">https://github.com/lepton-eda/lepton-eda/issue=
s/76</a><br>
[9] <a href=3D"https://github.com/lepton-eda/lepton-eda/issues" rel=3D"nore=
ferrer" target=3D"_blank">https://github.com/lepton-eda/lepton-eda/issues</=
a><br>
<br>
Regards,<br>
Dmitry.<br>
</blockquote></div></div>

--00000000000057be01058dbba6e7--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019