Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In file included from cole.c:24:
- ../config.h:8:16: error: duplicate 'unsigned'
- 8 | #define size_t unsigned
- | ^~~~~~~~
- In file included from internal.h:33,
- from cole.h:37,
- from cole.c:25:
- support.h:52:2: error: #error No 4 byte length float type found.
- 52 | #error No 4 byte length float type found.
- | ^~~~~
- support.h:61:2: error: #error No 8 byte length float type found.
- 61 | #error No 8 byte length float type found.
- | ^~~~~
- support.h:68:2: error: #error No 1 byte length type found.
- 68 | #error No 1 byte length type found.
- | ^~~~~
- support.h:69:2: error: #error Char is not a byte! Mmmh... maybe you need another compiler.
- 69 | #error Char is not a byte! Mmmh... maybe you need another compiler.
- | ^~~~~
- support.h:80:2: error: #error No 2 byte length type found.
- 80 | #error No 2 byte length type found.
- | ^~~~~
- support.h:91:2: error: #error No 2 byte length type found.
- 91 | #error No 2 byte length type found.
- | ^~~~~
- support.h:103:2: error: #error No 4 byte length type found.
- 103 | #error No 4 byte length type found.
- | ^~~~~
- support.h:114:2: error: #error No 4 byte length type found.
- 114 | #error No 4 byte length type found.
- | ^~~~~
- support.h:130:1: error: unknown type name 'U16'
- 130 | U16 fil_sreadU16 (U8 * in);
- | ^~~
- support.h:130:19: error: unknown type name 'U8'
- 130 | U16 fil_sreadU16 (U8 * in);
- | ^~
- support.h:131:1: error: unknown type name 'U32'
- 131 | U32 fil_sreadU32 (U8 * in);
- | ^~~
- support.h:131:19: error: unknown type name 'U8'
- 131 | U32 fil_sreadU32 (U8 * in);
- | ^~
- support.h:132:1: error: unknown type name 'F64'
- 132 | F64 fil_sreadF64 (U8 * in);
- | ^~~
- support.h:132:19: error: unknown type name 'U8'
- 132 | F64 fil_sreadF64 (U8 * in);
- | ^~
- support.h:134:21: error: unknown type name 'U8'
- 134 | void fil_swriteU16 (U8 * dest, U16 * src);
- | ^~
- support.h:134:32: error: unknown type name 'U16'
- 134 | void fil_swriteU16 (U8 * dest, U16 * src);
- | ^~~
- support.h:135:21: error: unknown type name 'U8'
- 135 | void fil_swriteU32 (U8 * dest, U32 * src);
- | ^~
- support.h:135:32: error: unknown type name 'U32'
- 135 | void fil_swriteU32 (U8 * dest, U32 * src);
- | ^~~
- In file included from cole.h:37,
- from cole.c:25:
- internal.h:47:5: error: unknown type name 'U8'
- 47 | U8 type; /* 5 == root, 1 == dir, 2 == file */
- | ^~
- internal.h:48:5: error: unknown type name 'U32'
- 48 | U32 size; /* the size of the file,
- | ^~~
- internal.h:50:5: error: unknown type name 'U32'
- 50 | U32 next; /* next entry in this level,
- | ^~~
- internal.h:52:5: error: unknown type name 'U32'
- 52 | U32 dir; /* valid only if type != 2 */
- | ^~~
- internal.h:53:5: error: unknown type name 'U16'
- 53 | U16 level; /* level in the ole tree */
- | ^~~
- internal.h:54:5: error: unknown type name 'U32'
- 54 | U32 seconds1;
- | ^~~
- internal.h:55:5: error: unknown type name 'U32'
- 55 | U32 seconds2;
- | ^~~
- internal.h:56:5: error: unknown type name 'U32'
- 56 | U32 days1;
- | ^~~
- internal.h:57:5: error: unknown type name 'U32'
- 57 | U32 days2;
- | ^~~
- internal.h:58:5: error: unknown type name 'U32'
- 58 | U32 start; /* start block */
- | ^~~
- internal.h:62:5: error: unknown type name 'U32'
- 62 | U32 previous; /* previous pps, valid before reordering */
- | ^~~
- internal.h:63:5: error: unknown type name 'U32'
- 63 | U32 ppsnumber; /* pps number */
- | ^~~
- internal.h:89:63: error: unknown type name 'U32'
- 89 | int __OLEdecode (char *OLEfilename, pps_entry ** stream_list, U32 * root,
- | ^~~
- internal.h:90:4: error: unknown type name 'U8'
- 90 | U8 **_BDepot, U8 **_SDepot, FILE **_sbfile, char **_sbfilename,
- | ^~
- internal.h:90:18: error: unknown type name 'U8'
- 90 | U8 **_BDepot, U8 **_SDepot, FILE **_sbfile, char **_sbfilename,
- | ^~
- internal.h:91:19: error: unknown type name 'U16'
- 91 | FILE **_input, U16 max_level);
- | ^~~
- internal.h:101:2: error: unknown type name 'U32'
- 101 | U32 root; /* entry root, root pps_entry */
- | ^~~
- internal.h:102:2: error: unknown type name 'U8'
- 102 | U8 *BDepot;
- | ^~
- internal.h:103:2: error: unknown type name 'U8'
- 103 | U8 *SDepot;
- | ^~
- internal.h:110:2: error: unknown type name 'U32'
- 110 | U32 entry;
- | ^~~
- internal.h:115:2: error: unknown type name 'U32'
- 115 | U32 entry;
- | ^~~
- internal.h:121:2: error: unknown type name 'U32'
- 121 | U32 entry;
- | ^~~
- internal.h:124:2: error: unknown type name 'U32'
- 124 | U32 filesize; /* actual extracted file size */
- | ^~~
- internal.h:126:2: error: unknown type name 'U32'
- 126 | U32 pos; /* file pointer position */
- | ^~~
- internal.h:128:56: error: unknown type name 'U32'
- 128 | int __cole_extract_file (FILE **file, char **filename, U32 size,
- | ^~~
- internal.h:129:5: error: unknown type name 'U32'
- 129 | U32 pps_start, U8 *BDepot, U8 *SDepot, FILE *sbfile,
- | ^~~
- internal.h:129:20: error: unknown type name 'U8'
- 129 | U32 pps_start, U8 *BDepot, U8 *SDepot, FILE *sbfile,
- | ^~
- internal.h:129:32: error: unknown type name 'U8'
- 129 | U32 pps_start, U8 *BDepot, U8 *SDepot, FILE *sbfile,
- | ^~
- cole.c: In function 'cole_mount':
- cole.c:132:10: warning: implicit declaration of function '__OLEdecode' [-Wimplicit-function-declaration]
- 132 | switch (__OLEdecode (filename, &ret->tree, &ret->root, &ret->BDepot,
- | ^~~~~~~~~~~
- cole.c: In function 'cole_fopen_direntry':
- cole.c:657:10: warning: implicit declaration of function '__cole_extract_file' [-Wimplicit-function-declaration]
- 657 | switch (__cole_extract_file (&ret->file, &ret->filename,
- | ^~~~~~~~~~~~~~~~~~~
- make[1]: *** [Makefile:135: cole.o] Error 1
- make[1]: Leaving directory '/home/user/.cache/yay/xlhtml/src/xlhtml/cole'
- make: *** [Makefile:149: all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement