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=kMnVhwOVPhoCph6SccXuu71Pjq++4qowFXh+rnQkQYo=; b=Xv+N5KNvo7l+7zvEUKksFam7ityv1JC7pfUEyAsJVqB50WUIZ8hijBDavMvaEL3N/8 b3RPPqNxhrmmZaao4WaShSpDfoEkITnd6DLBUdG7rzk6ELvC8gp4gg71Q0lIWUanWpXo etNkAut7+YAjGg9gq+jUkCrb9LQSpbPdv2jnbaSpbnY+gWRW6cnrOtqsgSHlQ4JELBzE wIX7peCstMXdbnLChPJ3rSeME3Uh1XUvdpX9xF8rDOpFrePxy9c1AiTh6OMo3FaCS2sm L7yPzPc5SrEWCyYIr1PlgZWWrlxXotxb2ixzORmHGILP/u9Gwi1LV1hpJ7MU3217usHr EA/Q== 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=kMnVhwOVPhoCph6SccXuu71Pjq++4qowFXh+rnQkQYo=; b=MgfHTISmkhHfrl1filloXcsl51fZMiU2mQyI9awjFrCy3hNamOUMev5v0e71Vqhdt9 7P/LW+cfy7ZEFbORxjaa9yrqyZhiDPU3XrvfCKhywy4A8NxUnExKkjPGJTSzZByQttrT pyQktgWDGKlOyAKg0K3GlceVxq7KocimzCA50NCugT4NCVJDKsYsO/X70hbJR/jXnBYN vhGO2LlOWJ4E7VjhMLXGQclBSbXya8bztC51JVyCWRswCsQ8qHdDqo57PfO1DdrFv0Qi Yia6daq0YtLgmvga5kSo8HTKXyMe2pYM8OyQeSkVHB7P99rx4tBR2VQ3272VzSGxt/fJ 92xQ== X-Gm-Message-State: AElRT7F9M8fkPylVXLVWaZxqaDRLlTTS5MsK7NsyTuuPOu7Sj7UeJ0yg GE2ATCac0KvLLISXBwLomkfj/Q== X-Google-Smtp-Source: AG47ELv1PDTQha91YVFREUcZthrGcRa2mWQ+p4uA+ElTMu4k+5tPcdLSYNfebW6mgDvI+80vOHbnHw== X-Received: by 2002:a19:c3cb:: with SMTP id t194-v6mr17190720lff.60.1521716590268; Thu, 22 Mar 2018 04:03:10 -0700 (PDT) Date: Thu, 22 Mar 2018 14:03:05 +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] How to compile geda on Windows, Cygwin64 or MSYS? Message-ID: <20180322140305.35a48d9e@demon> In-Reply-To: References: <2b676202bd643a9b617a4074fa9aa894 AT iae DOT nl> <20180322113359 DOT 0123d70b AT demon> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; 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 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