Guest User

Untitled

a guest
Oct 16th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. /usr/bin/perl /usr/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap Sodium.xs > Sodium.xsc && mv Sodium.xsc Sodium.c
  2. Error: Cannot parse function definition from 'crypto_generichash_state * T_PTRREF' in Sodium.xs, line 715
  3. Error: 'crypto_generichash_state *' not in typemap in Sodium.xs, line 735
  4. Error: 'crypto_generichash_state *' not in typemap in Sodium.xs, line 739
  5. Error: 'crypto_generichash_state *' not in typemap in Sodium.xs, line 748
  6. make: *** [Sodium.c] Error 1
  7.  
  8. TYPEMAP: <<EOT
  9. crypto_generichash_state * T_PTRREF
  10. EOT
Add Comment
Please, Sign In to add comment