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=fcRwsX8ZlN7o3Q5fz4GIAZf+PbwcT52iMGA+EnCsppw=; b=NtrptyUACJYXPusz+k7p+ItKRK7Gm3n8oDr5UvUBY6oq22k6EjHzJz2RxrcecIFI0P ZDe4aSKWE69FZujPnchReQzSfj6FP4o+v3WQ/BBINtx/xN0ZN7qsUNuxQDuQqCK5Ghle zu8VLvjzyigFduFlzqPJifJ9HM8jIO5k6/sMvNn8Jswyyfd+//wlXPz8R9v656iTb+NR zeWb8l2bWg1ttraOWLEZWbUTloZHwiY3Ana2mEjcx514RDAiTholxR+4t24/qcRZO6vx j0akLTG73IzlCWKWqAiOa+vE3qKSPHPL80PNIhrJOiH2+HJfp0v0jt/dkPHy68xEhk45 9QyQ== 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=fcRwsX8ZlN7o3Q5fz4GIAZf+PbwcT52iMGA+EnCsppw=; b=BTnSqdXPVOkztIKmuQBNI6LHkjLJMEMGRz4Hvk4e4dYM8pNUyLCq0H9r91oH8G04l1 auM5iuEPRUDhggQX9AO779Jpb6l8bLxjM9jNxXrMrHHnzFY2dTgb80lISKmY7Sk12sqr HnzpBHT0uWPHZqPfVOc4AXFGupvZGIFL9X7gQwWBzDKQMXcqBtBSHDuxYUggDZlh0Yyz aLNC73qDEgEhqPQkkUm0DNQFyABBN0ODKzEom38IUHybocqug+tYFcdNFOqNDOxIsAia ozAkZ1O6+ELJVeMo33o64b/DWW07q8tq6iMcgfkr/JokWTWHRXRqb2LvBKdA+nWAuJRW kCww== X-Gm-Message-State: APjAAAWv0lgpKQS+6b/2qOFBlxVb9IwbODk6erEXc63hP+GBQQavtZEo 7T0UBl3mhi+vx1V+LS7yZpRmxc3cVVdu69/MQQ4lLzWE X-Google-Smtp-Source: APXvYqz+ViAkSKbejhpvovmrSKtuwfcTK2a8IBYUH6LSikNzmrkwgmLWOf6p++ANPNy0G1J3X13yJdFbTRtcE/CDnzQ= X-Received: by 2002:a05:6638:303:: with SMTP id w3mr11908098jap.103.1563134799241; Sun, 14 Jul 2019 13:06:39 -0700 (PDT) MIME-Version: 1.0 References: <CALb_U=7gWXtJtEGp6FmVd9Qz5GhyvSRsY_0YM5xqd1HJYmqnsA AT mail DOT gmail DOT com> <36431a588f870df83f3da1e16f28c1b4 AT iae DOT nl> <CAHUm0tMOqsmvv6BLbHf9-LssVXSScqpxOwNTdH-NtERBuYEFMg AT mail DOT gmail DOT com> <CALb_U=4fBvvsx3Do_rLgGXh3U_ZRkZrdTUBmsxM306DHBg6WpQ AT mail DOT gmail DOT com> <20190714172505 DOT 32c76512 AT swips DOT iqo DOT uni-hannover DOT de> In-Reply-To: <20190714172505.32c76512@swips.iqo.uni-hannover.de> From: "Craig Niederberger (craignied AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> Date: Sun, 14 Jul 2019 15:06:28 -0500 Message-ID: <CALb_U=4uoXZS=XN30Q4PG3AYAcYN4kvUhMukyTBBLcuxgeBd-A@mail.gmail.com> 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="00000000000071ea3f058da9aeef" Reply-To: geda-user AT delorie DOT com --00000000000071ea3f058da9aeef Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Thanks--but I do have guile 2.x: guile --version guile (GNU Guile) 2.2.6 and it's throwing that error. On Sun, Jul 14, 2019 at 11:03 AM Kai-Martin Knaak <kmk AT familieknaak DOT de> wrote: > "Craig Niederberger (craignied AT gmail DOT com) [via geda-user AT delorie DOT com]" > <geda-user AT delorie DOT com> schrieb am 14. July 2019: > > > It's not. I did come across that post, installed guile 1.8 with > > Homebrew and still no joy. > > > > brew tap sadhen/sadhen && brew install guile AT 1 DOT 8 > > > > Not sure how to force it to use only guile 1.8 though. > > Current geda will not work with guile 1.8 since about 2011. Actually, the > absence of a readily available windows version of guile 2.0 or guile 2.2 > is a blocker for geda compiled for Microsoft Windows. The developers of > guile seem not interested in native ports to any non open source OS. > > Crosscompiling guile is a pain, too. The build system of guile requires > the same version of guile installed on the (linux) host as is to be > compiled for the client (windows). guile 1.8 has been retired by the > linux distributions since a number of years. This messes with > crosscompiling old versions of geda. > > It has been mentioned, that guile 2.0 "should work" on win 10 in the > WSL (Windows system for Linux). I didn't find any confirmation, though. > > TL;DR: geda requires guile 2.0 > > ---<)kaimartin(>--- > -- > Kai-Martin Knaak > Email: kmk AT familieknaak DOT de > =C3=96ffentlicher PGP-Schl=C3=BCssel: > https://keyserver.ubuntu.com/pks/lookup?op=3Dindex&search=3D0x7B0F9882 > --00000000000071ea3f058da9aeef 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--but I do have guile 2.x:</d= iv><div class=3D"gmail_default" style=3D"font-family:georgia,serif;font-siz= e:small"><br></div><div class=3D"gmail_default" style=3D"font-family:georgi= a,serif;font-size:small">guile --version<br>guile (GNU Guile) 2.2.6<br></di= v><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">and it's throwing that error.=C2=A0</div><br></= div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On= Sun, Jul 14, 2019 at 11:03 AM Kai-Martin Knaak <<a href=3D"mailto:kmk AT f= amilieknaak.de">kmk AT familieknaak DOT de</a>> wrote:<br></div><blockquote cla= ss=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid = rgb(204,204,204);padding-left:1ex">"Craig Niederberger (<a href=3D"mai= lto:craignied AT gmail DOT com" target=3D"_blank">craignied AT gmail DOT com</a>) [via <a= href=3D"mailto:geda-user AT delorie DOT com" target=3D"_blank">geda-user AT delorie.= com</a>]"<br> <<a href=3D"mailto:geda-user AT delorie DOT com" target=3D"_blank">geda-user AT de= lorie.com</a>> schrieb am 14. July 2019:<br> <br> > It's not. I did come across that post, installed guile 1.8 with<br= > > Homebrew and still no joy.<br> > <br> > brew tap sadhen/sadhen && brew install guile AT 1 DOT 8<br> > <br> > Not sure how to force it to use only guile 1.8 though.<br> <br> Current geda will not work with guile 1.8 since about 2011. Actually, the<b= r> absence of a readily available windows version of guile 2.0 or guile 2.2<br= > is a blocker for geda compiled for Microsoft Windows. The developers of<br> guile seem not interested in native ports to any non open source OS.<br> <br> Crosscompiling guile is a pain, too. The build system of guile requires<br> the same version of guile installed on the (linux) host as is to be<br> compiled for the client (windows). guile 1.8 has been retired by the<br> linux distributions since a number of years. This messes with<br> crosscompiling old versions of geda.<br> <br> It has been mentioned, that guile 2.0 "should work" on win 10 in = the<br> WSL (Windows system for Linux). I didn't find any confirmation, though.= <br> <br> TL;DR: geda requires guile 2.0<br> <br> ---<)kaimartin(>---<br> -- <br> Kai-Martin Knaak<br> Email: <a href=3D"mailto:kmk AT familieknaak DOT de" target=3D"_blank">kmk AT familie= knaak.de</a><br> =C3=96ffentlicher PGP-Schl=C3=BCssel:<br> <a href=3D"https://keyserver.ubuntu.com/pks/lookup?op=3Dindex&search=3D= 0x7B0F9882" rel=3D"noreferrer" target=3D"_blank">https://keyserver.ubuntu.c= om/pks/lookup?op=3Dindex&search=3D0x7B0F9882</a><br> </blockquote></div></div> --00000000000071ea3f058da9aeef--