Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. Blowfish.xs:8:20: error: EXTERN.h: No such file or directory
  2. Blowfish.xs:9:18: error: perl.h: No such file or directory
  3. Blowfish.xs:10:18: error: XSUB.h: No such file or directory
  4. In file included from Blowfish.xs:12:
  5. blowfish.h:1:23: error: sys/types.h: No such file or directory
  6. Blowfish.c:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void'
  7. Blowfish.c:40: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'void'
  8. Blowfish.c:73: warning: data definition has no type or storage class
  9. Blowfish.c:73: warning: parameter names (without types) in function declaration
  10. Blowfish.c: In function 'XS':
  11. Blowfish.c:79: error: 'dXSARGS' undeclared (first use in this function)
  12. Blowfish.c:79: error: (Each undeclared identifier is reported only once
  13. Blowfish.c:79: error: for each function it appears in.)
  14. Blowfish.c:81: error: 'items' undeclared (first use in this function)
  15. Blowfish.c:82: error: 'cv' undeclared (first use in this function)
  16. Blowfish.c:85: error: 'STRLEN' undeclared (first use in this function)
  17. Blowfish.c:85: error: expected ';' before 'key_len'
  18. Blowfish.c:87: error: 'dXSTARG' undeclared (first use in this function)
  19. Blowfish.xs:35: error: 'key_len' undeclared (first use in this function)
  20. Blowfish.xs:42: error: lvalue required as left operand of assignment
  21. Blowfish.c: At top level:
  22. Blowfish.c:110: warning: data definition has no type or storage class
  23. Blowfish.c:110: warning: parameter names (without types) in function declaration
  24. Blowfish.c:111: error: redefinition of 'XS'
  25. Blowfish.c:74: note: previous definition of 'XS' was here
  26. Blowfish.c: In function 'XS':
  27. Blowfish.c:116: error: 'dXSARGS' undeclared (first use in this function)
  28. Blowfish.c:118: error: 'items' undeclared (first use in this function)
  29. Blowfish.c:119: error: 'cv' undeclared (first use in this function)
  30. Blowfish.c:122: error: 'SV' undeclared (first use in this function)
  31. Blowfish.c:122: error: 'output' undeclared (first use in this function)
  32. Blowfish.c:124: error: 'STRLEN' undeclared (first use in this function)
  33. Blowfish.c:124: error: expected ';' before 'input_len'
  34. Blowfish.c:125: error: expected ';' before 'output_len'
  35. Blowfish.c:126: error: expected ';' before 'ks_len'
  36. Blowfish.xs:56: error: 'input_len' undeclared (first use in this function)
  37. Blowfish.xs:60: error: 'ks_len' undeclared (first use in this function)
  38. Blowfish.xs:62: error: 'PL_sv_undef' undeclared (first use in this function)
  39. Blowfish.xs:64: error: 'output_len' undeclared (first use in this function)
  40. Blowfish.xs:66: error: 'SVt_PV' undeclared (first use in this function)
  41. Blowfish.c: At top level:
  42. Blowfish.c:162: warning: data definition has no type or storage class
  43. Blowfish.c:162: warning: parameter names (without types) in function declaration
  44. Blowfish.c:163: error: redefinition of 'XS'
  45. Blowfish.c:74: note: previous definition of 'XS' was here
  46. Blowfish.c: In function 'XS':
  47. Blowfish.c:168: error: 'dXSARGS' undeclared (first use in this function)
  48. Blowfish.c:172: error: 'cv' undeclared (first use in this function)
  49. Blowfish.c:173: error: 'items' undeclared (first use in this function)
  50. Blowfish.c:174: error: 'XS_VERSION_BOOTCHECK' undeclared (first use in this function)
  51. Blowfish.c:176: error: 'XS_Crypt__Blowfish_init' undeclared (first use in this function)
  52. Blowfish.c:177: error: 'XS_Crypt__Blowfish_crypt' undeclared (first use in this function)
  53. Blowfish.c:178: error: 'PL_unitcheckav' undeclared (first use in this function)
  54. Blowfish.c:179: error: 'PL_scopestack_ix' undeclared (first use in this function)
  55. Blowfish.c:180: error: 'XSRETURN_YES' undeclared (first use in this function)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement