nci_test.c included <malloc.h> which is deprecated on FreeBSD (and
elsewhere I assume), without actually using any malloc-stuff as far as
I could tell.
According to #parrot, libnci.so is built automatically on some
platforms, but not on my FreeBSD. I couldn't find any logic to do this
- are you supposed to build libnci.so by hand if you want to test nci?
--
Lars Balker Rasmussen Consult::Perl
> According to #parrot, libnci.so is built automatically on some
> platforms, but not on my FreeBSD.
No, its currently not built automatically.
> - are you supposed to build libnci.so by hand if you want to test nci?
Yep. AFAIK are we lacking a config hint, that dynamic loading is ok.
leo
> nci_test.c included <malloc.h> which is deprecated on FreeBSD
Applied, as well as #24802. Thanks,
leo