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=ULWoPKLkdWKiyDjsLQ09Bje2nZUwsgTOhlLPOf015U4=; b=iM1oHFY9BeEW1MyAsz1DlZS1BUcbbhNIE8srRu3sHfgUTWi9qL7R4iTdw53ZMzqVvJ lb8agbfgvaqJG11b/0s/sTzB7WynCA4jf2xQqFIoDWxgXzLuWKPeb3PAqjnzjwvIleeB bNQZU9+SSShqIu79i6+BVVeoCfEFw+CP1Svya/XHHaWmmXVcAt0ID4uSMVHJ7n89uswa y+XkAb8gUc1wUX20VIM3LUPfLte6LIabaq047iaTVY5OUiWed1KGeajESErRRigzNd6X 7gC8AeMPYoPeGFmutR4GmVeQcgXWjKQ+6OQ6xqvlCnS/HhG6OU7k8yLZQw+TFv1eT5RG J1BA== 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=ULWoPKLkdWKiyDjsLQ09Bje2nZUwsgTOhlLPOf015U4=; b=KvtUpnk5kAHnnEdab7JkQRlHSyQ0odRzUhT4eVGcyjEce9LkH1RIes9hOpiT8RDuaB HpdG8Zq1dqq78wWCfMte/eCBB5fZuvITG4gLn+jzj26G/sopll06xmT1q1xU006sULc8 oJC/j0THaZ2e0KZuMbNKz0T3N+augHw7+WE8uAl7Jfq/qn/6vHoC9RgkKL/cgqwF1B0m LmshUvolKxtklhwYiinwhavqJaDuSRnk1qkpPvnTf201FRk1dl7KHUMJjjFWFhtmBW1B pzJk51TN5Vf4M23jgFvBqny4Ktvn4mBq9w2IUbxJ6hSr398/cvlvv7NjtBEHuMeyxNr0 0pQw== X-Gm-Message-State: ALKqPwdD8MXwescc5OX8b9IIKnThhIqQCRbkjXOElLuW5ErSrgkpOtNZ AtvDn4QicabpErvVB9KsHuPEqQ== X-Google-Smtp-Source: AB8JxZojDDcr2vRC4b7TrfI65BLcRgiVDkyoHKp+VD5pkdVbedZZA/jLywwnWGIWOnYwypwXzkoQmA== X-Received: by 2002:a2e:3112:: with SMTP id x18-v6mr2387636ljx.107.1527095804964; Wed, 23 May 2018 10:16:44 -0700 (PDT) Date: Wed, 23 May 2018 20:16:40 +0300 From: "(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] lepton Message-ID: <20180523201640.28b4e84f@demon> In-Reply-To: <20180523125711.637A380F49D7@turkos.aspodata.se> References: <20180523125711 DOT 637A380F49D7 AT turkos DOT aspodata DOT se> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd11.1) 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 On Wed, 23 May 2018 14:57:11 +0200 (CEST) karl AT aspodata DOT se wrote: > What the status about lepton-eda ? We are working on it. 500+ commits since the last release (1.9.3). You can see the (incomplete yet) list of changes here: https://github.com/vzh/lepton-eda/blob/update-news/NEWS.md > configure: WARNING: unrecognized options: > --disable-deprecated Thank you for spotting this! Just fixed in pull request: https://github.com/lepton-eda/lepton-eda/pull/206 However, I do not recommend to use this option. > ./configure > make > ./schematic/src/lepton-schematic > > doesn't give me a the traditional gschem menues, is that > per design ? Please try to configure with different (non-standard) --prefix= (by default it is /usr/local). Currently lepton-eda and geda-gaf cannot share the same $PREFIX directory. It will be fixed soon. Also, it may be helpful to clear the guile cache: $ rm -fr ~/.cache/guile/ccache/ Dmitry.