Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save triplefox/bfd297b89bf57ded92a5aec44ada1479 to your computer and use it in GitHub Desktop.
Save triplefox/bfd297b89bf57ded92a5aec44ada1479 to your computer and use it in GitHub Desktop.
In file included from C:\zig\romlua\lua-5.3.5\src\lapi.c:16:
In file included from C:\zig\romlua\lua-5.3.5\src/lua.h:13:
C:\zig\zig-windows-x86_64-0.4.0+6b36b756\lib\zig\include\stddef.h:62:23: error: typedef redefinition with different
types ('unsigned long' vs 'unsigned int')
typedef __SIZE_TYPE__ size_t;
^
C:\zig\zig-windows-x86_64-0.4.0+6b36b756\lib\zig\libc\include\generic-musl\bits/alltypes.h:88:24: note: previous
definition is here
typedef unsigned _Addr size_t;
^
1 error generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment