Advertisement
Guest User

Untitled

a guest
Dec 31st, 2019
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.47 KB | None | 0 0
  1. In file included from cole.c:24:
  2. ../config.h:8:16: error: duplicate 'unsigned'
  3. 8 | #define size_t unsigned
  4. | ^~~~~~~~
  5. In file included from internal.h:33,
  6. from cole.h:37,
  7. from cole.c:25:
  8. support.h:52:2: error: #error No 4 byte length float type found.
  9. 52 | #error No 4 byte length float type found.
  10. | ^~~~~
  11. support.h:61:2: error: #error No 8 byte length float type found.
  12. 61 | #error No 8 byte length float type found.
  13. | ^~~~~
  14. support.h:68:2: error: #error No 1 byte length type found.
  15. 68 | #error No 1 byte length type found.
  16. | ^~~~~
  17. support.h:69:2: error: #error Char is not a byte! Mmmh... maybe you need another compiler.
  18. 69 | #error Char is not a byte! Mmmh... maybe you need another compiler.
  19. | ^~~~~
  20. support.h:80:2: error: #error No 2 byte length type found.
  21. 80 | #error No 2 byte length type found.
  22. | ^~~~~
  23. support.h:91:2: error: #error No 2 byte length type found.
  24. 91 | #error No 2 byte length type found.
  25. | ^~~~~
  26. support.h:103:2: error: #error No 4 byte length type found.
  27. 103 | #error No 4 byte length type found.
  28. | ^~~~~
  29. support.h:114:2: error: #error No 4 byte length type found.
  30. 114 | #error No 4 byte length type found.
  31. | ^~~~~
  32. support.h:130:1: error: unknown type name 'U16'
  33. 130 | U16 fil_sreadU16 (U8 * in);
  34. | ^~~
  35. support.h:130:19: error: unknown type name 'U8'
  36. 130 | U16 fil_sreadU16 (U8 * in);
  37. | ^~
  38. support.h:131:1: error: unknown type name 'U32'
  39. 131 | U32 fil_sreadU32 (U8 * in);
  40. | ^~~
  41. support.h:131:19: error: unknown type name 'U8'
  42. 131 | U32 fil_sreadU32 (U8 * in);
  43. | ^~
  44. support.h:132:1: error: unknown type name 'F64'
  45. 132 | F64 fil_sreadF64 (U8 * in);
  46. | ^~~
  47. support.h:132:19: error: unknown type name 'U8'
  48. 132 | F64 fil_sreadF64 (U8 * in);
  49. | ^~
  50. support.h:134:21: error: unknown type name 'U8'
  51. 134 | void fil_swriteU16 (U8 * dest, U16 * src);
  52. | ^~
  53. support.h:134:32: error: unknown type name 'U16'
  54. 134 | void fil_swriteU16 (U8 * dest, U16 * src);
  55. | ^~~
  56. support.h:135:21: error: unknown type name 'U8'
  57. 135 | void fil_swriteU32 (U8 * dest, U32 * src);
  58. | ^~
  59. support.h:135:32: error: unknown type name 'U32'
  60. 135 | void fil_swriteU32 (U8 * dest, U32 * src);
  61. | ^~~
  62. In file included from cole.h:37,
  63. from cole.c:25:
  64. internal.h:47:5: error: unknown type name 'U8'
  65. 47 | U8 type; /* 5 == root, 1 == dir, 2 == file */
  66. | ^~
  67. internal.h:48:5: error: unknown type name 'U32'
  68. 48 | U32 size; /* the size of the file,
  69. | ^~~
  70. internal.h:50:5: error: unknown type name 'U32'
  71. 50 | U32 next; /* next entry in this level,
  72. | ^~~
  73. internal.h:52:5: error: unknown type name 'U32'
  74. 52 | U32 dir; /* valid only if type != 2 */
  75. | ^~~
  76. internal.h:53:5: error: unknown type name 'U16'
  77. 53 | U16 level; /* level in the ole tree */
  78. | ^~~
  79. internal.h:54:5: error: unknown type name 'U32'
  80. 54 | U32 seconds1;
  81. | ^~~
  82. internal.h:55:5: error: unknown type name 'U32'
  83. 55 | U32 seconds2;
  84. | ^~~
  85. internal.h:56:5: error: unknown type name 'U32'
  86. 56 | U32 days1;
  87. | ^~~
  88. internal.h:57:5: error: unknown type name 'U32'
  89. 57 | U32 days2;
  90. | ^~~
  91. internal.h:58:5: error: unknown type name 'U32'
  92. 58 | U32 start; /* start block */
  93. | ^~~
  94. internal.h:62:5: error: unknown type name 'U32'
  95. 62 | U32 previous; /* previous pps, valid before reordering */
  96. | ^~~
  97. internal.h:63:5: error: unknown type name 'U32'
  98. 63 | U32 ppsnumber; /* pps number */
  99. | ^~~
  100. internal.h:89:63: error: unknown type name 'U32'
  101. 89 | int __OLEdecode (char *OLEfilename, pps_entry ** stream_list, U32 * root,
  102. | ^~~
  103. internal.h:90:4: error: unknown type name 'U8'
  104. 90 | U8 **_BDepot, U8 **_SDepot, FILE **_sbfile, char **_sbfilename,
  105. | ^~
  106. internal.h:90:18: error: unknown type name 'U8'
  107. 90 | U8 **_BDepot, U8 **_SDepot, FILE **_sbfile, char **_sbfilename,
  108. | ^~
  109. internal.h:91:19: error: unknown type name 'U16'
  110. 91 | FILE **_input, U16 max_level);
  111. | ^~~
  112. internal.h:101:2: error: unknown type name 'U32'
  113. 101 | U32 root; /* entry root, root pps_entry */
  114. | ^~~
  115. internal.h:102:2: error: unknown type name 'U8'
  116. 102 | U8 *BDepot;
  117. | ^~
  118. internal.h:103:2: error: unknown type name 'U8'
  119. 103 | U8 *SDepot;
  120. | ^~
  121. internal.h:110:2: error: unknown type name 'U32'
  122. 110 | U32 entry;
  123. | ^~~
  124. internal.h:115:2: error: unknown type name 'U32'
  125. 115 | U32 entry;
  126. | ^~~
  127. internal.h:121:2: error: unknown type name 'U32'
  128. 121 | U32 entry;
  129. | ^~~
  130. internal.h:124:2: error: unknown type name 'U32'
  131. 124 | U32 filesize; /* actual extracted file size */
  132. | ^~~
  133. internal.h:126:2: error: unknown type name 'U32'
  134. 126 | U32 pos; /* file pointer position */
  135. | ^~~
  136. internal.h:128:56: error: unknown type name 'U32'
  137. 128 | int __cole_extract_file (FILE **file, char **filename, U32 size,
  138. | ^~~
  139. internal.h:129:5: error: unknown type name 'U32'
  140. 129 | U32 pps_start, U8 *BDepot, U8 *SDepot, FILE *sbfile,
  141. | ^~~
  142. internal.h:129:20: error: unknown type name 'U8'
  143. 129 | U32 pps_start, U8 *BDepot, U8 *SDepot, FILE *sbfile,
  144. | ^~
  145. internal.h:129:32: error: unknown type name 'U8'
  146. 129 | U32 pps_start, U8 *BDepot, U8 *SDepot, FILE *sbfile,
  147. | ^~
  148. cole.c: In function 'cole_mount':
  149. cole.c:132:10: warning: implicit declaration of function '__OLEdecode' [-Wimplicit-function-declaration]
  150. 132 | switch (__OLEdecode (filename, &ret->tree, &ret->root, &ret->BDepot,
  151. | ^~~~~~~~~~~
  152. cole.c: In function 'cole_fopen_direntry':
  153. cole.c:657:10: warning: implicit declaration of function '__cole_extract_file' [-Wimplicit-function-declaration]
  154. 657 | switch (__cole_extract_file (&ret->file, &ret->filename,
  155. | ^~~~~~~~~~~~~~~~~~~
  156. make[1]: *** [Makefile:135: cole.o] Error 1
  157. make[1]: Leaving directory '/home/user/.cache/yay/xlhtml/src/xlhtml/cole'
  158. make: *** [Makefile:149: all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement