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?
Thank.

===========================================================================
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988                    | | Room# D114A
===========================================================================
_______________________________________________
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

Reply via email to