Subject: | Make failure for Win32::Pipe on Win XP - Perl 5.14.2 |
Date: | Wed, 8 Feb 2012 20:40:56 +0530 |
To: | <bug-win32-pipe [...] rt.cpan.org> |
From: | Manoj Kumar <mkmetw [...] hotmail.com> |
Hi,
I am trying to install Win32::Pipe using CPAN.
The installation fails during make step with following message -
-----
Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights reserved.
cp Pipe.pm blib\lib\Win32\Pipe.pm
cl -c -GX -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DPERL_TEXTMOD
E_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -MD -Zi -DNDEBUG -O1 -DVERSION=\"0.024\" -DXS_VERSION=\"0.024\" "-ID:\PROGRAMS\perl\5
.14.2\lib\CORE" Cpipe.cpp
cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'EHsc' instead of 'GX'
Cpipe.cpp
D:\PROGRAMS\perl\5.14.2\bin\perl.exe -ID:\PROGRAMS\perl\5.14.2\lib -ID:\PROGRAMS\perl\5.14.2\lib D:\PROGRAMS\perl\site\5.14.2\lib\ExtUtils\xsubpp -t
ypemap D:\PROGRAMS\perl\5.14.2\lib\ExtUtils\typemap Pipe.xs >xstmp.c && D:\PROGRAMS\perl\5.14.2\bin\perl.exe -MExtUtils::Command -e mv -- xstmp.c Pipe.cpp
Failed to load or import from ExtUtils::ParseXS (version 2.2210). Please check that ExtUtils::ParseXS is installed correctly and that the newest version will
be found in your @INC path: "report_error_count" is not exported by the ExtUtils::ParseXS module
Can't continue after import errors at D:\PROGRAMS\perl\site\5.14.2\lib\ExtUtils\xsubpp line 6
NMAKE : fatal error U1077: 'D:\PROGRAMS\perl\5.14.2\bin\perl.exe' : return code '0xff'
Stop.
(C:\Programs\Microsoft_Visual_Studio_8\VC\BIN\nmake.EXE exited with 512)
-----
The problem comes from Makefile.PL. The patch for correct Makefile.PL is attached.
Regards,
Message body is not shown because sender requested not to inline it.