Hi all,
I have tried installing perl Module
the first one Digest::MD5 (2.12) on Win32 platform
(I use VC++4, Perl 5.20)
Thank you for help!
Fr�d�ric Moreels
Here are the errors:
E:\test_modules_perl\md5_2.12>perl Makefile.PL
Testing alignment requirements for U32... Command line warning D4002 :
ignoring unknown option '-TP'
Command line warning D4002 : ignoring unknown option '-nodefaultlib'
Command line warning D4002 : ignoring unknown option '-release'
Command line warning D4002 : ignoring unknown option
'-libpath:E:\Perl5as\lib\CORE'
Command line warning D4002 : ignoring unknown option '-machine:x86'
u32align.c
E:\Perl5as\lib/CORE\perl.h(102) : error C2282: 'class' is followed by
'CPerlObj' (missing ','?)
E:\Perl5as\lib/CORE\win32.h(18) : warning C4005: 'WIN32IO_IS_STDIO' :
macro redefinition
E:\Perl5as\lib/CORE\iperlsys.h(83) : error C2282: 'class' is followed by
'IPerlStdIO' (missing ','?)
E:\Perl5as\lib/CORE\iperlsys.h(128) : error C2143: syntax error :
missing ';' before '}'
E:\Perl5as\lib/CORE\iperlsys.h(389) : error C2282: 'class' is followed
by 'IPerlDir' (missing ','?)
E:\Perl5as\lib/CORE\iperlsys.h(401) : error C2143: syntax error :
missing ';' before '}'
E:\Perl5as\lib/CORE\iperlsys.h(478) : error C2282: 'class' is followed
by 'IPerlLIO' (missing ','?)
E:\Perl5as\lib/CORE\iperlsys.h(512) : error C2143: syntax error :
missing ';' before '}'
E:\Perl5as\lib/CORE\iperlsys.h(636) : error C2282: 'class' is followed
by 'IPerlProc' (missing ','?)
E:\Perl5as\lib/CORE\iperlsys.h(675) : error C2143: syntax error :
missing ';' before '}'
E:\Perl5as\lib/CORE\perl.h(1093) : error C2143: syntax error : missing
')' before '*'
E:\Perl5as\lib/CORE\perl.h(1093) : error C2143: syntax error : missing
'{' before '*'
E:\Perl5as\lib/CORE\perl.h(1093) : error C2059: syntax error : ','
E:\Perl5as\lib/CORE\perl.h(1093) : error C2059: syntax error : ')'
E:\Perl5as\lib/CORE\perl.h(1253) : error C2143: syntax error : missing
')' before ':'
E:\Perl5as\lib/CORE\perl.h(1253) : error C2059: syntax error : ':'
E:\Perl5as\lib/CORE\perl.h(1253) : error C2059: syntax error : ')'
........................
E:\Perl5as\lib/CORE\cop.h(162) : fatal error C1046: compiler limit :
union nested too deeply
Can't compile test program
Writing Makefile for Digest::MD2
Writing Makefile for Digest::SHA1
Writing Makefile for Digest::MD5