Skip to content

Instantly share code, notes, and snippets.

@smujohnson
Created November 12, 2013 22:16
Show Gist options
  • Save smujohnson/7439790 to your computer and use it in GitHub Desktop.
Save smujohnson/7439790 to your computer and use it in GitHub Desktop.
/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