On Sun, Jul 17, 2022 at 10:12 AM Patrick Dupre <pdupre@xxxxxxx> wrote:
Hello,
Trying to recompile my codes with fc36 I get numerous issues.
One in with perl-PDL
I get
Cores.xs:123:17: error: too many arguments to function ‘PDL->converttype’
123 | PDL -> converttype (array, PDL_D, 1) ;
| ^~~
Cores.xs:146:37: warning: passing argument 1 of ‘PDL->converttype’ from incompatible pointer type [-Wincompatible-pointer-types]
146 | PDL -> converttype (&array, PDL_D, 1) ;
| ^~~~~~
| |
| pdl **
in my code
pdl *array ;
While is was OK before.
Checking the manual
Extending and Embedding Perl (Manning)
My code respect the documentation
pdl * in
CODE:
PDL->converttype( &in, PDL_L, 1);
What could be wrong with this function converttype now?
Maybe the documentation is outdated:
2.057_01 2021-09-24
- change API of PDL->convertty
--
George N. White III
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure