Re: perl-PDL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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:
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@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
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux