I get a dmake error code 129 when installing XML::Simple in strawberry perl via it's CPAN client
cpan> install XML::Simple Database was generated on Fri, 22 Jan 2010 23:39:01 GMT Running install for module 'XML::Simple' Running make for G/GR/GRANTM/XML-Simple-2.18.tar.gz Checksum for C:\strawberry\cpan\sources\authors\id\G\GR\GRANTM\XML-Sim +ple-2.18.t ar.gz ok Scanning cache C:\strawberry\cpan\build for sizes ...................................................................... +......DONE CPAN.pm: Going to build G/GR/GRANTM/XML-Simple-2.18.tar.gz Checking installed modules ... XML::SAX is installed, it will be used by the test suite Checking if your kit is complete... Looks good Writing Makefile for XML::Simple Makefile out-of-date with respect to C:\strawberry\perl\lib\Config.pm +C:\strawbe rry\perl\lib\CORE\config.h Cleaning current config before rebuilding Makefile... dmake -f Makefile.old clean > NUL C:\strawberry\perl\bin\perl.exe Makefile.PL Checking installed modules ... XML::SAX is installed, it will be used by the test suite Checking if your kit is complete... Looks good Writing Makefile for XML::Simple ==> Your Makefile has been rebuilt. <== ==> Please rerun the dmake command. <== C:\strawberry\perl\bin\perl.exe -e "exit 1" -- dmake.EXE: Error code 129, while making 'Makefile' GRANTM/XML-Simple-2.18.tar.gz C:\strawberry\c\bin\dmake.EXE -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible Failed during this command: GRANTM/XML-Simple-2.18.tar.gz : make NO cpan>

In reply to Strawberry perl dmake error by kiniakshay

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.