On 05/27/2014 11:03 PM, Ben Bullock wrote:
This test report:

http://www.cpantesters.org/cpan/report/28d3abb8-e5ca-11e3-b252-b7fca94d63a3

in particular this problem:

----------
In file included from /usr/lib/perl5/5.14/x86_64-cygwin-threads/CORE/op.h:653:0,
                  from
/usr/lib/perl5/5.14/x86_64-cygwin-threads/CORE/perl.h:3450,
                  from Detective.xs:38:
/usr/lib/perl5/5.14/x86_64-cygwin-threads/CORE/reentr.h:109:26: fatal
error: crypt.h: No such file or directory
  #       include <crypt.h>
                           ^
compilation terminated.
Makefile:335: recipe for target 'Detective.o' failed
make: *** [Detective.o] Error 1
-----------

looks like a broken test machine to me, I don't think this is fixable at my end.

What do you think?

It is fixable.
You just need to install libcrypt-dev and probably more -dev packages then.

There's only libcrypt0 in the dependencies, and this is only needed to run perl, but not to create external XS packages.

--
Reini

Working towards a true Modern Perl.
Slim, functional, unbloated, compile-time optimizable

Reply via email to