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=googlemail.com; s=20161025; h=from:subject:to:references:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=nBoSkZ3rnREbGjyX6fALZuaSG7nyAbvsM2YDp+72mus=; b=JBj9A4GSqgwTGIeN7MnPriiRT0CuzZBJTYVcGepeaY4YIT+Awfif5cO/C7YqXFlbpj FPmu35y7Eg2UDkG2TFlVfK2FcYwJ+dm+y9+paxjP8aWDACDuaQdtdNMNhfQFexCqn0y+ fPAsqz8YdJQvPK3EjseitGa26u22JF9CUgQL7ptqTODp0VJ1VIxfjYjTChWV0wqBV08v HC2oBSJckG7HoqF2+sJm60hmOb7AhwHz13cZZepklT5p3B9+WfmgoPXFvVVoKw3jiihF 7paYrDXtEIdf3KJ5hND+ZOmBPGU9n2xUjhqlaStjAGaeFGYimd++HdMJKP3QJuAdRypO O+ZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:subject:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=nBoSkZ3rnREbGjyX6fALZuaSG7nyAbvsM2YDp+72mus=; b=BVcxhULxQqmN0flg7t+DTyEKVckxCgmkqkIX2kdSjrq1EdiJc0XqJXZYgT3xJXpFEa GRvwilKK/tPOGA2Uqb2cgUueJDolZNaClo/inPK5jdlxQu5lXt623thQB48GBuTWVaga SehtN7xNocFkwhWMkipMmeNhi71DlrXO2RWSntNDf/MRcXAX7JjPTDQ0V/xol6JsM3Dr nrWviSPNsPbEQcrPxR9MdzRXBD8PrpIVE3tUV/RW96CZmUAHo4Ax99kTUCLWuDTtHsEM /vn/fbz8DzGIIjjIrY1u4UY/HXYe38rVpoaV/i2ky3Yt2JHCxIo+b0c+I6poy6GZqYV2 56FA== X-Gm-Message-State: AElRT7E3Jgp30AnZtMLuzsZrB7roWSO4tZX1COJCcoa27Bt8d29k3zgA EJHci1Gq/uER+ESlGpMsfx7IlA== X-Google-Smtp-Source: AIpwx4++4KwC5jIAVtA6lh7mgGcS3Um3Yw709vEf6iMIrJ630VOHctP3KHiC2XOmj7yxooqFrG3rIQ== X-Received: by 10.223.130.246 with SMTP id 109mr500171wrc.45.1522177988126; Tue, 27 Mar 2018 12:13:08 -0700 (PDT) From: "=?UTF-8?Q?Tobias_Gr=c3=b6ber?= (tobias DOT groeber AT googlemail DOT com) [via geda-user AT delorie DOT com]" X-Google-Original-From: =?UTF-8?Q?Tobias_Gr=c3=b6ber?= Subject: Re: [geda-user] How to compile geda on Windows, Cygwin64 or MSYS? To: geda-user AT delorie DOT com References: <2b676202bd643a9b617a4074fa9aa894 AT iae DOT nl> <20180322113359 DOT 0123d70b AT demon> <20180322140305 DOT 35a48d9e AT demon> Message-ID: <2c3de3af-336b-f83e-497e-f7453c4b16d6@gmail.com> Date: Tue, 27 Mar 2018 21:13:05 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20180322140305.35a48d9e@demon> Content-Type: text/plain; charset=windows-1252; format=flowed 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 Am 22.03.2018 um 12:03 schrieb (graahnul DOT grom AT gmail DOT com) [via geda-user AT delorie DOT com]: > On Thu, 22 Mar 2018 10:16:21 +0100 > mhx AT iae DOT nl wrote: > >> On 2018-03-22 09:33, (graahnul DOT grom AT gmail DOT com) [via >> geda-user AT delorie DOT com] wrote: >>> On Tue, 20 Mar 2018 23:57:45 +0100 >>> mhx AT iae DOT nl wrote: >>> >>>> Dear experts, >>>> >>>> What is the best way to compile a current and >>>> up-to-date gschem for Windows? I'm using a binary >>>> package from 2013 now, which works fine, but has small >>>> bugs (main window positioned too near the top of the >>>> desktop, console window that can't be turned off, >>>> opening text with EE does not scroll the view, etc.) >>>> >>>> When I try it to compile gschem, a bug in the makefile >>>> declares my Python is too old (it is actually newer >>>> than the make test expects). There are many warnings >>>> by gcc that are caused by "improvements" in this >>>> compiler over the last years. Finally it apparently >>>> fails to link to some gtk library and I am really lost >>>> what to do. >>>> >>>> -marcel >>> http://wiki.geda-project.org/geda:cygwin >>> https://github.com/lepton-eda/lepton-eda/wiki/Lepton-EDA-and-Cygwin >>> >>> Dmitry >> Thank you! However, both these links require to start an >> X server on Windows. The (old) solution I use now is >> Windows native? >> >> -marcel > Most probably you are using one of the snapshots > downloaded from here: > http://www.delorie.com/pcb/geda-windows/ > There are no native Windows builds for recent versions > available. > > Dmitry > Hello, I have successfully installed geda on my Windows 10 machine through WSL (Windows Subsystem for Linux). I just played around a little. I did not have time to do more. - Active WSL - Installed Debian through the Windows Store - Installed an X Server for Windows (I use VcXsrv) - export DISPLAY=:0.0 (perhaps just for me) - sudo apt-get install geda Maybe you will give it a try. Tobi