P:\test>ppm PPM - Programmer's Package Manager version 3.1. Copyright (c) 2001 ActiveState Corp. All Rights Reserved. ActiveState is a devision of Sophos. Entering interactive shell. Using Term::ReadLine::Stub as readline library. Type 'help' to get started. ppm> quit P:\test>ppm3 PPM - Programmer's Package Manager version 3.1. Copyright (c) 2001 ActiveState Corp. All Rights Reserved. ActiveState is a devision of Sophos. Entering interactive shell. Using Term::ReadLine::Stub as readline library. Type 'help' to get started. ppm> quit P:\test>ppm2 Can't locate PPM.pm in @INC (@INC contains: c:/Perl/lib c:/Perl/site/lib .) at c:\perl561\bin/ppm2.bat line 21. BEGIN failed--compilation aborted at c:\perl561\bin/ppm2.bat line 21. #### sub _generic_write_compiler_script { my ($self, %spec) = @_; my $script = File::Spec->catfile( $spec{srcdir}, $spec{basename} . '.ccs' ); $self->add_to_cleanup($script); print "Generating script **DISABLED** '$script'\n"; =disabled open( SCRIPT, ">$script" ) or die( "Could not create script '$script': $!" ); print SCRIPT join( "\n", map { ref $_ ? @{$_} : $_ } grep defined, delete( @spec{ qw(includes cflags optimize defines perlinc) } ) ); close SCRIPT; =cut push @{$spec{includes}}, qq{\@"$script"}; return %spec; } #### -nologo -Gf -W2 <<<<<<<<<<<<<<<<< -MD -Zi -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -I"C:\Perl\lib\CORE" -I"C:\cl\include" #### P:\packages\B-Generate-1.06>nmake Microsoft (R) Program Maintenance Utility Version 7.00.9466 Copyright (C) Microsoft Corporation. All rights reserved. c:\Perl\bin\perl.exe Build Generating script **DISABLED** 'lib\B\Generate.ccs' cl -nologo -c @"lib\B\Generate.ccs" -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -I"C:\Perl\lib\CORE" -I"C:\cl\include" -I"C:\hla\include" -I"C:\Perl\lib\CORE" -Fo"lib\B\Generate.obj" "lib\B\Generate.c" cl : Command line warning D4025 : overriding '/W2' with '/W3' cl : Command line warning D4029 : optimization is not available in the standard edition compiler Generate.c Generate.xs(102) : warning C4101: 'val' : unreferenced local variable Generate.xs(220) : warning C4101: 'value' : unreferenced local variable Generate.xs(241) : warning C4101: 'value' : unreferenced local variable Generate.xs(463) : warning C4133: '=' : incompatible types - from 'SV *' to 'B__CV' Generate.xs(617) : warning C4244: '=' : conversion from 'I32' to 'U16', possible loss of data Generate.c(883) : warning C4101: 'RETVAL' : unreferenced local variable Generate.xs(638) : warning C4244: '=' : conversion from 'I32' to 'U16', possible loss of data Generate.xs(645) : warning C4013: 'fold_constants' undefined; assuming extern returning int Generate.xs(645) : warning C4047: '=' : 'B__OP' differs in levels of indirection from 'int' Generate.c(914) : warning C4101: 'RETVAL' : unreferenced local variable Generate.c(1482) : warning C4244: '=' : conversion from 'U32' to 'U16', possible loss of data Generate.c(1506) : warning C4244: '=' : conversion from 'U32' to 'U16', possible loss of data Generate.xs(1037) : error C2106: '=' : left operand must be l-value Generate.c(2007) : warning C4244: '=' : conversion from 'line_t' to 'U16', possible loss of data error building dll file from 'lib\B\Generate.c' at C:\Perl\site\lib/Module/Build/Platform/Windows.pm line 106. NMAKE : fatal error U1077: 'c:\Perl\bin\perl.exe' : return code '0x2' Stop. P:\packages\B-Generate-1.06>