On Sun, Jul 17, 2022 at 10:12 AM Patrick Dupre <pdu...@gmx.com> 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:
https://metacpan.org/dist/PDL/changes

2.057_01 2021-09-24

- change API of PDL->convertty


-- 
George N. White III
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure
  • perl-PDL Patrick Dupre
    • Re: perl-PDL George N. White III

Reply via email to