Created
May 16, 2019 19:36
-
-
Save triplefox/bfd297b89bf57ded92a5aec44ada1479 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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