Ok, I wrote I was tempeted to do it, but I was afraid of my own inexperience; then bart said it's really "that simple" and I had grown increasingly frustrated with not having a handy platform to test e.g. the code from the (self-proclaimedly) most interesting post I wrote as of late: then I tried! That is, to install MinGW on my system to use CPAN to install binary modules for ActivePerl, but specifically, autobox (there's nothing else I'm missing from PPM's that I know of...) Actually, it is that simple: I also tried installing a random XS module and it built like a charm.

Of course, passing to autobox is a whole another matter: it should build for 5.10.0 too, and indeed it compiles just fine. But then it fails quite a lot of tests. "Oh, well!" I thought, and I tried forcing the install, just for experimenting, you know: in fact all experiments including the most elementary ones do fail to the effect that the syntax is not even recognized; I get a runtime error about not being allowed to call a method without a package or object reference.

Is there anything I could do to have this module install cleanly?

--
If you can't understand the incipit, then please check the IPB Campaign.

In reply to Seeking help for compiling autobox with MinGW for ActivePerl under Windows by blazar

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.