I was looking to get the wxWidgets modules working on my system. I ran into some problems installing the Wx distribution.

I'm using the following:

Perl: Strawberry Perl 5.26.1 Module: Wx 0.99.32

I can install it via CPAN or CPANM. Errors occur when I attempt to test it. The error reported is:

lib C++ ABI 1008 perl C++ ABI 1011

Cpan testers reports some successes and failures for this module version and this perl version. I'd like to figure out what went wrong so I can fix it. I suspect there is a compiler flag in the Wx module that needs to be changed, but I'm not exactly sure where to change it. Can anyone give guidance?

Edit: Thanks for the input regarding re-compilation of other modules. Now I have some idea on what to do next. Final question: What is the easiest way to check what compiler flags are set for a specific module? I tried reading the sources of Makefile.PL, but there seems to be other modules in the graph where these things are defined.


In reply to Need help debugging Wx on Strawberry Perl 5.26.1 by thechartist

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.