I tried this, but still get similar errors. I also tried the suggestion from Mirod, to no avail. However, I have tried to narrow the problem down a bit more. There are a ton of errors, but the following are just the beginning and expat.h is definitely not there!
Expat.xs:12:19: expat.h: No such file or directory Expat.xs:60: error: syntax error before "XML_Parser" Expat.xs:60: warning: no semicolon at end of struct or union Expat.xs:78: error: syntax error before ':' token Expat.xs:79: error: syntax error before ':' token Expat.xs:80: error: syntax error before ':' token Expat.xs:106: error: syntax error before '}' token Expat.xs:106: warning: data definition has no type or storage class Expat.xs:111: error: syntax error before "nsdelim" Expat.xs:111: warning: data definition has no type or storage class Expat.xs:117: error: syntax error before '*' token Expat.xs:118: error: syntax error before '*' token


"Peace, love, and Perl...well, okay, mostly just Perl!" --me

Apprentice

In reply to Re^2: Trouble installing XML::Parser by apprentice
in thread Trouble installing XML::Parser by apprentice

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.