I have just tried installing XML::SAX using the CPAN shell and it worked for me.

I don't have a C compiler installed, and wonder if the fact that you do might be your problem. Here's the version information from my copy of nmake:

P:\grantm>nmake -? Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. Usage: NMAKE @commandfile NMAKE [options] [/f makefile] [/x stderrfile] [macrodefs] [tar +gets] Options: /A Build all evaluated targets /B Build if time stamps are equ +al /C Suppress output messages /D Display build information /E Override env-var macros /HELP Display brief usage messa +ge /I Ignore exit codes from commands /K Build unrelated targets on e +rror /N Display commands but do not execute /NOLOGO Suppress copyright mess +age /P Display NMAKE information /Q Check time stamps but do not + build /R Ignore predefined rules/macros /S Suppress executed-commands d +isplay /T Change time stamps but do not build /? Display brief usage message

If your version is newer, that may be contributing to the makefile syntax error message you're getting. I got my older version via the link in the Perl-XML FAQ (above).


In reply to Re: Re: Re: nmake, CPAN and Modules not listed in PPM by grantm
in thread nmake, CPAN and Modules not listed in PPM by Flame

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.