RE: Request help in compilation of IO::Tty module

2008-05-15 Thread Brian Raven
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Udaya K (udk)
Sent: 14 May 2008 19:21
To: Jan Dubois; perl-win32-users@listserv.ActiveState.com
Cc: Sowmya B S (sowbs)
Subject: RE: Request help in compilation of IO::Tty module

 Hi Jan, 
 Thank you for your valuable inputs. 
  
 I was bound to use Active State Perl, because I would need executables
as output, which I could not get from 
 cygwin. 
 I usually get executable out of Active State's PerlApp. 
  
 And IO::Tty is only the dependable module for the targeted module of
Expect.
  
 Do you know of a way to make executables from Cygwin Perl ??

The PAR toolkit should work on Cygwin, as suggested by
http://cpantesters.perl.org/show/PAR.html

HTH


=
Atos Euronext Market Solutions Disclaimer
=

The information contained in this e-mail is confidential and solely for the 
intended addressee(s). Unauthorised reproduction, disclosure, modification, 
and/or distribution of this email may be unlawful.
If you have received this email in error, please notify the sender immediately 
and delete it from your system. The views expressed in this message do not 
necessarily reflect those of Atos Euronext Market Solutions.

Atos Euronext Market Solutions Limited - Registered in England  Wales with 
registration no. 3962327.  Registered office address at 25 Bank Street London 
E14 5NQ United Kingdom. 
Atos Euronext Market Solutions SAS - Registered in France with registration no. 
425 100 294.  Registered office address at 6/8 Boulevard Haussmann 75009 Paris 
France.

L'information contenue dans cet e-mail est confidentielle et uniquement 
destinee a la (aux) personnes a laquelle (auxquelle(s)) elle est adressee. 
Toute copie, publication ou diffusion de cet email est interdite. Si cet e-mail 
vous parvient par erreur, nous vous prions de bien vouloir prevenir 
l'expediteur immediatement et d'effacer le e-mail et annexes jointes de votre 
systeme. Le contenu de ce message electronique ne represente pas necessairement 
la position ou le point de vue d'Atos Euronext Market Solutions.
Atos Euronext Market Solutions Limited Société de droit anglais, enregistrée au 
Royaume Uni sous le numéro 3962327, dont le siège social se situe 25 Bank 
Street E14 5NQ Londres Royaume Uni.

Atos Euronext Market Solutions SAS, société par actions simplifiée, enregistré 
au registre dui commerce et des sociétés sous le numéro 425 100 294 RCS Paris 
et dont le siège social se situe 6/8 Boulevard Haussmann 75009 Paris France.
=

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: Request help in compilation of IO::Tty module

2008-05-14 Thread Udaya K (udk)
Hi all, 
I am trying to install IO::Tty and Expect module on my Windows Machine. 
I have downloaded the module from cpan. 
I am running (Active State) Perl 5.8.8.
 
When I try to run the install through cpan, I get the following error, 

nolock_cpan install IO::Tty
Running install for module 'IO::Tty'
Running make for R/RG/RGIERSIG/IO-Tty-1.07.tar.gz
CPAN: checksum security checks disabled because Digest::SHA not
installed.
IO-Tty-1.07/
IO-Tty-1.07/ChangeLog
IO-Tty-1.07/Makefile.PL
IO-Tty-1.07/MANIFEST
IO-Tty-1.07/META.yml
IO-Tty-1.07/Pty.pm
IO-Tty-1.07/README
IO-Tty-1.07/test.pl
IO-Tty-1.07/try
IO-Tty-1.07/Tty.pm
IO-Tty-1.07/Tty.xs
 
  CPAN.pm: Going to build R/RG/RGIERSIG/IO-Tty-1.07.tar.gz
 
Now let's see what we can find out about your system
(logfiles of failing tests are available in the conf/ dir)...
 
ERROR: cannot run the configured compiler 'cl'
(see conf/compilerok.log). Suggestions:
1) The complier 'cl' is not in your PATH. Add it
   to the PATH and try again. OR
2) The compiler isn't installed on your system. Install it. OR
3) You only have a different compiler installed (e.g. 'gcc').
   Either fix the compiler config in the perl Config.pm
   or install a perl that was built with the right compiler
   (you could build perl yourself with the available compiler).
 
Note: this is a system-administration issue, please ask your
local
admin for help. Thank you.
 
Warning: No success on command[C:\Perl\bin\perl.exe Makefile.PL]
Directory '\.cpan\build\IO-Tty-1.07-A0Tm6Q' not below
\.cpan\build\., will not s
tore persistent state
  RGIERSIG/IO-Tty-1.07.tar.gz
  C:\Perl\bin\perl.exe Makefile.PL -- NOT OK
Running make test
  Make had some problems, won't test
Running make install
  Make had some problems, won't install
Failed during this command:
 RGIERSIG/IO-Tty-1.07.tar.gz  : writemakefile NO
'C:\Perl\bin\pe
rl.exe Makefile.PL' returned status 512
 

Can you please help me with the compilation. 
From the online searches, I understand we need the C/C++ compiler and
also utility nmake. 
If you can guide me through the steps, or if there is a previously built
module, it will be very useful for me.
My project is due deadline, and I would really appreciate any help you
can provide me with. 
 
Thanks
Udaya
 
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: Request help in compilation of IO::Tty module

2008-05-14 Thread Jan Dubois
You cannot use IO::Tty with regular Perl on Windows because Windows doesn't use 
pseudo-terminals.

 

The only way to get this working on Windows is by using the Cygwin Unix 
emulation libraries (and Cygwin perl).

 

Cheers,

-Jan

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Udaya K (udk)
Sent: May 14, 2008 9:52 AM
To: perl-win32-users@listserv.ActiveState.com
Subject: RE: Request help in compilation of IO::Tty module

 

Hi all, 

I am trying to install IO::Tty and Expect module on my Windows Machine. 

I have downloaded the module from cpan. 

I am running (Active State) Perl 5.8.8.

 

When I try to run the install through cpan, I get the following error, 

nolock_cpan install IO::Tty
Running install for module 'IO::Tty'
Running make for R/RG/RGIERSIG/IO-Tty-1.07.tar.gz
CPAN: checksum security checks disabled because Digest::SHA not installed.
IO-Tty-1.07/
IO-Tty-1.07/ChangeLog
IO-Tty-1.07/Makefile.PL
IO-Tty-1.07/MANIFEST
IO-Tty-1.07/META.yml
IO-Tty-1.07/Pty.pm
IO-Tty-1.07/README
IO-Tty-1.07/test.pl
IO-Tty-1.07/try
IO-Tty-1.07/Tty.pm
IO-Tty-1.07/Tty.xs

 

  CPAN.pm: Going to build R/RG/RGIERSIG/IO-Tty-1.07.tar.gz

 

Now let's see what we can find out about your system
(logfiles of failing tests are available in the conf/ dir)...

 

ERROR: cannot run the configured compiler 'cl'
(see conf/compilerok.log). Suggestions:
1) The complier 'cl' is not in your PATH. Add it
   to the PATH and try again. OR
2) The compiler isn't installed on your system. Install it. OR
3) You only have a different compiler installed (e.g. 'gcc').
   Either fix the compiler config in the perl Config.pm
   or install a perl that was built with the right compiler
   (you could build perl yourself with the available compiler).

 

Note: this is a system-administration issue, please ask your local
admin for help. Thank you.

 

Warning: No success on command[C:\Perl\bin\perl.exe Makefile.PL]
Directory '\.cpan\build\IO-Tty-1.07-A0Tm6Q' not below \.cpan\build\., will not s
tore persistent state
  RGIERSIG/IO-Tty-1.07.tar.gz
  C:\Perl\bin\perl.exe Makefile.PL -- NOT OK
Running make test
  Make had some problems, won't test
Running make install
  Make had some problems, won't install
Failed during this command:
 RGIERSIG/IO-Tty-1.07.tar.gz  : writemakefile NO 'C:\Perl\bin\pe
rl.exe Makefile.PL' returned status 512

 

Can you please help me with the compilation. 

From the online searches, I understand we need the C/C++ compiler and also 
utility nmake. 

If you can guide me through the steps, or if there is a previously built 
module, it will be very useful for me.

My project is due deadline, and I would really appreciate any help you can 
provide me with. 

 

Thanks

Udaya

 

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: Request help in compilation of IO::Tty module

2008-05-14 Thread Udaya K (udk)
Hi Jan, 
Thank you for your valuable inputs. 
 
I was bound to use Active State Perl, because I would need executables
as output, which I could not get from cygwin. 
I usually get executable out of Active State's PerlApp. 
 
And IO::Tty is only the dependable module for the targeted module of
Expect.
 
Do you know of a way to make executables from Cygwin Perl ??
 
Looking forward for your suggestions and help.
Thanks a lot
Udaya
 




From: Jan Dubois [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 14, 2008 11:20 PM
To: Udaya K (udk); perl-win32-users@listserv.ActiveState.com
Subject: RE: Request help in compilation of IO::Tty module



You cannot use IO::Tty with regular Perl on Windows because Windows
doesn't use pseudo-terminals.

 

The only way to get this working on Windows is by using the Cygwin Unix
emulation libraries (and Cygwin perl).

 

Cheers,

-Jan

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Udaya K (udk)
Sent: May 14, 2008 9:52 AM
To: perl-win32-users@listserv.ActiveState.com
Subject: RE: Request help in compilation of IO::Tty module

 

Hi all, 

I am trying to install IO::Tty and Expect module on my Windows Machine. 

I have downloaded the module from cpan. 

I am running (Active State) Perl 5.8.8.

 

When I try to run the install through cpan, I get the following error, 

nolock_cpan install IO::Tty
Running install for module 'IO::Tty'
Running make for R/RG/RGIERSIG/IO-Tty-1.07.tar.gz
CPAN: checksum security checks disabled because Digest::SHA not
installed.
IO-Tty-1.07/
IO-Tty-1.07/ChangeLog
IO-Tty-1.07/Makefile.PL
IO-Tty-1.07/MANIFEST
IO-Tty-1.07/META.yml
IO-Tty-1.07/Pty.pm
IO-Tty-1.07/README
IO-Tty-1.07/test.pl
IO-Tty-1.07/try
IO-Tty-1.07/Tty.pm
IO-Tty-1.07/Tty.xs

 

  CPAN.pm: Going to build R/RG/RGIERSIG/IO-Tty-1.07.tar.gz

 

Now let's see what we can find out about your system
(logfiles of failing tests are available in the conf/ dir)...

 

ERROR: cannot run the configured compiler 'cl'
(see conf/compilerok.log). Suggestions:
1) The complier 'cl' is not in your PATH. Add it
   to the PATH and try again. OR
2) The compiler isn't installed on your system. Install it. OR
3) You only have a different compiler installed (e.g. 'gcc').
   Either fix the compiler config in the perl Config.pm
   or install a perl that was built with the right compiler
   (you could build perl yourself with the available compiler).

 

Note: this is a system-administration issue, please ask your
local
admin for help. Thank you.

 

Warning: No success on command[C:\Perl\bin\perl.exe Makefile.PL]
Directory '\.cpan\build\IO-Tty-1.07-A0Tm6Q' not below
\.cpan\build\., will not s
tore persistent state
  RGIERSIG/IO-Tty-1.07.tar.gz
  C:\Perl\bin\perl.exe Makefile.PL -- NOT OK
Running make test
  Make had some problems, won't test
Running make install
  Make had some problems, won't install
Failed during this command:
 RGIERSIG/IO-Tty-1.07.tar.gz  : writemakefile NO
'C:\Perl\bin\pe
rl.exe Makefile.PL' returned status 512

 

Can you please help me with the compilation. 

From the online searches, I understand we need the C/C++ compiler and
also utility nmake. 

If you can guide me through the steps, or if there is a previously built
module, it will be very useful for me.

My project is due deadline, and I would really appreciate any help you
can provide me with. 

 

Thanks

Udaya

 

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs