Created
November 12, 2013 22:16
-
-
Save smujohnson/7439790 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/bin/perl -e 'unless ( $] >= 5.005 ) { for (qw(na defgv errgv)) { print "#define PL_$_ $_\n" }}' > auto/if_perl.c | |
/usr/bin/perl /usr/share/perl/5.10/ExtUtils/xsubpp -prototypes -typemap \ | |
/usr/share/perl/5.10/ExtUtils/typemap if_perl.xs >> auto/if_perl.c | |
Undefined subroutine &ExtUtils::ParseXS::errors called at /usr/share/perl/5.10/ExtUtils/xsubpp line 41. | |
make[1]: *** [auto/if_perl.c] Error 255 | |
make[1]: Leaving directory `/tmp/tmpfs/sjohnson/vim74/src' | |
make: *** [first] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment