On Dec 9, 11:44 pm, "Steve Hall" <[email protected]> wrote:> gobj/if_perl.o:if_perl.c:(.text+0x1635): undefined reference to > `_Perl_croak_xs_usage' > gobj/if_perl.o:if_perl.c:(.text+0x174c): undefined reference to > `_Perl_croak_xs_usage' > gobj/if_perl.o:if_perl.c:(.text+0x1858): undefined reference to > `_Perl_croak_xs_usage' > gobj/if_perl.o:if_perl.c:(.text+0x1b73): undefined reference to > `_Perl_croak_xs_usage' > gobj/if_perl.o:if_perl.c:(.text+0x23b9): undefined reference to > `_Perl_croak_xs_usage' > gobj/if_perl.o:if_perl.c:(.text+0x25a5): more undefined references to > `_Perl_croak_xs_usage' follow > collect2: ld returned 1 exit status > make: *** [gvim.exe] Error 1 > > This is certainly some configuration issue on my part, it's a new > build machine. But for the life of me, I can not figure out the issue. > Details:
Perl_croak_xs_usage is added in perl build 1006 cmiiw, so you'll need to use strawberry perl >= 10.0.0.6 -- You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php
