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: <36431a588f870df83f3da1e16f28c1b4 AT iae DOT nl> <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]" Date: Sun, 14 Jul 2019 15:06:28 -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="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 wrote: > "Craig Niederberger (craignied AT gmail DOT com) [via 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
Thanks--but I do have guile 2.x:

guile --version
guile (GNU Guile) 2.2.6

and it's throwing that error.=C2=A0


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.= com]"
<geda-user AT de= lorie.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 familie= knaak.de
=C3=96ffentlicher PGP-Schl=C3=BCssel:
https://keyserver.ubuntu.c= om/pks/lookup?op=3Dindex&search=3D0x7B0F9882
--00000000000071ea3f058da9aeef--