Richard W.M. Jones wrote: > /home/rjones/d/fedora/polymake/rawhide/polymake-4.10/lib/core/src/perl/RefHash.xxs:737:11: > error: ‘Perl_ck_fun’ was not declared in this scope; did you mean > ‘Perl_cx_dup’? > 737 | return Perl_ck_fun(aTHX_ o); > | ^~~~~~~~~~~ > | Perl_cx_dup > ninja: build stopped: subcommand failed. As I understand it, this function is included in the public (at least, it is declared EXT, so it should not be hidden) PL_check array (several times, the first time at index 2), so I believe something like: #define Perl_ck_fun (PL_check[2]) should work. Kevin Kofler _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-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/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue