Thread Perl mit Kommandozeilenprogramm kommunizieren (Windows) (79 answers)
Opened by bianca at 2013-09-10 13:07

bianca
 2013-09-19 18:47
#170417 #170417
User since
2009-09-13
6978 Artikel
BenutzerIn

user image
Die Installation des Modul war nicht ganz "sauber":
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
cpan> force install IPC::Run
Database was generated on Thu, 19 Sep 2013 07:29:11 GMT
Running install for module 'IPC::Run'
Running make for T/TO/TODDR/IPC-Run-0.92.tar.gz
Checksum for C:\strawberry\cpan\sources\authors\id\T\TO\TODDR\IPC-Run-0.92.tar.gz ok
Scanning cache C:\strawberry\cpan\build for sizes
......................................................................------DONE
DEL(1/2): C:\strawberry\cpan\build\Devel-NYTProf-5.03-_OQs32
DEL(2/2): C:\strawberry\cpan\build\Devel-NYTProf-5.03-_OQs32.yml

CPAN.pm: Going to build T/TO/TODDR/IPC-Run-0.92.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for IPC::Run
Writing MYMETA.yml and MYMETA.json
cp lib/IPC/Run/Debug.pm blib\lib\IPC\Run\Debug.pm
cp lib/IPC/Run/Win32Pump.pm blib\lib\IPC\Run\Win32Pump.pm
cp lib/IPC/Run.pm blib\lib\IPC\Run.pm
cp lib/IPC/Run/Win32IO.pm blib\lib\IPC\Run\Win32IO.pm
cp lib/IPC/Run/IO.pm blib\lib\IPC\Run\IO.pm
cp lib/IPC/Run/Win32Helper.pm blib\lib\IPC\Run\Win32Helper.pm
cp lib/IPC/Run/Timer.pm blib\lib\IPC\Run\Timer.pm
TODDR/IPC-Run-0.92.tar.gz
C:\strawberry\c\bin\dmake.EXE -- OK
Running make test
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\ar
ch')" t/*.t
t/97_meta.t .................. skipped: Author tests not required for installation
t/98_pod.t ................... skipped: Author tests not required for installation
t/98_pod_coverage.t .......... skipped: Author tests not required for installation
t/99_perl_minimum_version.t .. skipped: Author tests not required for installation
t/adopt.t .................... skipped: adopt not implemented yet
t/binmode.t .................. ok
t/bogus.t .................... ok
t/filter.t ................... ok
t/harness.t .................. ok
t/io.t ....................... ok
t/kill_kill.t ................ skipped: Temporarily ignoring test failure on Win32
t/parallel.t ................. skipped: Parallel tests are dangerous on MSWin32
t/pty.t ...................... skipped: IO::Pty not installed
t/pump.t ..................... ok
t/run.t ...................... ok
t/signal.t ................... skipped: Skipping on Win32
t/timeout.t .................. ok
t/timer.t .................... ok
t/win32_compile.t ............ ok
t/windows_search_path.t ...... Constant subroutine IPC::Run::Win32_MODE redefined at t/windows_searc
h_path.t line 11.
t/windows_search_path.t ...... ok
All tests successful.
Files=20, Tests=645, 50 wallclock secs ( 0.34 usr + 0.09 sys = 0.44 CPU)
Result: PASS
TODDR/IPC-Run-0.92.tar.gz
C:\strawberry\c\bin\dmake.EXE test -- OK
Running make install
Prepending C:\strawberry\cpan\build\IPC-Run-0.92-CO9KqJ/blib/arch C:\strawberry\cpan\build\IPC-Run-0
.92-CO9KqJ/blib/lib to PERL5LIB for 'install'
Appending installation info to C:\strawberry\perl\lib/perllocal.pod
TODDR/IPC-Run-0.92.tar.gz
C:\strawberry\c\bin\dmake.EXE install UNINST=1 -- OK


Und leider beim Script die selbe Fehlermeldung wie bei 32 Bit Windows.
@GwenDragon, welche Konfiguration hast du genau, wo es läuft?
10 print "Hallo"
20 goto 10

View full thread Perl mit Kommandozeilenprogramm kommunizieren (Windows)