Test ran at 2024-09-28 13:30:04.231134+00:00 SOLUTION: hungarian=1.0.0: Ada wrapper for the fast Stachniss' Hungarian solver Origin: source archive v1.0.0.tar.gz at https://github.com/mosteo/hungarian/archive/v1.0.0.tar.gz with hash sha512:f68365050bcdbaea00cae17601ddc3c2d6d5156bef038875c3594d310c756b0ac51c1b9c751b593f7ab59393eca3f109205bab9b7557a7a2b6ecfa0e1dcf3fd1 Properties: Author: alejandro@mosteo.com Description: Ada wrapper for the fast Stachniss' Hungarian solver GPR Scenario: Build_Type := Debug | Release | No_Option | Profile License: LGPL-3.0-only Maintainer: alejandro@mosteo.com Maintainers_Logins: mosteo Name: hungarian Version: 1.0.0 LOG: Note: Deploying hungarian=1.0.0... #=#=# ##O#-# ##O=# # #=#=-# # Note: Building hungarian/hungarian.gpr... Compile [C] hungarian.c [Ada] hungarian_solver.adb In file included from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:27: /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:80:14: error: expected ';' before 'extern' 80 | __BEGIN_DECLS | ^ | ; 81 | extern FILE *__stdinp; | ~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:81:8: error: unknown type name 'FILE' 81 | extern FILE *__stdinp; | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:82:8: error: unknown type name 'FILE' 82 | extern FILE *__stdoutp; | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:83:8: error: unknown type name 'FILE' 83 | extern FILE *__stderrp; | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:84:1: error: unknown type name '__END_DECLS' 84 | __END_DECLS | ^~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:155:14: error: expected ';' before 'void' 155 | __BEGIN_DECLS | ^ | ; 156 | void clearerr(FILE *); | ~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:156:16: error: unknown type name 'FILE' 156 | void clearerr(FILE *); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:79:1: note: 'FILE' is defined in header ''; did you forget to '#include '? 78 | #include <_stdio.h> +++ |+#include 79 | /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:157:13: error: unknown type name 'FILE' 157 | int fclose(FILE *); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:157:13: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:158:11: error: unknown type name 'FILE' 158 | int feof(FILE *); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:158:11: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:159:13: error: unknown type name 'FILE' 159 | int ferror(FILE *); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:159:13: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:160:13: error: unknown type name 'FILE' 160 | int fflush(FILE *); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:160:13: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:161:12: error: unknown type name 'FILE' 161 | int fgetc(FILE *); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:161:12: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:162:14: error: unknown type name 'FILE' 162 | int fgetpos(FILE * __restrict, fpos_t *); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:162:14: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:162:33: error: unknown type name 'fpos_t' 162 | int fgetpos(FILE * __restrict, fpos_t *); | ^~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:162:33: note: 'fpos_t' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:163:37: error: unknown type name 'FILE' 163 | char *fgets(char * __restrict, int, FILE *); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:163:37: note: 'FILE' is defined in header ''; did you forget to '#include '? In file included from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:27: /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:167:1: error: unknown type name 'FILE' 167 | FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:167:1: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h: In function 'fopen': /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:167:81: error: expected declaration specifiers before '__DARWIN_ALIAS_STARTING' 167 | FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | ^~~~~~~~~~~~~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:169:14: error: unknown type name 'FILE' 169 | int fprintf(FILE * __restrict, const char * __restrict, ...) __printflike(2, 3); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:169:14: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:170:17: error: unknown type name 'FILE' 170 | int fputc(int, FILE *); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:170:17: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:171:37: error: unknown type name 'FILE' 171 | int fputs(const char * __restrict, FILE * __restrict) __DARWIN_ALIAS(fputs); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:171:37: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:172:1: error: unknown type name 'size_t' 172 | size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | ^~~~~~ In file included from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:27: /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:79:1: note: 'size_t' is defined in header ''; did you forget to '#include '? 78 | #include <_stdio.h> +++ |+#include 79 | In file included from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:27: /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:172:40: error: unknown type name 'size_t' 172 | size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | ^~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:172:40: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:172:55: error: unknown type name 'size_t' 172 | size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | ^~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:172:55: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:172:72: error: unknown type name 'FILE' 172 | size_t fread(void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:172:72: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:173:1: error: unknown type name 'FILE' 173 | FILE *freopen(const char * __restrict, const char * __restrict, | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:173:1: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:174:18: error: unknown type name 'FILE' 174 | FILE * __restrict) __DARWIN_ALIAS(freopen); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:174:18: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:175:13: error: unknown type name 'FILE' 175 | int fscanf(FILE * __restrict, const char * __restrict, ...) __scanflike(2, 3); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:175:13: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:176:12: error: unknown type name 'FILE' 176 | int fseek(FILE *, long, int); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:176:12: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:177:14: error: unknown type name 'FILE' 177 | int fsetpos(FILE *, const fpos_t *); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:177:14: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:177:28: error: unknown type name 'fpos_t' 177 | int fsetpos(FILE *, const fpos_t *); | ^~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:178:13: error: unknown type name 'FILE' 178 | long ftell(FILE *); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:178:13: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:179:1: error: unknown type name 'size_t' 179 | size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | ^~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:179:1: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:179:47: error: unknown type name 'size_t' 179 | size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | ^~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:179:47: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:179:62: error: unknown type name 'size_t' 179 | size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | ^~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:179:62: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:179:79: error: unknown type name 'FILE' 179 | size_t fwrite(const void * __restrict __ptr, size_t __size, size_t __nitems, FILE * __restrict __stream) __DARWIN_ALIAS(fwrite); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:179:79: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:180:11: error: unknown type name 'FILE' 180 | int getc(FILE *); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:180:11: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:183:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cold' 183 | void perror(const char *) __cold; | ^~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:184:43: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__printflike' 184 | int printf(const char * __restrict, ...) __printflike(1, 2); | ^~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:185:16: error: unknown type name 'FILE' 185 | int putc(int, FILE *); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:185:16: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:190:14: error: unknown type name 'FILE' 190 | void rewind(FILE *); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:190:14: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:191:42: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__scanflike' 191 | int scanf(const char * __restrict, ...) __scanflike(1, 2); | ^~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:192:14: error: unknown type name 'FILE' 192 | void setbuf(FILE * __restrict, char * __restrict); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:192:14: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:193:14: error: unknown type name 'FILE' 193 | int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:193:14: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:193:57: error: unknown type name 'size_t' 193 | int setvbuf(FILE * __restrict, char * __restrict, int, size_t); | ^~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:193:57: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:194:63: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__printflike' 194 | int sprintf(char * __restrict, const char * __restrict, ...) __printflike(2, 3) __swift_unavailable("Use snprintf instead."); | ^~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:195:68: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__scanflike' 195 | int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); | ^~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:196:1: error: unknown type name 'FILE' 196 | FILE *tmpfile(void); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:196:1: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:198:1: error: expected declaration specifiers before '__swift_unavailable' 198 | __swift_unavailable("Use mkstemp(3) instead.") | ^~~~~~~~~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:203:18: error: unknown type name 'FILE' 203 | int ungetc(int, FILE *); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:203:18: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:204:15: error: unknown type name 'FILE' 204 | int vfprintf(FILE * __restrict, const char * __restrict, __gnuc_va_list) __printflike(2, 0); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:204:15: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:205:55: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__printflike' 205 | int vprintf(const char * __restrict, __gnuc_va_list) __printflike(1, 0); | ^~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:206:75: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__printflike' 206 | int vsprintf(char * __restrict, const char * __restrict, __gnuc_va_list) __printflike(2, 0) __swift_unavailable("Use vsnprintf instead."); | ^~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:207:1: error: unknown type name '__END_DECLS' 207 | __END_DECLS | ^~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:381:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'extern' 381 | extern __const int sys_nerr; /* perror(3) external variables */ | ^~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:382:30: error: storage class specified for parameter 'sys_errlist' 382 | extern __const char *__const sys_errlist[]; | ^~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:384:65: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__printflike' 384 | int asprintf(char ** __restrict, const char * __restrict, ...) __printflike(2, 3); | ^~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:386:14: error: unknown type name 'FILE' 386 | char *fgetln(FILE *, size_t *); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:386:14: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:386:22: error: unknown type name 'size_t' 386 | char *fgetln(FILE *, size_t *); | ^~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:386:22: note: 'size_t' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:388:13: error: unknown type name 'FILE' 388 | int fpurge(FILE *); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:388:13: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:389:17: error: unknown type name 'FILE' 389 | void setbuffer(FILE *, char *, int); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:389:17: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:390:17: error: unknown type name 'FILE' 390 | int setlinebuf(FILE *); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:390:17: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:391:77: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__printflike' 391 | int vasprintf(char ** __restrict, const char * __restrict, __gnuc_va_list) __printflike(2, 0); | ^~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:392:1: error: unknown type name 'FILE' 392 | FILE *zopen(const char *, const char *, int); | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:392:1: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:398:1: error: unknown type name 'FILE' 398 | FILE *funopen(const void *, | ^~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:398:1: note: 'FILE' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:400:25: error: conflicting types for '_Nullable' 400 | int (* _Nullable)(void *, const char *, int), | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:399:25: note: previous definition of '_Nullable' was here 399 | int (* _Nullable)(void *, char *, int), | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:401:18: error: unknown type name 'fpos_t' 401 | fpos_t (* _Nullable)(void *, fpos_t, int), | ^~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:401:18: note: 'fpos_t' is defined in header ''; did you forget to '#include '? /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:402:25: error: conflicting types for '_Nullable' 402 | int (* _Nullable)(void *)); | ~~~~~~~^~~~~~~~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:400:25: note: previous definition of '_Nullable' was here 400 | int (* _Nullable)(void *, const char *, int), | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:62, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:567:30: error: missing ')' after "__has_attribute" 567 | #if __has_cpp_attribute(clang::unsafe_buffer_usage) | ^~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:567:32: error: missing binary operator before token "unsafe_buffer_usage" 567 | #if __has_cpp_attribute(clang::unsafe_buffer_usage) | ^~~~~~~~~~~~~~~~~~~ In file included from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:27: /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:403:1: error: expected declaration specifiers before '__END_DECLS' 403 | __END_DECLS | ^~~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:32, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:64, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:56:33: error: storage class specified for parameter '__uint8_t' 56 | typedef unsigned char __uint8_t; | ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:57:33: error: storage class specified for parameter '__int16_t' 57 | typedef short __int16_t; | ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:58:33: error: storage class specified for parameter '__uint16_t' 58 | typedef unsigned short __uint16_t; | ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:59:33: error: storage class specified for parameter '__int32_t' 59 | typedef int __int32_t; | ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:60:33: error: storage class specified for parameter '__uint32_t' 60 | typedef unsigned int __uint32_t; | ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:61:33: error: storage class specified for parameter '__int64_t' 61 | typedef long long __int64_t; | ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:62:33: error: storage class specified for parameter '__uint64_t' 62 | typedef unsigned long long __uint64_t; | ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:64:33: error: storage class specified for parameter '__darwin_intptr_t' 64 | typedef long __darwin_intptr_t; | ^~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:65:33: error: storage class specified for parameter '__darwin_natural_t' 65 | typedef unsigned int __darwin_natural_t; | ^~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:85:33: error: storage class specified for parameter '__darwin_ct_rune_t' 85 | typedef int __darwin_ct_rune_t; /* ct_rune_t */ | ^~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:94:3: error: storage class specified for parameter '__mbstate_t' 94 | } __mbstate_t; | ^~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:96:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__darwin_mbstate_t' 96 | typedef __mbstate_t __darwin_mbstate_t; /* mbstate_t */ | ^~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:101:33: error: storage class specified for parameter '__darwin_ptrdiff_t' 101 | typedef __PTRDIFF_TYPE__ __darwin_ptrdiff_t; /* ptr1 - ptr2 */ | ^~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:111:33: error: storage class specified for parameter '__darwin_size_t' 111 | typedef __SIZE_TYPE__ __darwin_size_t; /* sizeof() */ | ^~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:119:33: error: storage class specified for parameter '__darwin_va_list' 119 | typedef __builtin_va_list __darwin_va_list; /* va_list */ | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:127:33: error: storage class specified for parameter '__darwin_wchar_t' 127 | typedef __WCHAR_TYPE__ __darwin_wchar_t; /* wchar_t */ | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:132:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__darwin_rune_t' 132 | typedef __darwin_wchar_t __darwin_rune_t; /* rune_t */ | ^~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:135:33: error: storage class specified for parameter '__darwin_wint_t' 135 | typedef __WINT_TYPE__ __darwin_wint_t; /* wint_t */ | ^~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:140:33: error: storage class specified for parameter '__darwin_clock_t' 140 | typedef unsigned long __darwin_clock_t; /* clock() */ | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:141:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__darwin_socklen_t' 141 | typedef __uint32_t __darwin_socklen_t; /* socklen_t (duh) */ | ^~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:142:33: error: storage class specified for parameter '__darwin_ssize_t' 142 | typedef long __darwin_ssize_t; /* byte count or error */ | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_types.h:143:33: error: storage class specified for parameter '__darwin_time_t' 143 | typedef long __darwin_time_t; /* time() */ | ^~~~~~~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:64, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:67:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__darwin_blkcnt_t' 67 | typedef __int64_t __darwin_blkcnt_t; /* total blocks */ | ^~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__darwin_blksize_t' 68 | typedef __int32_t __darwin_blksize_t; /* preferred block size */ | ^~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:69:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__darwin_dev_t' 69 | typedef __int32_t __darwin_dev_t; /* dev_t */ | ^~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:25: error: storage class specified for parameter '__darwin_fsblkcnt_t' 70 | typedef unsigned int __darwin_fsblkcnt_t; /* Used by statvfs and fstatvfs */ | ^~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:25: error: storage class specified for parameter '__darwin_fsfilcnt_t' 71 | typedef unsigned int __darwin_fsfilcnt_t; /* Used by statvfs and fstatvfs */ | ^~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__darwin_gid_t' 72 | typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */ | ^~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__darwin_id_t' 73 | typedef __uint32_t __darwin_id_t; /* [XSI] pid_t, uid_t, or gid_t*/ | ^~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__darwin_ino64_t' 74 | typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__darwin_ino64_t' 76 | typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */ | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:26: error: storage class specified for parameter '__darwin_ino_t' 76 | typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */ | ^~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:80:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__darwin_mach_port_name_t' 80 | typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:81:9: error: unknown type name '__darwin_mach_port_name_t' 81 | typedef __darwin_mach_port_name_t __darwin_mach_port_t; /* Used by mach */ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:81:35: error: storage class specified for parameter '__darwin_mach_port_t' 81 | typedef __darwin_mach_port_name_t __darwin_mach_port_t; /* Used by mach */ | ^~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:82:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__darwin_mode_t' 82 | typedef __uint16_t __darwin_mode_t; /* [???] Some file attributes */ | ^~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:83:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__darwin_off_t' 83 | typedef __int64_t __darwin_off_t; /* [???] Used for file sizes */ | ^~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:84:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__darwin_pid_t' 84 | typedef __int32_t __darwin_pid_t; /* [???] process and group IDs */ | ^~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:85:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__darwin_sigset_t' 85 | typedef __uint32_t __darwin_sigset_t; /* [???] signal set */ | ^~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:86:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__darwin_suseconds_t' 86 | typedef __int32_t __darwin_suseconds_t; /* [???] microseconds */ | ^~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:87:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__darwin_uid_t' 87 | typedef __uint32_t __darwin_uid_t; /* [???] user IDs */ | ^~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:88:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__darwin_useconds_t' 88 | typedef __uint32_t __darwin_useconds_t; /* [???] microseconds */ | ^~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:89:25: error: storage class specified for parameter '__darwin_uuid_t' 89 | typedef unsigned char __darwin_uuid_t[16]; | ^~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:90:17: error: storage class specified for parameter '__darwin_uuid_string_t' 90 | typedef char __darwin_uuid_string_t[37]; | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:94, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:64, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:109:39: error: storage class specified for parameter '__darwin_pthread_attr_t' 109 | typedef struct _opaque_pthread_attr_t __darwin_pthread_attr_t; | ^~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:110:39: error: storage class specified for parameter '__darwin_pthread_cond_t' 110 | typedef struct _opaque_pthread_cond_t __darwin_pthread_cond_t; | ^~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:111:43: error: storage class specified for parameter '__darwin_pthread_condattr_t' 111 | typedef struct _opaque_pthread_condattr_t __darwin_pthread_condattr_t; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:112:23: error: storage class specified for parameter '__darwin_pthread_key_t' 112 | typedef unsigned long __darwin_pthread_key_t; | ^~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:113:40: error: storage class specified for parameter '__darwin_pthread_mutex_t' 113 | typedef struct _opaque_pthread_mutex_t __darwin_pthread_mutex_t; | ^~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:114:44: error: storage class specified for parameter '__darwin_pthread_mutexattr_t' 114 | typedef struct _opaque_pthread_mutexattr_t __darwin_pthread_mutexattr_t; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:115:39: error: storage class specified for parameter '__darwin_pthread_once_t' 115 | typedef struct _opaque_pthread_once_t __darwin_pthread_once_t; | ^~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:116:41: error: storage class specified for parameter '__darwin_pthread_rwlock_t' 116 | typedef struct _opaque_pthread_rwlock_t __darwin_pthread_rwlock_t; | ^~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:117:45: error: storage class specified for parameter '__darwin_pthread_rwlockattr_t' 117 | typedef struct _opaque_pthread_rwlockattr_t __darwin_pthread_rwlockattr_t; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_types.h:118:35: error: storage class specified for parameter '__darwin_pthread_t' 118 | typedef struct _opaque_pthread_t *__darwin_pthread_t; | ^~~~~~~~~~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:64, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:40:14: error: storage class specified for parameter '__darwin_nl_item' 40 | typedef int __darwin_nl_item; | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:41:14: error: storage class specified for parameter '__darwin_wctrans_t' 41 | typedef int __darwin_wctrans_t; | ^~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__darwin_wctype_t' 43 | typedef __uint32_t __darwin_wctype_t; | ^~~~~~~~~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:83:3: error: storage class specified for parameter 'idtype_t' 83 | } idtype_t; | ^~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:89, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h:31:9: error: unknown type name '__darwin_pid_t' 31 | typedef __darwin_pid_t pid_t; | ^~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_pid_t.h:31:31: error: storage class specified for parameter 'pid_t' 31 | typedef __darwin_pid_t pid_t; | ^~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:90, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h:31:9: error: unknown type name '__darwin_id_t' 31 | typedef __darwin_id_t id_t; /* can hold pid_t, gid_t, or uid_t */ | ^~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_id_t.h:31:25: error: storage class specified for parameter 'id_t' 31 | typedef __darwin_id_t id_t; /* can hold pid_t, gid_t, or uid_t */ | ^~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/signal.h:32, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:82, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/signal.h:41:13: error: storage class specified for parameter 'sig_atomic_t' 41 | typedef int sig_atomic_t; | ^~~~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:79, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h:35, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:38, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h:33, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:36, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:32, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int8_t.h:30:31: error: storage class specified for parameter 'int8_t' 30 | typedef signed char int8_t; | ^~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:80, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h:35, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:38, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h:33, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:36, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:32, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int16_t.h:30:33: error: storage class specified for parameter 'int16_t' 30 | typedef short int16_t; | ^~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:81, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h:35, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:38, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h:33, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:36, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:32, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int32_t.h:30:33: error: storage class specified for parameter 'int32_t' 30 | typedef int int32_t; | ^~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:82, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h:35, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:38, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h:33, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:36, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:32, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_int64_t.h:30:33: error: storage class specified for parameter 'int64_t' 30 | typedef long long int64_t; | ^~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:84, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h:35, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:38, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h:33, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:36, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:32, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int8_t.h:30:33: error: storage class specified for parameter 'u_int8_t' 30 | typedef unsigned char u_int8_t; | ^~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:85, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h:35, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:38, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h:33, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:36, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:32, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int16_t.h:30:41: error: storage class specified for parameter 'u_int16_t' 30 | typedef unsigned short u_int16_t; | ^~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:86, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h:35, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:38, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h:33, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:36, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:32, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int32_t.h:30:33: error: storage class specified for parameter 'u_int32_t' 30 | typedef unsigned int u_int32_t; | ^~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:87, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h:35, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:38, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h:33, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:36, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:32, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_u_int64_t.h:30:33: error: storage class specified for parameter 'u_int64_t' 30 | typedef unsigned long long u_int64_t; | ^~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h:35, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:38, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h:33, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:36, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:32, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:90:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'register_t' 90 | typedef int64_t register_t; | ^~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:95, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h:35, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:38, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h:33, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:36, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:32, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_intptr_t.h:32:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'intptr_t' 32 | typedef __darwin_intptr_t intptr_t; | ^~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:96, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h:35, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:38, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h:33, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:36, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:32, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uintptr_t.h:34:33: error: storage class specified for parameter 'uintptr_t' 34 | typedef unsigned long uintptr_t; | ^~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h:35, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:38, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h:33, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:36, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:32, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:100:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'user_addr_t' 100 | typedef u_int64_t user_addr_t; | ^~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:101:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'user_size_t' 101 | typedef u_int64_t user_size_t; | ^~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:102:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'user_ssize_t' 102 | typedef int64_t user_ssize_t; | ^~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:103:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'user_long_t' 103 | typedef int64_t user_long_t; | ^~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:104:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'user_ulong_t' 104 | typedef u_int64_t user_ulong_t; | ^~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:105:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'user_time_t' 105 | typedef int64_t user_time_t; | ^~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:106:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'user_off_t' 106 | typedef int64_t user_off_t; | ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/types.h:116:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'syscall_arg_t' 116 | typedef u_int64_t syscall_arg_t; | ^~~~~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/machine/_structs.h:33, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:36, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:32, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:119:28: error: storage class specified for parameter '__darwin_fp_control_t' 119 | typedef _STRUCT_FP_CONTROL __darwin_fp_control_t; | ^~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:169:27: error: storage class specified for parameter '__darwin_fp_status_t' 169 | typedef _STRUCT_FP_STATUS __darwin_fp_status_t; | ^~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:288:2: error: expected specifier-qualifier-list before '__uint8_t' 288 | __uint8_t __fpu_ftw; /* x87 FPU tag word */ | ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:325:2: error: expected specifier-qualifier-list before '__uint8_t' 325 | __uint8_t __fpu_ftw; /* x87 FPU tag word */ | ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:371:2: error: expected specifier-qualifier-list before '__uint8_t' 371 | __uint8_t __fpu_ftw; /* x87 FPU tag word */ | ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:579:2: error: expected specifier-qualifier-list before '__uint16_t' 579 | __uint16_t __trapno; | ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:620:9: error: expected specifier-qualifier-list before '__uint8_t' 620 | __uint8_t __insn_bytes[_X86_INSTRUCTION_STATE_MAX_INSN_BYTES]; | ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:628:2: error: expected specifier-qualifier-list before '__uint64_t' 628 | __uint64_t __from_ip; | ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:641:2: error: expected specifier-qualifier-list before '__uint32_t' 641 | __uint32_t __lbr_supported_tsx : 1, | ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:717:2: error: expected specifier-qualifier-list before '__uint64_t' 717 | __uint64_t __rax; | ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:776:2: error: expected specifier-qualifier-list before '__uint64_t' 776 | __uint64_t __ds; | ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:801:2: error: expected specifier-qualifier-list before '__uint8_t' 801 | __uint8_t __fpu_ftw; /* x87 FPU tag word */ | ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:852:2: error: expected specifier-qualifier-list before '__uint8_t' 852 | __uint8_t __fpu_ftw; /* x87 FPU tag word */ | ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:920:2: error: expected specifier-qualifier-list before '__uint8_t' 920 | __uint8_t __fpu_ftw; /* x87 FPU tag word */ | ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:1256:5: error: expected specifier-qualifier-list before '__uint16_t' 1256 | __uint16_t __trapno; | ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:1276:2: error: expected specifier-qualifier-list before '__uint64_t' 1276 | __uint64_t __dr0; | ^~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/mach/i386/_structs.h:1304:2: error: expected specifier-qualifier-list before '__uint64_t' 1304 | __uint64_t __ctrs[16]; | ^~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_mcontext.h:32, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:146, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/_mcontext.h:206:34: error: storage class specified for parameter 'mcontext_t' 206 | typedef _STRUCT_MCONTEXT64 *mcontext_t; | ^~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:148, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_pthread/_pthread_attr_t.h:31:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'pthread_attr_t' 31 | typedef __darwin_pthread_attr_t pthread_attr_t; | ^~~~~~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:150, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h:45:2: error: expected specifier-qualifier-list before '__darwin_size_t' 45 | __darwin_size_t ss_size; /* signal stack length */ | ^~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigaltstack.h:48:33: error: storage class specified for parameter 'stack_t' 48 | typedef _STRUCT_SIGALTSTACK stack_t; /* [???] signal stack */ | ^~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:151, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h:46:2: error: unknown type name '__darwin_sigset_t' 46 | __darwin_sigset_t uc_sigmask; /* signal mask used by this context */ | ^~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h:49:2: error: expected specifier-qualifier-list before '__darwin_size_t' 49 | __darwin_size_t uc_mcsize; /* size of the machine context passed in */ | ^~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ucontext.h:57:33: error: storage class specified for parameter 'ucontext_t' 57 | typedef _STRUCT_UCONTEXT ucontext_t; /* [???] user context */ | ^~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:154, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h:31:9: error: unknown type name '__darwin_sigset_t' 31 | typedef __darwin_sigset_t sigset_t; | ^~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_sigset_t.h:31:41: error: storage class specified for parameter 'sigset_t' 31 | typedef __darwin_sigset_t sigset_t; | ^~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:155, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_size_t.h:50:32: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'size_t' 50 | typedef __darwin_size_t size_t; | ^~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:156, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h:31:9: error: unknown type name '__darwin_uid_t' 31 | typedef __darwin_uid_t uid_t; | ^~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_uid_t.h:31:31: error: storage class specified for parameter 'uid_t' 31 | typedef __darwin_uid_t uid_t; | ^~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:109, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:173:2: error: unknown type name 'pthread_attr_t' 173 | pthread_attr_t *sigev_notify_attributes; /* Notification attributes */ | ^~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:181:2: error: expected specifier-qualifier-list before 'pid_t' 181 | pid_t si_pid; /* sending process */ | ^~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:188:3: error: storage class specified for parameter 'siginfo_t' 188 | } siginfo_t; | ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:278:40: error: expected declaration specifiers or '...' before 'siginfo_t' 278 | void (*sa_tramp)(void *, int, int, siginfo_t *, void *); | ^~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:279:2: error: expected ';' before 'sigset_t' 279 | sigset_t sa_mask; /* signal mask to apply */ | ^~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:288:2: error: expected specifier-qualifier-list before 'sigset_t' 288 | sigset_t sa_mask; /* signal mask to apply */ | ^~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/signal.h:331:16: error: storage class specified for parameter 'sig_t' 331 | typedef void (*sig_t)(int); /* type of signal function */ | ^~~~~ In file included from /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:32, from /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include/stdint.h:9, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:72, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:110, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint8_t.h:31:23: error: storage class specified for parameter 'uint8_t' 31 | typedef unsigned char uint8_t; | ^~~~~~~ In file included from /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:33, from /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include/stdint.h:9, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:72, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:110, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint16_t.h:31:24: error: storage class specified for parameter 'uint16_t' 31 | typedef unsigned short uint16_t; | ^~~~~~~~ In file included from /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:34, from /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include/stdint.h:9, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:72, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:110, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint32_t.h:31:22: error: storage class specified for parameter 'uint32_t' 31 | typedef unsigned int uint32_t; | ^~~~~~~~ In file included from /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:35, from /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include/stdint.h:9, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:72, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:110, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uint64_t.h:31:28: error: storage class specified for parameter 'uint64_t' 31 | typedef unsigned long long uint64_t; | ^~~~~~~~ In file included from /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include/stdint.h:9, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:72, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:110, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:38:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int_least8_t' 38 | typedef int8_t int_least8_t; | ^~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:39:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int_least16_t' 39 | typedef int16_t int_least16_t; | ^~~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:40:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int_least32_t' 40 | typedef int32_t int_least32_t; | ^~~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:41:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int_least64_t' 41 | typedef int64_t int_least64_t; | ^~~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:42:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'uint_least8_t' 42 | typedef uint8_t uint_least8_t; | ^~~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:43:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'uint_least16_t' 43 | typedef uint16_t uint_least16_t; | ^~~~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:44:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'uint_least32_t' 44 | typedef uint32_t uint_least32_t; | ^~~~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:45:24: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'uint_least64_t' 45 | typedef uint64_t uint_least64_t; | ^~~~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:49:27: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int_fast8_t' 49 | typedef int8_t int_fast8_t; | ^~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:50:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int_fast16_t' 50 | typedef int16_t int_fast16_t; | ^~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:51:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int_fast32_t' 51 | typedef int32_t int_fast32_t; | ^~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:52:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int_fast64_t' 52 | typedef int64_t int_fast64_t; | ^~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:53:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'uint_fast8_t' 53 | typedef uint8_t uint_fast8_t; | ^~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:54:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'uint_fast16_t' 54 | typedef uint16_t uint_fast16_t; | ^~~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:55:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'uint_fast32_t' 55 | typedef uint32_t uint_fast32_t; | ^~~~~~~~~~~~~ /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:56:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'uint_fast64_t' 56 | typedef uint64_t uint_fast64_t; | ^~~~~~~~~~~~~ In file included from /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:67, from /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include/stdint.h:9, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:72, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:110, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_intmax_t.h:32:25: error: storage class specified for parameter 'intmax_t' 32 | typedef __INTMAX_TYPE__ intmax_t; | ^~~~~~~~ In file included from /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdint.h:68, from /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include/stdint.h:9, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:72, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:110, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types/_uintmax_t.h:32:26: error: storage class specified for parameter 'uintmax_t' 32 | typedef __UINTMAX_TYPE__ uintmax_t; | ^~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:80, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:110, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_timeval.h:36:2: error: expected specifier-qualifier-list before '__darwin_time_t' 36 | __darwin_time_t tv_sec; /* seconds */ | ^~~~~~~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:110, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:89:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'rlim_t' 89 | typedef __uint64_t rlim_t; | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:200:15: error: storage class specified for parameter 'rusage_info_t' 200 | typedef void *rusage_info_t; | ^~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:203:2: error: expected specifier-qualifier-list before 'uint8_t' 203 | uint8_t ri_uuid[16]; | ^~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:217:2: error: expected specifier-qualifier-list before 'uint8_t' 217 | uint8_t ri_uuid[16]; | ^~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:237:2: error: expected specifier-qualifier-list before 'uint8_t' 237 | uint8_t ri_uuid[16]; | ^~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:259:2: error: expected specifier-qualifier-list before 'uint8_t' 259 | uint8_t ri_uuid[16]; | ^~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:290:2: error: expected specifier-qualifier-list before 'uint8_t' 290 | uint8_t ri_uuid[16]; | ^~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:329:2: error: expected specifier-qualifier-list before 'uint8_t' 329 | uint8_t ri_uuid[16]; | ^~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:369:2: error: expected specifier-qualifier-list before 'uint8_t' 369 | uint8_t ri_uuid[16]; | ^~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:420:31: error: storage class specified for parameter 'rusage_info_current' 420 | typedef struct rusage_info_v6 rusage_info_current; | ^~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:465:2: error: unknown type name 'rlim_t' 465 | rlim_t rlim_cur; /* current (soft) limit */ | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:466:2: error: unknown type name 'rlim_t' 466 | rlim_t rlim_max; /* maximum value for rlim_cur */ | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:500:2: error: expected specifier-qualifier-list before 'uint32_t' 500 | uint32_t wm_flags; | ^~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:570:26: error: expected declaration specifiers or '...' before 'id_t' 570 | int getpriority(int, id_t); | ^~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/resource.h:576:26: error: expected declaration specifiers or '...' before 'id_t' 576 | int setpriority(int, id_t, int); | ^~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/_OSByteOrder.h:58, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_endian.h:131, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/i386/endian.h:85, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/endian.h:35, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:186, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/i386/_OSByteOrder.h:50:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_OSSwapInt16' 50 | _OSSwapInt16( | ^~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/i386/_OSByteOrder.h:59:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_OSSwapInt32' 59 | _OSSwapInt32( | ^~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libkern/i386/_OSByteOrder.h:97:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_OSSwapInt64' 97 | _OSSwapInt64( | ^~~~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:66, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:248:1: error: expected declaration specifiers before 'pid_t' 248 | pid_t wait(int *) __DARWIN_ALIAS_C(wait); | ^~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:249:1: error: expected declaration specifiers before 'pid_t' 249 | pid_t waitpid(pid_t, int *, int) __DARWIN_ALIAS_C(waitpid); | ^~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:251:41: error: expected ')' before '*' token 251 | int waitid(idtype_t, id_t, siginfo_t *, int) __DARWIN_ALIAS_C(waitid); | ^~ | ) /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:254:1: error: expected declaration specifiers before 'pid_t' 254 | pid_t wait3(int *, int, struct rusage *); | ^~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/wait.h:255:1: error: expected declaration specifiers before 'pid_t' 255 | pid_t wait4(pid_t, int *, int, struct rusage *); | ^~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:77, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_ct_rune_t.h:32:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'ct_rune_t' 32 | typedef __darwin_ct_rune_t ct_rune_t; | ^~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:78, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h:31:9: error: unknown type name '__darwin_rune_t' 31 | typedef __darwin_rune_t rune_t; | ^~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_rune_t.h:31:25: error: storage class specified for parameter 'rune_t' 31 | typedef __darwin_rune_t rune_t; | ^~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:81, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_wchar_t.h:53:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wchar_t' 53 | typedef __darwin_wchar_t wchar_t; | ^~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:86:3: error: storage class specified for parameter 'div_t' 86 | } div_t; | ^~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:91:3: error: storage class specified for parameter 'ldiv_t' 91 | } ldiv_t; | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:97:3: error: storage class specified for parameter 'lldiv_t' 97 | } lldiv_t; | ^~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:115:12: error: storage class specified for parameter '__mb_cur_max' 115 | extern int __mb_cur_max; | ^~~~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:44, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:120, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:30:28: error: storage class specified for parameter 'malloc_type_id_t' 30 | typedef unsigned long long malloc_type_id_t; | ^~~~~~~~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:44, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:120, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:51:78: error: unknown type name 'size_t' 51 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(size) malloc_type_malloc(size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(1); | ^~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:44, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:120, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:38:1: note: 'size_t' is defined in header ''; did you forget to '#include '? 37 | #include +++ |+#include 38 | #else In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:44, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:120, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:51:91: error: expected declaration specifiers or '...' before 'malloc_type_id_t' 51 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(size) malloc_type_malloc(size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(1); | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:52:86: error: unknown type name 'size_t' 52 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(count * size) malloc_type_calloc(size_t count, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(1,2); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:52:86: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:52:100: error: unknown type name 'size_t' 52 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(count * size) malloc_type_calloc(size_t count, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(1,2); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:52:100: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:52:113: error: expected declaration specifiers or '...' before 'malloc_type_id_t' 52 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(count * size) malloc_type_calloc(size_t count, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(1,2); | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:53:81: error: expected declaration specifiers or '...' before 'malloc_type_id_t' 53 | _MALLOC_TYPE_AVAILABILITY void malloc_type_free(void * __unsafe_indexable ptr, malloc_type_id_t type_id); | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:54:110: error: unknown type name 'size_t' 54 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(size) malloc_type_realloc(void * __unsafe_indexable ptr, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(2); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:54:110: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:54:123: error: expected declaration specifiers or '...' before 'malloc_type_id_t' 54 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(size) malloc_type_realloc(void * __unsafe_indexable ptr, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(2); | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:55:78: error: unknown type name 'size_t' 55 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(size) malloc_type_valloc(size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(1); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:55:78: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:55:91: error: expected declaration specifiers or '...' before 'malloc_type_id_t' 55 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(size) malloc_type_valloc(size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(1); | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:56:85: error: unknown type name 'size_t' 56 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(size) malloc_type_aligned_alloc(size_t alignment, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(2); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:56:85: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:56:103: error: unknown type name 'size_t' 56 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(size) malloc_type_aligned_alloc(size_t alignment, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(2); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:56:103: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:56:116: error: expected declaration specifiers or '...' before 'malloc_type_id_t' 56 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(size) malloc_type_aligned_alloc(size_t alignment, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(2); | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:58:95: error: unknown type name 'size_t' 58 | _MALLOC_TYPE_AVAILABILITY int malloc_type_posix_memalign(void * __unsafe_indexable *memptr, size_t alignment, size_t size, malloc_type_id_t type_id) /*__alloc_size(3)*/; | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:58:95: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:58:113: error: unknown type name 'size_t' 58 | _MALLOC_TYPE_AVAILABILITY int malloc_type_posix_memalign(void * __unsafe_indexable *memptr, size_t alignment, size_t size, malloc_type_id_t type_id) /*__alloc_size(3)*/; | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:58:113: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:58:126: error: expected declaration specifiers or '...' before 'malloc_type_id_t' 58 | _MALLOC_TYPE_AVAILABILITY int malloc_type_posix_memalign(void * __unsafe_indexable *memptr, size_t alignment, size_t size, malloc_type_id_t type_id) /*__alloc_size(3)*/; | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:63:31: error: storage class specified for parameter 'malloc_zone_t' 63 | typedef struct _malloc_zone_t malloc_zone_t; | ^~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:65:83: error: expected declaration specifiers or '...' before 'malloc_zone_t' 65 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(size) malloc_type_zone_malloc(malloc_zone_t *zone, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(2); | ^~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:65:104: error: unknown type name 'size_t' 65 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(size) malloc_type_zone_malloc(malloc_zone_t *zone, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(2); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:65:104: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:65:117: error: expected declaration specifiers or '...' before 'malloc_type_id_t' 65 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(size) malloc_type_zone_malloc(malloc_zone_t *zone, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(2); | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:66:91: error: expected declaration specifiers or '...' before 'malloc_zone_t' 66 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(count * size) malloc_type_zone_calloc(malloc_zone_t *zone, size_t count, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(2,3); | ^~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:66:112: error: unknown type name 'size_t' 66 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(count * size) malloc_type_zone_calloc(malloc_zone_t *zone, size_t count, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(2,3); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:66:112: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:66:126: error: unknown type name 'size_t' 66 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(count * size) malloc_type_zone_calloc(malloc_zone_t *zone, size_t count, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(2,3); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:66:126: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:66:139: error: expected declaration specifiers or '...' before 'malloc_type_id_t' 66 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(count * size) malloc_type_zone_calloc(malloc_zone_t *zone, size_t count, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(2,3); | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:67:55: error: expected declaration specifiers or '...' before 'malloc_zone_t' 67 | _MALLOC_TYPE_AVAILABILITY void malloc_type_zone_free(malloc_zone_t *zone, void * __unsafe_indexable ptr, malloc_type_id_t type_id); | ^~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:67:107: error: expected declaration specifiers or '...' before 'malloc_type_id_t' 67 | _MALLOC_TYPE_AVAILABILITY void malloc_type_zone_free(malloc_zone_t *zone, void * __unsafe_indexable ptr, malloc_type_id_t type_id); | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:68:84: error: expected declaration specifiers or '...' before 'malloc_zone_t' 68 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(size) malloc_type_zone_realloc(malloc_zone_t *zone, void * __unsafe_indexable ptr, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(3); | ^~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:68:136: error: unknown type name 'size_t' 68 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(size) malloc_type_zone_realloc(malloc_zone_t *zone, void * __unsafe_indexable ptr, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(3); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:68:136: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:68:149: error: expected declaration specifiers or '...' before 'malloc_type_id_t' 68 | _MALLOC_TYPE_AVAILABILITY void * __sized_by_or_null(size) malloc_type_zone_realloc(malloc_zone_t *zone, void * __unsafe_indexable ptr, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(3); | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:69:82: error: expected declaration specifiers or '...' before 'malloc_zone_t' 69 | _MALLOC_TYPE_AVAILABILITY void *__sized_by_or_null(size) malloc_type_zone_valloc(malloc_zone_t *zone, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(2); | ^~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:69:103: error: unknown type name 'size_t' 69 | _MALLOC_TYPE_AVAILABILITY void *__sized_by_or_null(size) malloc_type_zone_valloc(malloc_zone_t *zone, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(2); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:69:103: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:69:116: error: expected declaration specifiers or '...' before 'malloc_type_id_t' 69 | _MALLOC_TYPE_AVAILABILITY void *__sized_by_or_null(size) malloc_type_zone_valloc(malloc_zone_t *zone, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(2); | ^~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:70:84: error: expected declaration specifiers or '...' before 'malloc_zone_t' 70 | _MALLOC_TYPE_AVAILABILITY void *__sized_by_or_null(size) malloc_type_zone_memalign(malloc_zone_t *zone, size_t alignment, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(3); | ^~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:70:105: error: unknown type name 'size_t' 70 | _MALLOC_TYPE_AVAILABILITY void *__sized_by_or_null(size) malloc_type_zone_memalign(malloc_zone_t *zone, size_t alignment, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(3); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:70:105: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:70:123: error: unknown type name 'size_t' 70 | _MALLOC_TYPE_AVAILABILITY void *__sized_by_or_null(size) malloc_type_zone_memalign(malloc_zone_t *zone, size_t alignment, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(3); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:70:123: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc_type.h:70:136: error: expected declaration specifiers or '...' before 'malloc_type_id_t' 70 | _MALLOC_TYPE_AVAILABILITY void *__sized_by_or_null(size) malloc_type_zone_memalign(malloc_zone_t *zone, size_t alignment, size_t size, malloc_type_id_t type_id) __result_use_check __alloc_size(3); | ^~~~~~~~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:120, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:54:42: error: unknown type name 'size_t' 54 | void * __sized_by_or_null(__size) malloc(size_t __size) __result_use_check __alloc_size(1) _MALLOC_TYPED(malloc_type_malloc, 1); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:45:1: note: 'size_t' is defined in header ''; did you forget to '#include '? 44 | #include +++ |+#include 45 | #else In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:120, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:55:52: error: unknown type name 'size_t' 55 | void * __sized_by_or_null(__count * __size) calloc(size_t __count, size_t __size) __result_use_check __alloc_size(1,2) _MALLOC_TYPED(malloc_type_calloc, 2); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:55:52: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:55:68: error: unknown type name 'size_t' 55 | void * __sized_by_or_null(__count * __size) calloc(size_t __count, size_t __size) __result_use_check __alloc_size(1,2) _MALLOC_TYPED(malloc_type_calloc, 2); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:55:68: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:57:76: error: unknown type name 'size_t' 57 | void * __sized_by_or_null(__size) realloc(void * __unsafe_indexable __ptr, size_t __size) __result_use_check __alloc_size(2) _MALLOC_TYPED(malloc_type_realloc, 2); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:57:76: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:58:77: error: unknown type name 'size_t' 58 | void * __sized_by_or_null(__size) reallocf(void * __unsafe_indexable __ptr, size_t __size) __result_use_check __alloc_size(2); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:58:77: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:60:42: error: unknown type name 'size_t' 60 | void * __sized_by_or_null(__size) valloc(size_t __size) __result_use_check __alloc_size(1) _MALLOC_TYPED(malloc_type_valloc, 1); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:60:42: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:65:49: error: unknown type name 'size_t' 65 | void * __sized_by_or_null(__size) aligned_alloc(size_t __alignment, size_t __size) __result_use_check __alloc_align(1) __alloc_size(2) _MALLOC_TYPED(malloc_type_aligned_alloc, 2) __OSX_AVAILABLE(10.15) __IOS_AVAILABLE(13.0) __TVOS_AVAILABLE(13.0) __WATCHOS_AVAILABLE(6.0); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:65:49: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:65:69: error: unknown type name 'size_t' 65 | void * __sized_by_or_null(__size) aligned_alloc(size_t __alignment, size_t __size) __result_use_check __alloc_align(1) __alloc_size(2) _MALLOC_TYPED(malloc_type_aligned_alloc, 2) __OSX_AVAILABLE(10.15) __IOS_AVAILABLE(13.0) __TVOS_AVAILABLE(13.0) __WATCHOS_AVAILABLE(6.0); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:65:69: note: 'size_t' is defined in header ''; did you forget to '#include '? In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:120, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:68:59: error: unknown type name 'size_t' 68 | int posix_memalign(void * __unsafe_indexable *__memptr, size_t __alignment, size_t __size) _MALLOC_TYPED(malloc_type_posix_memalign, 3) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_0); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:68:59: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:68:79: error: unknown type name 'size_t' 68 | int posix_memalign(void * __unsafe_indexable *__memptr, size_t __alignment, size_t __size) _MALLOC_TYPED(malloc_type_posix_memalign, 3) __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_3_0); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/malloc/_malloc.h:68:79: note: 'size_t' is defined in header ''; did you forget to '#include '? In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:137:54: error: unknown type name 'size_t' 137 | void *bsearch(const void *__key, const void *__base, size_t __nel, | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:122:1: note: 'size_t' is defined in header ''; did you forget to '#include '? 121 | #include <_abort.h> +++ |+#include 122 | /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:138:6: error: unknown type name 'size_t' 138 | size_t __width, int (* _Nonnull __compar)(const void *, const void *)); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:138:6: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:140:1: error: expected declaration specifiers before 'div_t' 140 | div_t div(int, int) __pure2; | ^~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:145:1: error: expected declaration specifiers before 'ldiv_t' 145 | ldiv_t ldiv(long, long) __pure2; | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:149:1: error: expected declaration specifiers before 'lldiv_t' 149 | lldiv_t lldiv(long long, long long); | ^~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:152:29: error: unknown type name 'size_t' 152 | int mblen(const char *__s, size_t __n); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:152:29: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:153:1: error: unknown type name 'size_t' 153 | size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:153:1: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:153:18: error: unknown type name 'wchar_t' 153 | size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | ^~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:153:18: note: 'wchar_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:153:66: error: unknown type name 'size_t' 153 | size_t mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:153:66: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:154:13: error: unknown type name 'wchar_t' 154 | int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | ^~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:154:13: note: 'wchar_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:154:60: error: unknown type name 'size_t' 154 | int mbtowc(wchar_t * __restrict, const char * __restrict, size_t); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:154:60: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:156:27: error: unknown type name 'size_t' 156 | void qsort(void *__base, size_t __nel, size_t __width, | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:156:27: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:156:41: error: unknown type name 'size_t' 156 | void qsort(void *__base, size_t __nel, size_t __width, | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:156:41: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:187:1: error: unknown type name 'size_t' 187 | size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:187:1: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:187:43: error: unknown type name 'wchar_t' 187 | size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | ^~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:187:65: error: unknown type name 'size_t' 187 | size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:187:65: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:188:21: error: unknown type name 'wchar_t' 188 | int wctomb(char *, wchar_t); | ^~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:188:21: note: 'wchar_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:201:35: error: unknown type name 'size_t' 201 | char *initstate(unsigned, char *, size_t); /* no __DARWIN_ALIAS needed */ | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:201:35: note: 'size_t' is defined in header ''; did you forget to '#include '? In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:62, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:210:1: error: expected declaration specifiers before '__attribute__' 210 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of mktemp(3), it is highly recommended that you use mkstemp(3) instead.") | ^~~~~~~~~~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:220:41: error: unknown type name 'size_t' 220 | int ptsname_r(int fildes, char *buffer, size_t buflen) __API_AVAILABLE(macos(10.13.4), ios(11.3), tvos(11.3), watchos(4.3)); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:220:41: note: 'size_t' is defined in header ''; did you forget to '#include '? In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:257, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h:31:9: error: unknown type name '__darwin_dev_t' 31 | typedef __darwin_dev_t dev_t; /* device number */ | ^~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_dev_t.h:31:31: error: storage class specified for parameter 'dev_t' 31 | typedef __darwin_dev_t dev_t; /* device number */ | ^~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:258, from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h:31:9: error: unknown type name '__darwin_mode_t' 31 | typedef __darwin_mode_t mode_t; | ^~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_mode_t.h:31:33: error: storage class specified for parameter 'mode_t' 31 | typedef __darwin_mode_t mode_t; | ^~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:262:1: error: expected declaration specifiers before 'uint32_t' 262 | uint32_t arc4random(void); | ^~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:268:36: error: unknown type name 'size_t' 268 | void arc4random_buf(void * __buf, size_t __nbytes) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3); | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:268:36: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:270:1: error: expected declaration specifiers before 'uint32_t' 270 | uint32_t | ^~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdlib.h:58, from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:28: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:301:31: error: expected ')' before 'char' 301 | char *devname_r(dev_t, mode_t, char *buf, int len); | ^~~~~ | ) /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:316:29: error: unknown type name 'size_t' 316 | int heapsort(void *__base, size_t __nel, size_t __width, | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:316:29: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:316:43: error: unknown type name 'size_t' 316 | int heapsort(void *__base, size_t __nel, size_t __width, | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:316:43: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:323:30: error: unknown type name 'size_t' 323 | int mergesort(void *__base, size_t __nel, size_t __width, | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:323:30: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:323:44: error: unknown type name 'size_t' 323 | int mergesort(void *__base, size_t __nel, size_t __width, | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:323:44: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:330:27: error: unknown type name 'size_t' 330 | void psort(void *__base, size_t __nel, size_t __width, | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:330:27: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:330:41: error: unknown type name 'size_t' 330 | void psort(void *__base, size_t __nel, size_t __width, | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:330:41: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:338:29: error: unknown type name 'size_t' 338 | void psort_r(void *__base, size_t __nel, size_t __width, void *, | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:338:29: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:338:43: error: unknown type name 'size_t' 338 | void psort_r(void *__base, size_t __nel, size_t __width, void *, | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:338:43: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:346:29: error: unknown type name 'size_t' 346 | void qsort_r(void *__base, size_t __nel, size_t __width, void *, | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:346:29: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:346:43: error: unknown type name 'size_t' 346 | void qsort_r(void *__base, size_t __nel, size_t __width, void *, | ^~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:346:43: note: 'size_t' is defined in header ''; did you forget to '#include '? /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdlib.h:366:14: error: storage class specified for parameter 'suboptarg' 366 | extern char *suboptarg; /* getsubopt(3) external variable */ | ^~~~~~~~~ In file included from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:29: /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.h:45:3: error: storage class specified for parameter 'hungarian_problem_t' 45 | } hungarian_problem_t; | ^~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.h:50:20: error: expected declaration specifiers or '...' before 'hungarian_problem_t' 50 | int hungarian_init(hungarian_problem_t* p, | ^~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.h:57:21: error: expected declaration specifiers or '...' before 'hungarian_problem_t' 57 | void hungarian_free(hungarian_problem_t* p); | ^~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.h:60:22: error: expected declaration specifiers or '...' before 'hungarian_problem_t' 60 | void hungarian_solve(hungarian_problem_t* p); | ^~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.h:63:33: error: expected declaration specifiers or '...' before 'hungarian_problem_t' 63 | void hungarian_print_assignment(hungarian_problem_t* p); | ^~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.h:66:33: error: expected declaration specifiers or '...' before 'hungarian_problem_t' 66 | void hungarian_print_costmatrix(hungarian_problem_t* p); | ^~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.h:69:29: error: expected declaration specifiers or '...' before 'hungarian_problem_t' 69 | void hungarian_print_status(hungarian_problem_t* p); | ^~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:37:58: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token 37 | void hungarian_print_matrix(int** C, int rows, int cols) { | ^ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:50:33: error: expected declaration specifiers or '...' before 'hungarian_problem_t' 50 | void hungarian_print_assignment(hungarian_problem_t* p) { | ^~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:54:33: error: expected declaration specifiers or '...' before 'hungarian_problem_t' 54 | void hungarian_print_costmatrix(hungarian_problem_t* p) { | ^~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:58:29: error: expected declaration specifiers or '...' before 'hungarian_problem_t' 58 | void hungarian_print_status(hungarian_problem_t* p) { | ^~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:68:34: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token 68 | int hungarian_imax(int a, int b) { | ^ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:72:20: error: expected declaration specifiers or '...' before 'hungarian_problem_t' 72 | int hungarian_init(hungarian_problem_t* p, int** cost_matrix, int rows, int cols, int mode) { | ^~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:128:21: error: expected declaration specifiers or '...' before 'hungarian_problem_t' 128 | void hungarian_free(hungarian_problem_t* p) { | ^~~~~~~~~~~~~~~~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:142:22: error: expected declaration specifiers or '...' before 'hungarian_problem_t' 142 | void hungarian_solve(hungarian_problem_t* p) | ^~~~~~~~~~~~~~~~~~~ In file included from /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:27: /Users/runner/.config/alire/cache/dependencies/gnat_native_10.3.2_e112fd3f/lib/gcc/x86_64-apple-darwin19.6.0/10.3.0/include-fixed/stdio.h:167:7: error: old-style parameter declarations in prototyped function definition 167 | FILE *fopen(const char * __restrict __filename, const char * __restrict __mode) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fopen)); | ^~~~~ /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:419: error: expected '{' at end of input 419 | | /Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/3rdparty/hungarian.c:419: warning: control reaches end of non-void function [-Wreturn-type] 419 | | compilation of hungarian.c failed gprbuild: *** compilation phase failed stderr: Command ["gprbuild", "-s", "-j0", "-p", "-P", "/Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/hungarian.gpr"] exited with code 4 ERROR: Command ["gprbuild", "-s", "-j0", "-p", "-P", "/Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/hungarian.gpr"] exited with code 4 stderr: ALIRE.CHECKED_ERROR stderr: Command ["gprbuild", "-s", "-j0", "-p", "-P", "/Users/runner/work/alire-crates-ci/alire-crates-ci/test/c100c781-6f84-4080-a2ff-4aa518c61859/hungarian_1.0.0_f6836505/hungarian.gpr"] exited with code 4 stderr: raised ALIRE.CHECKED_ERROR : alire-stored-error:1 Load address: 0x102bf3000 Call stack traceback locations: 0x1034fb415 0x1031cee83 0x1033e1df9 0x1033e2581 0x103342ac3 0x103340f99 0x10335d873 0x1033a9dc1 0x1033a881a 0x10335d9b8 0x103341349 0x102c529c1 0x102c63578 0x102c6801c 0x102cee05c 0x102cf93b8 0x102bf4605 0x102bf7914 Warning: hungarian=1.0.0 successfully retrieved but its build failed. There are no dependencies. ERROR: Build ended with errors