Thread ActivePerl und ModuleInstallation (26 answers)
Opened by Kalmuecke at 2007-01-23 13:32

Kalmuecke
 2007-01-24 11:19
#73528 #73528
User since
2006-10-14
68 Artikel
BenutzerIn
[default_avatar]
Ich habe nochmals eine Frage:

Wenn ich das PAR Module installieren will, dann bekomme ich folgende Fehler:
Quote
D:\_Downloads\PerlExe\PAR-0.85.tar\PAR-0.85>nmake

Microsoft ® Program Maintenance Utility Version 1.50
Copyright © Microsoft Corp 1988-94. All rights reserved.

Set up gcc environment - egcs-2.91.57
NMAKE -f Makefile all -nologo
gcc -c -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -DHASATTRIBUTE -fno-strict-aliasing -I"C:\Perl\lib\CORE" main.
c
In file included from main.c:7:
C:\Perl\lib\CORE\perl.h:420: sys/types.h: No such file or directory
C:\Perl\lib\CORE\perl.h:431: stdarg.h: No such file or directory
C:\Perl\lib\CORE\perl.h:451: ctype.h: No such file or directory
C:\Perl\lib\CORE\perl.h:463: locale.h: No such file or directory
C:\Perl\lib\CORE\perl.h:480: setjmp.h: No such file or directory
C:\Perl\lib\CORE\perl.h:491: stdlib.h: No such file or directory
In file included from main.c:7:
C:\Perl\lib\CORE\perl.h:769: stddef.h: No such file or directory
C:\Perl\lib\CORE\perl.h:776: string.h: No such file or directory
In file included from main.c:7:
C:\Perl\lib\CORE\perl.h:939: sys/stat.h: No such file or directory
C:\Perl\lib\CORE\perl.h:961: time.h: No such file or directory
C:\Perl\lib\CORE\perl.h:982: errno.h: No such file or directory
In file included from C:\Perl\lib\CORE\perl.h:997,
from main.c:7:
C:\Perl\lib\CORE\sys/socket.h:17: windows.h: No such file or directory
C:\Perl\lib\CORE\sys/socket.h:21: winsock2.h: No such file or directory
In file included from C:\Perl\lib\CORE\sys/socket.h:24,
from C:\Perl\lib\CORE\perl.h:997,
from main.c:7:
C:\Perl\lib\CORE\win32.h:61: windows.h: No such file or directory
In file included from C:\Perl\lib\CORE\sys/socket.h:24,
from C:\Perl\lib\CORE\perl.h:997,
from main.c:7:
C:\Perl\lib\CORE\win32.h:72: io.h: No such file or directory
C:\Perl\lib\CORE\win32.h:73: process.h: No such file or directory
C:\Perl\lib\CORE\win32.h:74: stdio.h: No such file or directory
C:\Perl\lib\CORE\win32.h:75: direct.h: No such file or directory
C:\Perl\lib\CORE\win32.h:76: stdlib.h: No such file or directory
C:\Perl\lib\CORE\win32.h:77: stddef.h: No such file or directory
C:\Perl\lib\CORE\win32.h:78: fcntl.h: No such file or directory
In file included from C:\Perl\lib\CORE\win32.h:577,
from C:\Perl\lib\CORE\sys/socket.h:24,
from C:\Perl\lib\CORE\perl.h:997,
from main.c:7:
C:\Perl\lib\CORE\perlio.h:65: stdio.h: No such file or directory
In file included from C:\Perl\lib\CORE\win32.h:583,
from C:\Perl\lib\CORE\sys/socket.h:24,
from C:\Perl\lib\CORE\perl.h:997,
from main.c:7:
C:\Perl\lib\CORE\win32iop.h:19: utime.h: No such file or directory
In file included from main.c:7:
C:\Perl\lib\CORE\perl.h:1510: limits.h: No such file or directory
C:\Perl\lib\CORE\perl.h:1513: float.h: No such file or directory
C:\Perl\lib\CORE\perl.h:1520: float.h: No such file or directory
C:\Perl\lib\CORE\perl.h:1538: limits.h: No such file or directory
C:\Perl\lib\CORE\perl.h:1541: float.h: No such file or directory
C:\Perl\lib\CORE\perl.h:1570: limits.h: No such file or directory
C:\Perl\lib\CORE\perl.h:1895: limits.h: No such file or directory
In file included from C:\Perl\lib\CORE\perl.h:2235,
from main.c:7:
C:\Perl\lib\CORE\dosish.h:142: warning: `Stat' redefined
C:\Perl\lib\CORE\win32.h:285: warning: this is the location of the previous definition
In file included from main.c:7:
C:\Perl\lib\CORE\perl.h:2681: io.h: No such file or directory
In file included from C:\Perl\lib\CORE\perl.h:2733,
from main.c:7:
C:\Perl\lib\CORE\iperlsys.h:909: setjmp.h: No such file or directory
In file included from C:\Perl\lib\CORE\op.h:497,
from C:\Perl\lib\CORE\perl.h:2754,
from main.c:7:
C:\Perl\lib\CORE\reentr.h:81: stdlib.h: No such file or directory
In file included from main.c:7:
C:\Perl\lib\CORE\perl.h:3238: math.h: No such file or directory
In file included from main.c:7:
C:\Perl\lib\CORE\perl.h:4604: fcntl.h: No such file or directory
In file included from main.c:72:
mktmpdir.c:6: ctype.h: No such file or directory
In file included from mktmpdir.c:7,
from main.c:72:
mktmpdir.h:6: stdlib.h: No such file or directory
mktmpdir.h:7: string.h: No such file or directory
mktmpdir.h:8: errno.h: No such file or directory
In file included from utils.c:21,
from mktmpdir.h:43,
from mktmpdir.c:7,
from main.c:72:
env.c:42: stdlib.h: No such file or directory
env.c:43: string.h: No such file or directory
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
Stop.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2'
Stop.

D:\_Downloads\PerlExe\PAR-0.85.tar\PAR-0.85>


Ich glaube mir fehlt da ein C-compiler oder so???
Wie kann ich den Fehlern aus dem Weg gehen bzw. den Kram richtig compilieren und integrieren? Welchen C-Compiler sollte ich da unter Win XP nutzen?

View full thread ActivePerl und ModuleInstallation