X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=f10FMf3DwhKyO979ughHZJ3bnq9KN6GmCpD7csARhLT KeKS3psWIT05uizM6P26g3zamJo+mGcJmg/kJo4AAnDajd2+H6yTLJzG3lYQkIBs RlwwomWJnk+joFG341nenNuNMxoYM7ZdoANF3TwLLl1Ik2V0tI07EIoWvtHH7S6U = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=1ZOI2W+8n4lTzD3YNvLJ/TV30Fc=; b=hlyehcT2legTxVfbn JogIoc7eqAdbjr8rvkcLbB04EuYqmMUYyUIostUK2AuNEO/IOOrvcg3kE3SQ+L7Z VOu1c09hIc8u425a4xiOuxGSnOc1Zc5OsfpMB2XEwDxVFRwalMN4jGwGK42gVS9Q Ws01TJQLyhkmppMM4/gIxkaEtY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.7 required=5.0 tests=AWL,BAYES_80,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: smtp6-g21.free.fr From: =?iso-8859-1?Q?R=E9mi_2005?= To: References: <556A4125 DOT 4000400 AT tiscali DOT co DOT uk> In-Reply-To: <556A4125.4000400@tiscali.co.uk> Subject: RE: How ask a question on Tkgate for Cygwin ? Date: Sun, 31 May 2015 10:21:35 +0200 Message-ID: <000c01d09b7a$cf67dbf0$6e3793d0$@laposte.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t4V8Lvq7000939 Hello, In first, thanks a lot for the really quickly answer, I'm afraid, I've got a problem with the "make" command and some gaps too. In the Cygwin windows, when I run the "make" command, Cygwin answer "command not found" ("commande introuvable" in French) Perhaps Cygwin isn't install correctly ? Thanks in advance, Cordially, Rémi, -----Message d'origine----- De : David Stacey [mailto:drstacey AT tiscali DOT co DOT uk] Envoyé : dimanche 31 mai 2015 01:01 À : cygwin AT cygwin DOT com Cc : remi2005 AT laposte DOT net Objet : Re: How ask a question on Tkgate for Cygwin ? On 29/05/2015 22:23, Rémi Anjou wrote: > What is the procedure to install Tkgate with the Cygwin version 2.871 ? tkgate isn't present as a Cygwin package, so you will have to build it from source yourself. tkgate compiles out of the box under Cygwin. However, Fedora carries four patches [1], and you may consider looking at these to see if they are applicable for Cygwin. Here are the commands I used to compile tkgate: wget http://www.tkgate.org/downloads/tkgate-2.0-b10.tgz tar -xf tkgate-2.0-b10.tgz cd tkgate-2.0-b10/ ./configure make Then I ran the application like this: XWin -multiwindow & export DISPLAY=:0.0 ./src/tkgate/tkgate & The tkgate application started, and I was presented with a window containing a number of electrical circuit diagrams. However, tkgate isn't an application I'm familiar with, so I stopped there. You could also install it into your Cygwin installation (although I didn't try this): make install make install.man Hope this helps, Dave. [1] - http://pkgs.fedoraproject.org/cgit/tkgate.git/tree/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple