Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
The output from the perl makefile.pl step is:
D:\Software\Perl\XML-Parser-2.34>perl makefile.pl Writing Makefile for XML::Parser::Expat Writing Makefile for XML::Parser
The output from the nmake step is:
D:\Software\Perl\XML-Parser-2.34>nmake Microsoft (R) Program Maintenance Utility Version 8.00.50727.762 Copyright (C) Microsoft Corporation. All rights reserved. "D:\Program Files\Microsoft Visual Studio 8\VC\bin\nmake.exe" +-f Makefil e all -nologo cl -c -ID:/Expat-2.0.0/Source/lib -nologo -GF -W3 -MD -Zi -D +NDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE +_SITECUSTO MIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_M +SVCRT_READ FIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"2.34\" -DXS_VERSION=\"2.34\" + "-ID:\Per l\lib\CORE" Expat.c Expat.c Expat.xs(273) : warning C4018: '<' : signed/unsigned mismatch Expat.xs(481) : warning C4101: 'pcontext' : unreferenced local variabl +e Expat.xs(484) : warning C4101: 'pnstab' : unreferenced local variable Expat.xs(485) : warning C4101: 'pnslst' : unreferenced local variable Expat.xs(1146) : warning C4101: 'count' : unreferenced local variable Expat.xs(1462) : warning C4101: 'delimsv' : unreferenced local variabl +e Expat.c(2080) : warning C4101: 'RETVAL' : unreferenced local variable Expat.c(2377) : warning C4101: 'RETVAL' : unreferenced local variable Expat.xs(2046) : warning C4018: '<' : signed/unsigned mismatch Expat.xs(2056) : warning C4018: '<' : signed/unsigned mismatch Expat.xs(2192) : warning C4101: 'type' : unreferenced local variable Expat.xs(2205) : warning C4101: 'pret' : unreferenced local variable Running Mkbootstrap for XML::Parser::Expat () D:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 Expat.bs link -out:..\blib\arch\auto\XML\Parser\Expat\Expat.dll -dll -n +ologo -nod efaultlib -debug -opt:ref,icf -libpath:"D:\Perl\lib\CORE" -machine:x +86 Expat.o bj D:\Perl\lib\CORE\perl58.lib D:\Expat-2.0.0\Libs\libexpat.lib "D:\ +Program Fi les\Microsoft Visual Studio 8\VC\lib\oldnames.lib" "D:\Program Files\M +icrosoft V isual Studio 8\VC\lib\kernel32.lib" "D:\Program Files\Microsoft Visual + Studio 8\ VC\PlatformSDK\Lib\user32.lib" "D:\Program Files\Microsoft Visual Stud +io 8\VC\Pl atformSDK\Lib\gdi32.lib" "D:\Program Files\Microsoft Visual Studio 8\V +C\Platform SDK\Lib\winspool.lib" "D:\Program Files\Microsoft Visual Studio 8\VC\P +latformSDK \Lib\comdlg32.lib" "D:\Program Files\Microsoft Visual Studio 8\VC\Plat +formSDK\Li b\advapi32.lib" "D:\Program Files\Microsoft Visual Studio 8\VC\Platfor +mSDK\Lib\s hell32.lib" "D:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK +\Lib\ole32 .lib" "D:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Lib\o +leaut32.li b" "D:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Lib\neta +pi32.lib" "D:\Program Files\Microsoft Visual Studio 8\VC\lib\uuid.lib" "D:\Progr +am Files\M icrosoft Visual Studio 8\VC\PlatformSDK\Lib\ws2_32.lib" "D:\Program Fi +les\Micros oft Visual Studio 8\VC\PlatformSDK\Lib\mpr.lib" "D:\Program Files\Micr +osoft Visu al Studio 8\VC\PlatformSDK\Lib\winmm.lib" "D:\Program Files\Microsoft +Visual Stu dio 8\VC\PlatformSDK\Lib\version.lib" "D:\Program Files\Microsoft Visu +al Studio 8\VC\PlatformSDK\Lib\odbc32.lib" "D:\Program Files\Microsoft Visual St +udio 8\VC\ PlatformSDK\Lib\odbccp32.lib" "D:\Program Files\Microsoft Visual Studi +o 8\VC\lib \msvcrt.lib" -def:Expat.def Creating library ..\blib\arch\auto\XML\Parser\Expat\Expat.lib and o +bject ..\blib\arch\auto\XML\Parser\Expat\Expat.exp lib\arch\auto\XML\Parser\Expat\Expat.exp D:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 755 ..\blib\ +arch\auto\XML\Parser\Expat\Expat.dll D:\Perl\bin\perl.exe -MExtUtils::Command -e cp Expat.bs ..\bli +b\arch\auto\XML\Parser\Expat\Expat.bs D:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 ..\blib\ +arch\auto\XML\Parser\Expat\Expat.bs cd ..

In reply to Re^2: Can't build XML-Parser-2.34 by ecuster2000
in thread Can't build XML-Parser-2.34 by ecuster2000

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-26 01:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found