When compiling with command: c-for-go --ccincl --ccdefs vgo.yml
Getting the errors:
processing vgo.yml ⠙/Library/Developer/CommandLineTools/usr/lib/clang/12.0.5/include/stdint.h:20:43: unexpected '<', expected optional argument expression list or one of [&&, '!', '&', '(', ')', '*', '+', '-', '~', ++, --, _Alignof, character constant, floating-point constant, identifier, integer constant, long character constant, long string constant, sizeof, string literal]
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.5/include/stdint.h:175:10: cannot redefine macro using a different replacement list
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.5/include/stdint.h:176:10: cannot redefine macro using a different replacement list
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.5/include/stdint.h:177:10: cannot redefine macro using a different replacement list
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.5/include/stdint.h:178:10: cannot redefine macro using a different replacement list
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.5/include/stdint.h:179:10: cannot redefine macro using a different replacement list
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.5/include/stdint.h:180:10: cannot redefine macro using a different replacement list
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.5/include/stdint.h:208:10: cannot redefine macro using a different replacement list
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.5/include/stdint.h:209:10: cannot redefine macro using a different replacement list
/Library/Developer/CommandLineTools/usr/lib/clang/12.0.5/include/stdint.h:210:10: cannot redefine macro using a different replacement list
too many errors
When compiling with the command c-for-go --ccincl vgo.yml
Errors:
vgo.c:529:62: undefined: __builtin_object_size
vgo.c:529:62: undefined: __builtin___memcpy_chk
vgo.c:529:62: called object is not a function or function pointer (have '<undefined>')
vgo.c:529:62: called object is not a function or function pointer (have '<undefined>')
vgo.c:529:87: undefined: __builtin_bswap64
vgo.c:529:87: called object is not a function or function pointer (have '<undefined>')
vgo.c:530:62: undefined: __builtin_object_size
vgo.c:530:62: undefined: __builtin___memcpy_chk
vgo.c:530:62: called object is not a function or function pointer (have '<undefined>')
too many errors
Without --ccincl it just says a bunch of headers are missing.
When compiling with command:
c-for-go --ccincl --ccdefs vgo.yml
Getting the errors:When compiling with the command
c-for-go --ccincl vgo.yml
Errors:Without --ccincl it just says a bunch of headers are missing.
Config: