On Dec 10, 10:22 am, Steve Hall <[email protected]> wrote: > > Edit: It's not in 10.0.0.6 either, but it exists in strawberry perl > > 5.10.1.0 (checked). > > Hmm, that's the version I'm compiling against (downloaded last week). > Is it possible that the compiler could be finding another perl (ruby, > tcl, mkscheme, cygwin) instead of using that specified by $PERL > explicitly in the build shell?
I see, probably it's because Perl_croak_xs_usage isn't listed in if_perl.xs. How about downgrading to lower perl version which does not have Perl_croak_xs_usage, thus the perl xs compiler won't use that function, otherwise you'll need to link to perl library at link time and it won't be dynamic perl anymore. -- You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php
