http://www.perlmonks.org?node_id=1076179


in reply to Re^3: Errors building XML::LibXML
in thread Errors building XML::LibXML

Go find something else that uses LibXML e.g. a test suite of some kind to determine if the library itself is running properly.
A good thought. I went ahead and compiled this simple program, which makes use of the libxml2 library. It compiled and ran just fine.
you're going to have to break-out of the padded cell of prove and run subtests individually to get to error-messages that are right now being suppressed.
Just so I know you aren't talking about something else - isn't that what I did when I responded to tye's suggestion ("perl -Mblib t/02parse.t")? I'm still digesting that output.

Replies are listed 'Best First'.
Re^5: Errors building XML::LibXML
by AnomalousMonk (Archbishop) on Feb 25, 2014 at 19:00 UTC
    ... break-out of the padded cell of prove and run subtests individually ... isn't that what I did when I responded to tye's suggestion ("perl -Mblib t/02parse.t")?

    Yes, you were on the right track there, and I would encourage you to continue to pursue that general strategy.