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=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=FLQ3DV3PHMtsomuR0cv3791L5S91lI2khA8RvedpDws=; b=IHtU1ZusQoUiWXM70S7tVRN/LxliLFqrsukKM1aCLyRz2A19QNtGw0PYCoTqah325E 8ZrGNZnFx/zA7rLkEvInvEx6sbS4jiLnwu5zaoMQpqyKPRE6nmxBdVt5IeG4XDXG/MYc xKDBs/koFTMbiiLtLmaSe9CwMpehsM9YyYZypwezDssaZWIzSSPrLWmUXdeZTgVr4X6c oHSnLwaFGcT4GGYJe7Sh8ZIip8p/VQbCwlhX4Vt24lrY3tvAUzQwrIhu/28JmGaSS+eL WFFKWxqTnGsjXUYWEMqho+cgt0VQf3+RrqZkIja4j2pPCirCTtQZKoj2a76zBC6e5HXg KVxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=FLQ3DV3PHMtsomuR0cv3791L5S91lI2khA8RvedpDws=; b=DyMlkOxP4K4U7fKTlY0eeV0YiGyZafqnbpyWr3+7xXUfDkas0PCLKljSwp/9e8uQDO LFmYiec0UzRt4gB+tC8WAkW2wR/XSeL89VE62A91jfgnWoAl+6ZGwsfTyILBPjZJ+Vum zyhI3jaGcxSlTjquCiM0QTHKHSrMNc1w9e5tBMre3624igG0FC5qTyuVGtMRT/ClGki/ +0NLR+IeBUUSeB3pKWyhjEEYk3fatlTXdIaj4KkUOocv+KUZYzoLS/Tw8/e3qR7HlJ8X 90fA+vBnNrp6pjGvcVB9IW7LJ1NhFanhGSEHPFBXDUpjRTo0QUDpaBGKGq5J06NYBop4 TeMA== X-Gm-Message-State: APjAAAVmIOHLTSa+TucuY6wIK1AFg0FS1iD8AZrENUxG6UJv6sFvNFFY PmLeCnYluTxqqcIFZY6oNWWHURgt X-Google-Smtp-Source: APXvYqzptAK0IXobiDpkrCME6ov/N6cxcTI91214xEN4jfF/LmxDn0hAiMIlUhqn2T/xQxsKauZpIw== X-Received: by 2002:ac2:5dc3:: with SMTP id x3mr11344199lfq.168.1563194351514; Mon, 15 Jul 2019 05:39:11 -0700 (PDT) Date: Mon, 15 Jul 2019 15:39:07 +0300 From: "dmn (graahnul DOT grom AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Is geda no longer compilable on MacOS with Homebrew? Message-ID: <20190715153907.34c5ba01@demon> In-Reply-To: References: X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; amd64-portbld-freebsd11.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.