Thread EventLog::Message (30 answers)
Opened by Brenner at 2009-02-02 13:50

Brenner
 2009-02-18 11:54
#118952 #118952
User since
2009-01-13
87 Artikel
BenutzerIn
[default_avatar]
Soo,

habe ActivePerl deinstalliert und habe das "normale" Perl 5.8.5 installiert, wie es Vorgabe ist.


Module die jetzt gefehlt haben hab ich erfolgreich per CPAN in der Console nachinstalliert nur das Modul Win32::EventLog wirft Fehler.

Ich werd noch bekloppt. :-(

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

View full thread EventLog::Message