Leser: 4
![]() |
|< 1 2 3 4 >| | ![]() |
31 Einträge, 4 Seiten |
Brenner+2009-02-04 08:58:09--Das Problem bei deinem Vorschlag renee, ich bekomme in der console von XP keinen Internetzugang über den Proxy, weder per ftp noch per http.
make Makefile
ppm install http://www.roth.net/perl/packages/Win32-EventLog-Message.ppd
1
2
3
4
5
C:\WINNT>ppm install http://www.roth.net/perl/packages/Win32-EventLog-Message.pp
d
ppm install failed: The PPD does not provide code to install for this platform
C:\WINNT>
1
2
3
4
5
6
7
8
9
10
C:\_kgw\Win32>perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Win32::EventLog
C:\_kgw\Win32>make
make: *** No rule to make target `C:\Perl\libConfig.pm', needed by `makefile'.
Stop.
C:\_kgw\Win32>
Brenner+2009-02-17 12:13:46--Bringt aber immer noch den Fehler:
Code: (dl )1
2
3
4
5C:\WINNT>ppm install http://www.roth.net/perl/packages/Win32-EventLog-Message.pp
d
ppm install failed: The PPD does not provide code to install for this platform
C:\WINNT>
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
cpan[4]> install Win32::EventLog
Running install for module 'Win32::EventLog'
Running make for J/JD/JDB/Win32-EventLog-0.076.tar.gz
Fetching with LWP:
ftp://cpan.mirror.iphh.net/pub/CPAN/authors/id/J/JD/JDB/Win32-EventLog-0.076.t
ar.gz
Fetching with LWP:
ftp://cpan.mirror.iphh.net/pub/CPAN/authors/id/J/JD/JDB/CHECKSUMS
Checksum for \.cpan\sources\authors\id\J\JD\JDB\Win32-EventLog-0.076.tar.gz ok
Win32-EventLog-0.076/
Win32-EventLog-0.076/Changes
Win32-EventLog-0.076/EventLog.pm
Win32-EventLog-0.076/EventLog.xs
Win32-EventLog-0.076/Makefile.PL
Win32-EventLog-0.076/MANIFEST
Win32-EventLog-0.076/META.yml
Win32-EventLog-0.076/ppport.h
Win32-EventLog-0.076/t/
Win32-EventLog-0.076/t/eventlog.t
Win32-EventLog-0.076/typemap
Will not use File::Temp, need 0.16
CPAN.pm: Going to build J/JD/JDB/Win32-EventLog-0.076.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for Win32::EventLog
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
cp EventLog.pm blib\lib\Win32\EventLog.pm
C:\Opt\perl\5.8.5\bin\perl.exe C:\Opt\perl\5.8.5\lib\ExtUtils\xsubpp -t
ypemap C:\opt\perl\5.8.5\lib\ExtUtils\typemap -typemap typemap EventLog.xs > Ev
entLog.xsc && C:\Opt\perl\5.8.5\bin\perl.exe -MExtUtils::Command -e mv EventLog.
xsc EventLog.c
cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_ST
RICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO
-DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"0.076\" -DXS_VERSION=
\"0.076\" "-IC:\opt\perl\5.8.5\lib\CORE" EventLog.c
'cl' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1'
Stop.
JDB/Win32-EventLog-0.076.tar.gz
nmake -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Failed during this command:
JDB/Win32-EventLog-0.076.tar.gz : make NO
cpan[5]>
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
62
63
64
65
66
67
C:\WINNT>cpan
cpan shell -- CPAN exploration and modules installation (v1.9301)
ReadLine support available (maybe install Bundle::CPAN or Bundle::CPANxxl?)
cpan[1]> install Win32::EventLog
CPAN: Storable loaded ok (v2.13)
Going to read \.cpan\Metadata
Database was generated on Tue, 17 Feb 2009 23:26:57 GMT
Running install for module 'Win32::EventLog'
Running make for J/JD/JDB/Win32-EventLog-0.076.tar.gz
CPAN: Digest::SHA loaded ok (v5.46)
CPAN: Compress::Zlib loaded ok (v2.008)
Checksum for \.cpan\sources\authors\id\J\JD\JDB\Win32-EventLog-0.076.tar.gz ok
Scanning cache \.cpan\build for sizes
............................................................................DONE
Win32-EventLog-0.076/
Win32-EventLog-0.076/Changes
Win32-EventLog-0.076/EventLog.pm
Win32-EventLog-0.076/EventLog.xs
Win32-EventLog-0.076/Makefile.PL
Win32-EventLog-0.076/MANIFEST
Win32-EventLog-0.076/META.yml
Win32-EventLog-0.076/ppport.h
Win32-EventLog-0.076/t/
Win32-EventLog-0.076/t/eventlog.t
Win32-EventLog-0.076/typemap
CPAN: File::Temp loaded ok (v0.14)
Will not use File::Temp, need 0.16
Removing previously used \.cpan\build\Win32-EventLog-0.076
CPAN: YAML loaded ok (v0.68)
CPAN.pm: Going to build J/JD/JDB/Win32-EventLog-0.076.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for Win32::EventLog
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
cp EventLog.pm blib\lib\Win32\EventLog.pm
C:\Opt\perl\5.8.5\bin\perl.exe C:\Opt\perl\5.8.5\lib\ExtUtils\xsubpp -t
ypemap C:\opt\perl\5.8.5\lib\ExtUtils\typemap -typemap typemap EventLog.xs > Ev
entLog.xsc && C:\Opt\perl\5.8.5\bin\perl.exe -MExtUtils::Command -e mv EventLog.
xsc EventLog.c
cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_ST
RICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO
-DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"0.076\" -DXS_VERSION=
\"0.076\" "-IC:\opt\perl\5.8.5\lib\CORE" EventLog.c
cl : Command line warning D9002 : ignoring unknown option '-Gf'
EventLog.c
EventLog.xs(7) : fatal error C1083: Cannot open include file: 'windows.h': No su
ch file or directory
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x2'
Stop.
JDB/Win32-EventLog-0.076.tar.gz
nmake -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Failed during this command:
JDB/Win32-EventLog-0.076.tar.gz : make NO
cpan[2]>
![]() |
|< 1 2 3 4 >| | ![]() |
31 Einträge, 4 Seiten |