Ike Devolder wrote: > small snippet of the failure when building with dynamic perl and perl is > updated to 5.18.0: > > if_perl.c: In function 'XS_VIM_Msg': > if_perl.c:1118:8: warning: passing argument 1 of > 'dll_Perl_croak_xs_usage' from incompatible pointer type [enabled by > default] > if_perl.c:1118:8: note: expected 'struct PerlInterpreter *' but argument > is of type 'struct CV *' > if_perl.c:1118:8: warning: passing argument 2 of > 'dll_Perl_croak_xs_usage' from incompatible pointer type [enabled by > default] > if_perl.c:1118:8: note: expected 'const struct CV * const' but argument > is of type 'char *' > if_perl.c:1118:8: error: too few arguments to function > 'dll_Perl_croak_xs_usage' > > from perl 5.18.0 onwards the trick for croak_xs_usage seems no longer > nescessary (i could be mistaken) > > patch attached.
Thanks, I'll add it to the todo list. -- hundred-and-one symptoms of being an internet addict: 1. You actually wore a blue ribbon to protest the Communications Decency Act. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
