Help for this page

Select Code to Download


  1. or download this
    C:\_32\comp\XML-LibXML-Common-0.13>nmake test
    
    ...
    BEGIN failed--compilation aborted at test.pl line 10.
    NMAKE : fatal error U1077: 'C:\_64\perl1004\bin\perl.exe' : return cod
    +e '0x22'
    Stop.
    
  2. or download this
    set INCLUDE=%INCLUDE%;C:\_64\x64_lib\include
    set LIB=%LIB%;C:\_64\x64_lib\lib
    set PATH=%PATH%;C:\_64\x64_lib\bin
    
  3. or download this
    use ExtUtils::MakeMaker;
    
    ...
        'ABSTRACT'      => 'Routines and Constants common for XML::LibXML 
    +and XML::GDOME',
        'LIBS' => '-lxml2',
    );