Subject: | Won't nmake on Windows XP with VC6.0++ |
Not sure what would be helpful so here are the works! :) eric256 on perlmonks.org
C:\Downloads\Data-Dump-Streamer-1.10>perl Makefile.PL
******************************************************
*** This is Data::Dump::Streamer. Enjoy! ***
***------------------------------------------------***
*** use 'perl Makefile.PL DDS [STANDARD OPTS]' ***
*** to have a shortcut to Data::Dump::Streamer ***
*** called 'DDS' installed as well. Currently it ***
*** won't be installed. ***
******************************************************
Checking if your kit is complete...
Looks good
Writing Makefile for Data::Dump::Streamer
C:\Downloads\Data-Dump-Streamer-1.10>nmake
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
cp lib/Data/Dump/Streamer/_/Printers.pm blib\lib\Data/Dump/Streamer/_/Printers.pm
cp lib/Data/Dump/Streamer.pm blib\lib\Data/Dump/Streamer.pm
C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils/xsubpp -typemap C:\Perl\lib\ExtUtils\typemap Streamer.xs > Streamer.
xsc && C:\Perl\bin\perl.exe -MExtUtils::Command -e mv Streamer.xsc Streamer.c
cl -c -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_C
ONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"1.10\" -DXS_VERSION=\
"1.10\" "-IC:\Perl\lib\CORE" Streamer.c
Streamer.c
Streamer.c(877) : warning C4101: 'RETVAL' : unreferenced local variable
Streamer.xs(875) : error C2065: 'PL_sv_placeholder' : undeclared identifier
Streamer.xs(875) : warning C4133: '==' : incompatible types - from 'int *' to 'struct sv *'
Streamer.xs(903) : warning C4133: '==' : incompatible types - from 'int *' to 'struct sv *'
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2'
Stop.
C:\Downloads\Data-Dump-Streamer-1.10>