This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: How ask a question on Tkgate for Cygwin ?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]