Re: Detecting if external library headers are present

2012-06-29 Thread David Cantrell
On Fri, Jun 29, 2012 at 11:05:59AM +0300, Shlomi Fish wrote: > The problem is that the shared library was found, but the development package > is not present, so the external headers cannot be found and I'm getting a > failure. > > My question is: using Makefile.PL and ExtUtils::MakeMaker - how c

Re: Detecting if external library headers are present

2012-06-29 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
This is a FAQ. See and "How can I stop getting FAIL reports for missing libraries or other non-Perl dependencies?" in . signature.asc Description: PGP signature

Detecting if external library headers are present

2012-06-29 Thread Shlomi Fish
Hi all, for my two XS modules - XML::LibXML and XML::LibXSLT, I've been getting many build+test failures such as these: http://www.cpantesters.org/cpan/report/a8e8c084-c116-11e1-8b5e-6d4348c50fa8 Reading from it, we see: [QUOTE] LibXSLT.xs:12:32: error: libxslt/xsltconfig.h: No such file or dir