Subject: | <malloc.h> has been replaced by <stdlib.h> |
On FreeBSD systems the test suite fails like this:
...
PERL_DL_NONLAZY=1 "/usr/perl5.20.1Dp/bin/perl5.20.1" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
In file included from /home/cpansand/.cpan/build/2019062602/Word2vec-Interface-0.039-UJKVyv/blib/lib/Word2vec/External/Word2vec/compute-accuracy.c:19:0:
/usr/include/malloc.h:3:2: error: #error "<malloc.h> has been replaced by <stdlib.h>"
#error "<malloc.h> has been replaced by <stdlib.h>"
^
In file included from /home/cpansand/.cpan/build/2019062602/Word2vec-Interface-0.039-UJKVyv/blib/lib/Word2vec/External/Word2vec/compute-accuracy.c:19:0:
/usr/include/malloc.h:3:2: error: #error "<malloc.h> has been replaced by <stdlib.h>"
#error "<malloc.h> has been replaced by <stdlib.h>"
^
# Failed test at t/1BuildExecutables.t line 9.
# Looks like you failed 1 test of 1.
t/1BuildExecutables.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
... (etc) ...