Guest User

Untitled

a guest
Jul 7th, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. $ c2ffi /tmp/tmpP3BI68WQ.tmp -o /home/phoe/LzmaEnc.x86_64-pc-linux-gnu.spec -A x86_64-pc-linux-gnu
  2. In file included from /tmp/tmpP3BI68WQ.tmp:2:
  3. /tmp/tmpB2JTL1W9.tmp:2:43: error: expected expression
  4. const long __c2ffi__PTRDIFF_T = _PTRDIFF_T;
  5. ^
  6. /tmp/tmpB2JTL1W9.tmp:3:45: error: expected expression
  7. const long __c2ffi_MY_STD_CALL = MY_STD_CALL;
  8. ^
  9. /tmp/tmpB2JTL1W9.tmp:4:47: error: expected expression
  10. const long __c2ffi___7Z_TYPES_H = __7Z_TYPES_H;
  11. ^
  12. /tmp/tmpB2JTL1W9.tmp:5:47: error: expected expression
  13. const long __c2ffi_MY_FAST_CALL = MY_FAST_CALL;
  14. ^
  15. /tmp/tmpB2JTL1W9.tmp:6:37: error: expected expression
  16. const long __c2ffi__SIZE_T = _SIZE_T;
  17. ^
  18. /tmp/tmpB2JTL1W9.tmp:7:39: error: expected expression
  19. const long __c2ffi_MY_CDECL = MY_CDECL;
  20. ^
  21. /tmp/tmpB2JTL1W9.tmp:8:43: error: expected expression
  22. const long __c2ffi___STDDEF_H = __STDDEF_H;
  23. ^
  24. /tmp/tmpB2JTL1W9.tmp:10:39: error: use of undeclared identifier '__need_ptrdiff_t'
  25. const long __c2ffi___need_ptrdiff_t = __need_ptrdiff_t;
  26. ^
  27. Skipping invalid Decl:
  28. VarDecl 0x55b8878c2ac0 </tmp/tmpB2JTL1W9.tmp:10:1, col:12> col:12 invalid __c2ffi___need_ptrdiff_t 'const long'
  29. /tmp/tmpB2JTL1W9.tmp:11:36: error: use of undeclared identifier '__need_size_t'
  30. const long __c2ffi___need_size_t = __need_size_t;
  31. ^
  32. Skipping invalid Decl:
  33. VarDecl 0x55b8878c2b60 </tmp/tmpB2JTL1W9.tmp:11:1, col:12> col:12 invalid __c2ffi___need_size_t 'const long'
  34. /tmp/tmpB2JTL1W9.tmp:12:37: error: use of undeclared identifier '__need_wchar_t'
  35. const long __c2ffi___need_wchar_t = __need_wchar_t;
  36. ^
  37. Skipping invalid Decl:
  38. VarDecl 0x55b8878c2be8 </tmp/tmpB2JTL1W9.tmp:12:1, col:12> col:12 invalid __c2ffi___need_wchar_t 'const long'
  39. /tmp/tmpB2JTL1W9.tmp:13:34: error: use of undeclared identifier '__need_NULL'
  40. const long __c2ffi___need_NULL = __need_NULL;
  41. ^
  42. Skipping invalid Decl:
  43. VarDecl 0x55b8878c2c70 </tmp/tmpB2JTL1W9.tmp:13:1, col:12> col:12 invalid __c2ffi___need_NULL 'const long'
  44. /tmp/tmpB2JTL1W9.tmp:14:43: error: use of undeclared identifier '__need_STDDEF_H_misc'
  45. const long __c2ffi___need_STDDEF_H_misc = __need_STDDEF_H_misc;
  46. ^
  47. Skipping invalid Decl:
  48. VarDecl 0x55b8878c2cf8 </tmp/tmpB2JTL1W9.tmp:14:1, col:12> col:12 invalid __c2ffi___need_STDDEF_H_misc 'const long'
  49. /tmp/tmpB2JTL1W9.tmp:15:39: error: expected expression
  50. const long __c2ffi__WCHAR_T = _WCHAR_T;
  51. ^
  52. /tmp/tmpB2JTL1W9.tmp:16:12: warning: incompatible pointer to integer conversion initializing 'const long' with an expression of type 'void *'
  53. const long __c2ffi_NULL = NULL;
  54. ^ ~~~~
  55. /tmp/tmpB2JTL1W9.tmp:17:51: error: expected expression
  56. const long __c2ffi_EXTERN_C_BEGIN = EXTERN_C_BEGIN;
  57. ^
  58. /tmp/tmpB2JTL1W9.tmp:18:77: error: expected expression
  59. const long __c2ffi___CLANG_MAX_ALIGN_T_DEFINED = __CLANG_MAX_ALIGN_T_DEFINED;
  60. ^
  61. /tmp/tmpB2JTL1W9.tmp:21:47: error: expected expression
  62. const long __c2ffi_EXTERN_C_END = EXTERN_C_END;
  63. ^
  64. /tmp/tmpB2JTL1W9.tmp:37:12: warning: incompatible pointer to integer conversion initializing 'const long' with an expression of type 'int [2]'
  65. const long __c2ffi_WSTRING_PATH_SEPARATOR = WSTRING_PATH_SEPARATOR;
  66. ^ ~~~~~~~~~~~~~~~~~~~~~~
  67. c2ffi: /usr/lib/llvm-4.0/include/clang/AST/Expr.h:1532: llvm::StringRef clang::StringLiteral::getString() const: Assertion `CharByteWidth==1 && "This function is used in places that assume strings use char"' failed.
  68. Przerwane
Advertisement
Add Comment
Please, Sign In to add comment