public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* How ask a question on Tkgate for Cygwin ?
@ 2015-05-30 10:36 Rémi Anjou
  2015-05-31  9:32 ` David Stacey
  0 siblings, 1 reply; 12+ messages in thread
From: Rémi Anjou @ 2015-05-30 10:36 UTC (permalink / raw)
  To: cygwin

Hello,
What is the procedure to install Tkgate with the Cygwin version 2.871 ?
Thank's in advance,


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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: How ask a question on Tkgate for Cygwin ?
  2015-05-30 10:36 How ask a question on Tkgate for Cygwin ? Rémi Anjou
@ 2015-05-31  9:32 ` David Stacey
  2015-05-31 10:24   ` Rémi 2005
  2015-05-31 10:57   ` Rémi 2005
  0 siblings, 2 replies; 12+ messages in thread
From: David Stacey @ 2015-05-31  9:32 UTC (permalink / raw)
  To: cygwin; +Cc: remi2005

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: How ask a question on Tkgate for Cygwin ?
  2015-05-31  9:32 ` David Stacey
@ 2015-05-31 10:24   ` Rémi 2005
  2015-05-31 10:39     ` Csaba Raduly
  2015-05-31 10:57   ` Rémi 2005
  1 sibling, 1 reply; 12+ messages in thread
From: Rémi 2005 @ 2015-05-31 10:24 UTC (permalink / raw)
  To: cygwin

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@tiscali.co.uk] 
Envoyé : dimanche 31 mai 2015 01:01
À : cygwin@cygwin.com
Cc : remi2005@laposte.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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: How ask a question on Tkgate for Cygwin ?
  2015-05-31 10:24   ` Rémi 2005
@ 2015-05-31 10:39     ` Csaba Raduly
  0 siblings, 0 replies; 12+ messages in thread
From: Csaba Raduly @ 2015-05-31 10:39 UTC (permalink / raw)
  To: cygwin list

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@laposte.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@tiscali.co.uk]
> Envoyé : dimanche 31 mai 2015 01:01
> À : cygwin@cygwin.com
> Cc : remi2005@laposte.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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: How ask a question on Tkgate for Cygwin ?
  2015-05-31  9:32 ` David Stacey
  2015-05-31 10:24   ` Rémi 2005
@ 2015-05-31 10:57   ` Rémi 2005
  2015-05-31 11:53     ` Arjen Markus
                       ` (2 more replies)
  1 sibling, 3 replies; 12+ messages in thread
From: Rémi 2005 @ 2015-05-31 10:57 UTC (permalink / raw)
  To: cygwin

Hello,
I've worked hard and I found some responses alone. But it's not enough...
Cygwin doesn't find the make command but I've added to Cygwin the "make" and
the "gcc g++ compiler". And now, when I run "configure", Cygwin try to
compile Tkgate. In contrast, it can't be make it ! And it answer "no
makefile" (" make: *** Pas de cible spécifiée et aucun makefile n'a été
trouvé. Arrêt." In French). Well, I'm blocked now, so it's why I've copied
the results of the compilation of tkgate.
Thanks in advance if you can help me,
Cordially,
Rémi,
PS :Sorry for the English mistake...
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		Results of tkgate compilation
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
J@PC_Salon ~
$ cd tkgate-2.0-b10

J@PC_Salon ~/tkgate-2.0-b10
$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.exe
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for bison... no
checking for byacc... no
checking for flex... no
checking for lex... no
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking build system type... ./config.guess: unable to guess system type

This script, last modified 2003-07-02, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from

    ftp://ftp.gnu.org/pub/gnu/config/

If the version you run (./config.guess) is already up to date, please
send the following data and any information you think might be
pertinent to <config-patches@gnu.org> in order to provide the needed
information to handle your system.

config.guess timestamp = 2003-07-02

uname -m = x86_64
uname -r = 2.0.2(0.287/5/3)
uname -s = CYGWIN_NT-6.1
uname -v = 2015-05-08 17:00

/usr/bin/uname -p = unknown
/bin/uname -X     =

hostinfo               =
/bin/universe          =
/usr/bin/arch -k       =
/bin/arch              = x86_64
/usr/bin/oslevel       =
/usr/convex/getsysinfo =

UNAME_MACHINE = x86_64
UNAME_RELEASE = 2.0.2(0.287/5/3)
UNAME_SYSTEM  = CYGWIN_NT-6.1
UNAME_VERSION = 2015-05-08 17:00
configure: error: cannot guess build type; you must specify one

J@PC_Salon ~/tkgate-2.0-b10
$ make
make: *** Pas de cible spécifiée et aucun makefile n'a été trouvé. Arrêt.

J@PC_Salon ~/tkgate-2.0-b10
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		End of results tkgate compilation 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

-----Message d'origine-----
De : David Stacey [mailto:drstacey@tiscali.co.uk] 
Envoyé : dimanche 31 mai 2015 01:01
À : cygwin@cygwin.com
Cc : remi2005@laposte.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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: How ask a question on Tkgate for Cygwin ?
  2015-05-31 10:57   ` Rémi 2005
@ 2015-05-31 11:53     ` Arjen Markus
  2015-05-31 11:54     ` Duncan Roe
  2015-05-31 18:51     ` David Stacey
  2 siblings, 0 replies; 12+ messages in thread
From: Arjen Markus @ 2015-05-31 11:53 UTC (permalink / raw)
  To: Andrey Repin

Hi Rémi,

you may need to run autoconf to update the configure file. That may
bring in the necessary code to properly identify the platform.

Regards,

Arjen

2015-05-31 12:39 GMT+02:00 Rémi 2005 <remi2005@laposte.net>:
> Hello,
> I've worked hard and I found some responses alone. But it's not enough...
> Cygwin doesn't find the make command but I've added to Cygwin the "make" and
> the "gcc g++ compiler". And now, when I run "configure", Cygwin try to
> compile Tkgate. In contrast, it can't be make it ! And it answer "no
> makefile" (" make: *** Pas de cible spécifiée et aucun makefile n'a été
> trouvé. Arrêt." In French). Well, I'm blocked now, so it's why I've copied
> the results of the compilation of tkgate.
> Thanks in advance if you can help me,
> Cordially,
> Rémi,
> PS :Sorry for the English mistake...
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>                 Results of tkgate compilation
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> J@PC_Salon ~
> $ cd tkgate-2.0-b10
>
> J@PC_Salon ~/tkgate-2.0-b10
> $ ./configure
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for g++... g++
> checking for C++ compiler default output file name... a.exe
> checking whether the C++ compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... .exe
> checking for suffix of object files... o
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking for style of include used by make... GNU
> checking dependency style of g++... gcc3
> checking for gcc... gcc
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking dependency style of gcc... gcc3
> checking for bison... no
> checking for byacc... no
> checking for flex... no
> checking for lex... no
> checking whether ln -s works... yes
> checking whether make sets $(MAKE)... (cached) yes
> checking for ranlib... ranlib
> checking how to run the C preprocessor... gcc -E
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for ranlib... (cached) ranlib
> checking build system type... ./config.guess: unable to guess system type
>
> This script, last modified 2003-07-02, has failed to recognize
> the operating system you are using. It is advised that you
> download the most up to date version of the config scripts from
>
>     ftp://ftp.gnu.org/pub/gnu/config/
>
> If the version you run (./config.guess) is already up to date, please
> send the following data and any information you think might be
> pertinent to <config-patches@gnu.org> in order to provide the needed
> information to handle your system.
>
> config.guess timestamp = 2003-07-02
>
> uname -m = x86_64
> uname -r = 2.0.2(0.287/5/3)
> uname -s = CYGWIN_NT-6.1
> uname -v = 2015-05-08 17:00
>
> /usr/bin/uname -p = unknown
> /bin/uname -X     =
>
> hostinfo               =
> /bin/universe          =
> /usr/bin/arch -k       =
> /bin/arch              = x86_64
> /usr/bin/oslevel       =
> /usr/convex/getsysinfo =
>
> UNAME_MACHINE = x86_64
> UNAME_RELEASE = 2.0.2(0.287/5/3)
> UNAME_SYSTEM  = CYGWIN_NT-6.1
> UNAME_VERSION = 2015-05-08 17:00
> configure: error: cannot guess build type; you must specify one
>
> J@PC_Salon ~/tkgate-2.0-b10
> $ make
> make: *** Pas de cible spécifiée et aucun makefile n'a été trouvé. Arrêt.
>
> J@PC_Salon ~/tkgate-2.0-b10
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>                 End of results tkgate compilation
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> -----Message d'origine-----
> De : David Stacey [mailto:drstacey@tiscali.co.uk]
> Envoyé : dimanche 31 mai 2015 01:01
> À : cygwin@cygwin.com
> Cc : remi2005@laposte.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
>

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: How ask a question on Tkgate for Cygwin ?
  2015-05-31 10:57   ` Rémi 2005
  2015-05-31 11:53     ` Arjen Markus
@ 2015-05-31 11:54     ` Duncan Roe
  2015-05-31 18:51     ` David Stacey
  2 siblings, 0 replies; 12+ messages in thread
From: Duncan Roe @ 2015-05-31 11:54 UTC (permalink / raw)
  To: cygwin

On Sun, May 31, 2015 at 12:39:04PM +0200, Rémi 2005 wrote:
> Hello,
> I've worked hard and I found some responses alone. But it's not enough...
> Cygwin doesn't find the make command but I've added to Cygwin the "make" and
> the "gcc g++ compiler". And now, when I run "configure", Cygwin try to
> compile Tkgate. In contrast, it can't be make it ! And it answer "no
> makefile" (" make: *** Pas de cible spécifiée et aucun makefile n'a été
> trouvé. Arrêt." In French). Well, I'm blocked now, so it's why I've copied
> the results of the compilation of tkgate.
> Thanks in advance if you can help me,
> Cordially,
> Rémi,
> PS :Sorry for the English mistake...
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 		Results of tkgate compilation
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> J@PC_Salon ~
> $ cd tkgate-2.0-b10
>
> J@PC_Salon ~/tkgate-2.0-b10
> $ ./configure
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for g++... g++
> checking for C++ compiler default output file name... a.exe
> checking whether the C++ compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... .exe
> checking for suffix of object files... o
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking for style of include used by make... GNU
> checking dependency style of g++... gcc3
> checking for gcc... gcc
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking dependency style of gcc... gcc3
> checking for bison... no
> checking for byacc... no
> checking for flex... no
> checking for lex... no
> checking whether ln -s works... yes
> checking whether make sets $(MAKE)... (cached) yes
> checking for ranlib... ranlib
> checking how to run the C preprocessor... gcc -E
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for ranlib... (cached) ranlib
> checking build system type... ./config.guess: unable to guess system type
>
> This script, last modified 2003-07-02, has failed to recognize
> the operating system you are using. It is advised that you
> download the most up to date version of the config scripts from
>
>     ftp://ftp.gnu.org/pub/gnu/config/
>
> If the version you run (./config.guess) is already up to date, please
> send the following data and any information you think might be
> pertinent to <config-patches@gnu.org> in order to provide the needed
> information to handle your system.
>
> config.guess timestamp = 2003-07-02
>
> uname -m = x86_64
> uname -r = 2.0.2(0.287/5/3)
> uname -s = CYGWIN_NT-6.1
> uname -v = 2015-05-08 17:00
>
> /usr/bin/uname -p = unknown
> /bin/uname -X     =
>
> hostinfo               =
> /bin/universe          =
> /usr/bin/arch -k       =
> /bin/arch              = x86_64
> /usr/bin/oslevel       =
> /usr/convex/getsysinfo =
>
> UNAME_MACHINE = x86_64
> UNAME_RELEASE = 2.0.2(0.287/5/3)
> UNAME_SYSTEM  = CYGWIN_NT-6.1
> UNAME_VERSION = 2015-05-08 17:00
> configure: error: cannot guess build type; you must specify one
>
> J@PC_Salon ~/tkgate-2.0-b10
> $ make
> make: *** Pas de cible spécifiée et aucun makefile n'a été trouvé. Arrêt.
>
> J@PC_Salon ~/tkgate-2.0-b10
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 		End of results tkgate compilation
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> -----Message d'origine-----
> De : David Stacey [mailto:drstacey@tiscali.co.uk]
> Envoyé : dimanche 31 mai 2015 01:01
> À : cygwin@cygwin.com
> Cc : remi2005@laposte.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/
>
Hi Rémi,

./configure creates makefiles on successful completion. Since this run did not
complete successfully, you have no makefiles.

I don't know why this worked for Dave and not for you,

Cheers ... Duncan.

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: How ask a question on Tkgate for Cygwin ?
  2015-05-31 10:57   ` Rémi 2005
  2015-05-31 11:53     ` Arjen Markus
  2015-05-31 11:54     ` Duncan Roe
@ 2015-05-31 18:51     ` David Stacey
  2015-05-31 20:24       ` Rémi 2005
  2 siblings, 1 reply; 12+ messages in thread
From: David Stacey @ 2015-05-31 18:51 UTC (permalink / raw)
  To: cygwin; +Cc: remi2005

On 31/05/2015 11:39, Rémi 2005 wrote:
> checking build system type... ./config.guess: unable to guess system type
>
> This script, last modified 2003-07-02, has failed to recognize
> the operating system you are using. It is advised that you
> download the most up to date version of the config scripts from
>
>      ftp://ftp.gnu.org/pub/gnu/config/

It appears that the version of 'config.guess' bundled with tkgate 
doesn't work with 64-bit Cygwin. Try giving it a helping hand:

     ./configure --build=x86_64-pc-cygwin

Dave.



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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: How ask a question on Tkgate for Cygwin ?
  2015-05-31 18:51     ` David Stacey
@ 2015-05-31 20:24       ` Rémi 2005
  2015-05-31 22:07         ` David Stacey
  0 siblings, 1 reply; 12+ messages in thread
From: Rémi 2005 @ 2015-05-31 20:24 UTC (permalink / raw)
  To: cygwin

This time, I don't worked during a very long time, but the compile program
more.
I just copy the line "./configure --build=x86_64-pc-cygwin ".
I've got a too bad level to understand all the parts of this Bash command
but the compiler go far away.
However it blocked with this last sentence " checking tcl/tk version...
configure: error: could not find tclConfig.sh"
I haven't any idea to resolve this ("bis repetita"). In French, we say I
feel like "a chicken  in front of a knife".
Thanks again if you can help me,
Cordially,
Rémi,

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		Results of tkgate compilation (version 2)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mire@PC_Salon ~/tkgate-2.0-b10
$ ./configure --build=x86_64-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.exe
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for bison... no
checking for byacc... no
checking for flex... no
checking for lex... no
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking build system type... x86_64-pc-cygwin
checking host system type... x86_64-pc-cygwin
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/x86_64-pc-cygwin/bin/ld.exe
checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for /usr/x86_64-pc-cygwin/bin/ld.exe option to reload object
files... -      r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognize dependent libraries... file_magic ^x86 archive
import|      ^x86 DLL
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 8192
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... (cached) ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT
checking if gcc PIC flag -DDLL_EXPORT works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports
shar      ed libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/x86_64-pc-cygwin/bin/ld.exe
checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports
shar      ed libraries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT
checking if g++ PIC flag -DDLL_EXPORT works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports
shar      ed libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for iconv.h... found in /usr/include
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for unsigned long long... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing
slash...       yes
checking whether stat accepts an empty string... no
checking for vprintf... yes
checking for _doprnt... no
checking for getcwd... yes
checking for gettimeofday... yes
checking for memmove... yes
checking for memset... yes
checking for putenv... yes
checking for select... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
checking for strcasestr... yes
checking tcl/tk version... configure: error: could not find tclConfig.sh

Mire@PC_Salon ~/tkgate-2.0-b10
$ make
make: *** Pas de cible spécifiée et aucun makefile n'a été trouvé. Arrêt.

Mire@PC_Salon ~/tkgate-2.0-b10
$
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		End of results tkgate compilation 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


-----Message d'origine-----
De : David Stacey [mailto:drstacey@tiscali.co.uk] 
Envoyé : dimanche 31 mai 2015 19:05
À : cygwin@cygwin.com
Cc : remi2005@laposte.net
Objet : Re: How ask a question on Tkgate for Cygwin ?

On 31/05/2015 11:39, Rémi 2005 wrote:
> checking build system type... ./config.guess: unable to guess system 
> type
>
> This script, last modified 2003-07-02, has failed to recognize the 
> operating system you are using. It is advised that you download the 
> most up to date version of the config scripts from
>
>      ftp://ftp.gnu.org/pub/gnu/config/

It appears that the version of 'config.guess' bundled with tkgate doesn't
work with 64-bit Cygwin. Try giving it a helping hand:

     ./configure --build=x86_64-pc-cygwin

Dave.



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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: How ask a question on Tkgate for Cygwin ?
  2015-05-31 20:24       ` Rémi 2005
@ 2015-05-31 22:07         ` David Stacey
  2015-06-05 11:12           ` Rémi 2005
  0 siblings, 1 reply; 12+ messages in thread
From: David Stacey @ 2015-05-31 22:07 UTC (permalink / raw)
  To: cygwin; +Cc: remi2005

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: How ask a question on Tkgate for Cygwin ?
  2015-05-31 22:07         ` David Stacey
@ 2015-06-05 11:12           ` Rémi 2005
  2015-06-05 11:46             ` Arjen Markus
  0 siblings, 1 reply; 12+ messages in thread
From: Rémi 2005 @ 2015-06-05 11:12 UTC (permalink / raw)
  To: 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

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: How ask a question on Tkgate for Cygwin ?
  2015-06-05 11:12           ` Rémi 2005
@ 2015-06-05 11:46             ` Arjen Markus
  0 siblings, 0 replies; 12+ messages in thread
From: Arjen Markus @ 2015-06-05 11:46 UTC (permalink / raw)
  To: Andrey Repin

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-06-05 11:46 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-30 10:36 How ask a question on Tkgate for Cygwin ? Rémi Anjou
2015-05-31  9:32 ` David Stacey
2015-05-31 10:24   ` Rémi 2005
2015-05-31 10:39     ` Csaba Raduly
2015-05-31 10:57   ` Rémi 2005
2015-05-31 11:53     ` Arjen Markus
2015-05-31 11:54     ` Duncan Roe
2015-05-31 18:51     ` David Stacey
2015-05-31 20:24       ` Rémi 2005
2015-05-31 22:07         ` David Stacey
2015-06-05 11:12           ` Rémi 2005
2015-06-05 11:46             ` Arjen Markus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).