X-Recipient: archive-cygwin@delorie.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=TCoj9r5JpGCe4TUn
	GzbvSaDqVbKidu/HgJJn+wm63ttnSu/yueHxfwU+J4m1TAjGlStsaGJ6aQ4GZIAX
	tcnV+ntupF8FnUXiWY83Tg15Kk/KjosDxh9GLiRB1yoaROfPDWEX0z2sNN+AERaj
	GUOjeQ93CxkdY3Yq2iyojArWJpc=
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=bRab5Ym/uiPeAml3KhQRzc
	Y7Q2g=; b=mJmd6JqRY4Low2YbLLkgFQHbBoSBPauD6d0mK3AsTb+jwPV2S9Fz5m
	q6RhiUBHe2rklma7TReOGCCHz5tFtX5R2r83zpQIXQIP+s7PYTPdTmLdoiMrLEXD
	jRhHmIk8QzpW/mMlr0Tif9BKp44J2VbrnaXFwmATr1DiZ4SMqYslY=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLY,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2
X-HELO: mail-wg0-f45.google.com
MIME-Version: 1.0
X-Received: by 10.194.22.105 with SMTP id c9mr5898580wjf.120.1433504780704; Fri, 05 Jun 2015 04:46:20 -0700 (PDT)
In-Reply-To: <000301d09f80$7aaad270$70007750$@laposte.net>
References: <loom.20150529T231620-469@post.gmane.org>	<556A4125.4000400@tiscali.co.uk>	<000d01d09b8e$03da8be0$0b8fa3a0$@laposte.net>	<556B3F47.4000309@tiscali.co.uk>	<000c01d09bd4$13e82f60$3bb88e20$@laposte.net>	<556B800A.7060003@tiscali.co.uk>	<000301d09f80$7aaad270$70007750$@laposte.net>
Date: Fri, 5 Jun 2015 13:46:20 +0200
Message-ID: <CAMCbSMrJuLP-vvZUzWUd=H3WuMwCkn7KVRpLKK1N4TxagL2c+g@mail.gmail.com>
Subject: Re: How ask a question on Tkgate for Cygwin ?
From: Arjen Markus <arjen.markus895@gmail.com>
To: Andrey Repin <cygwin@cygwin.com>
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t55BkbKf022248

Hi Rémi,

that seems to be a minor glitch - the file README is expected, but is
not there - it is typically a text file stating what the
program/package/... is all about and who wrote etc. You can simply
create a file by that name and rerun the build to get rid of this
error. I do not know what the ordering is, but it may be that the
software has already been properly built and this just pops up at the
installation step for instance.

Regards,

Arjen

2015-06-05 13:12 GMT+02:00 Rémi 2005 <remi2005@laposte.net>:
> Hello and really thanks a lot,
> Good news, we have achieve a step (I think than it's better to say "we",
> doesn't it ?)
> With your guidance, the line command "./configure --build=x86_64-pc-cygwin"
> finaly works (with add tcl, tk... in Cygwin).
> But now It's the make command who failed at the end, with 2 errors... 392
> and 259 ???
> I've copied the results of the make of tkgate (sorry if there are some
> French words but I can translate some else).
> Thanks in advance if you can help me,
> Cordially,
> Rémi,
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>                 French results of make command (version 1 of 05 06 2015)
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> make[2]: ***  Aucune règle pour fabriquer la cible « README », nécessaire
> pour « all-am ». Arrêt.
> make[2] : on quitte le répertoire « /home/J/tkgate-2.0-b10 »
> Makefile:392 : la recette pour la cible « all-recursive » a échouée
> make[1]: *** [all-recursive] Erreur 1
> make[1] : on quitte le répertoire « /home/J/tkgate-2.0-b10 »
> Makefile:259 : la recette pour la cible « all » a échouée
> make: *** [all] Erreur 2
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>                 End of make command (version 1 of 05 06 2015)
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> -----Message d'origine-----
> De : David Stacey [mailto:drstacey@tiscali.co.uk]
> Envoyé : dimanche 31 mai 2015 23:42
> À : cygwin@cygwin.com
> Cc : remi2005@laposte.net
> Objet : Re: How ask a question on Tkgate for Cygwin ?
>
> On 31/05/15 20:00, Rémi 2005 wrote:
>> checking tcl/tk version... configure: error: could not find
>> tclConfig.sh
>
> You're probably missing the 'tcl-devel' package. Whilst you're installing
> things, the configure script is looking for flex (so install
> 'flex') and a Fortran compiler (so install 'gcc-fortran'). You'll also need
> 'xorg-server' for X11 support when it comes to running the compiled binary.
>
> Hopefully that's enough! If you're missing more files, you can use the
> package search facility on the Cygwin web site [1].
>
> Dave.
>
> [1] - http://cygwin.com/packages/
>
>
> --
> 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
>

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


