delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2015/05/31/05:33:14

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:mime-version:in-reply-to:references:date
:message-id:subject:from:to:content-type
:content-transfer-encoding; q=dns; s=default; b=nJoXSqEJlJEIxnCM
XW0x9tOuQXP+mCsShwVIArDFWs9+AfzEr0ghQCppQfh2l2Q6VjNtljfOE2qmjqTE
QFkrPa138jYzPD/lO20rKTtuAVoKSWR23fBXPM9eDwh4AXSRwJfoBq4NmR+QEVBk
9G64pOrCMxPrshM7HHIBuecdDNg=
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:mime-version:in-reply-to:references:date
:message-id:subject:from:to:content-type
:content-transfer-encoding; s=default; bh=jB/twZ6ODnlniG3B+FPMUh
TUORk=; b=vT5OdAb0yMvdF/NTtJgbpevEZ0SWu3fAoS6nD8rvH4l+/DILJNX+5/
vvuxZDWc//ojIgmR+9fgIkJcZ+/jp+XJ+Z3B6a1oDGNLap9nxzbcDyd3bxHaxt9r
MD7EQ8QJveCKENXcXS1y7wWt8TE0RRGGjW/z3GUW7Zwlg3UAk2H6o=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=-0.4 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2
X-HELO: mail-wi0-f176.google.com
MIME-Version: 1.0
X-Received: by 10.194.250.98 with SMTP id zb2mr31374709wjc.90.1433064770807; Sun, 31 May 2015 02:32:50 -0700 (PDT)
In-Reply-To: <000c01d09b7a$cf67dbf0$6e3793d0$@laposte.net>
References: <loom DOT 20150529T231620-469 AT post DOT gmane DOT org> <556A4125 DOT 4000400 AT tiscali DOT co DOT uk> <000c01d09b7a$cf67dbf0$6e3793d0$@laposte.net>
Date: Sun, 31 May 2015 11:32:50 +0200
Message-ID: <CAEhDDbCOmsCZUjaFqY85R+6+PntEU4QgNq-22eTTn1DsgwxQZw@mail.gmail.com>
Subject: Re: How ask a question on Tkgate for Cygwin ?
From: Csaba Raduly <rcsaba AT gmail DOT com>
To: cygwin list <cygwin AT cygwin DOT com>
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t4V9X9Ef006456

Hi Rémi,

"make" is probably not part of the base Cygwin install, which means
that you have to explicitly install it via Cygwin setup. Tkgate is
likely to have other dependencies (especially Tcl and Tk) which also
need to be installed.

On Sun, May 31, 2015 at 10:21 AM, Rémi 2005 <remi2005 AT laposte DOT net> wrote:
> 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
>



-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

--
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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019