@seb_degraff@mastodon.gamedev.place
Post #2350691
2026-04-02 21:15 UTC
@MikkoMononen@mastodon.gamedev.place and then this one which I didn't look into:
```
In file included from /Users/seb/dev/data_inheritance/src/edit_gradient.c:4:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:66:
[...]
MacOSX.sdk/usr/include/sys/_types/_uid_t.h:31:31: error: typedef redefinition with different types ('__darwin_uid_t' (aka 'unsigned int') vs 'int32_t' (aka 'int'))
typedef __darwin_uid_t uid_t;
```
Replies (1)
-
@seb_degraff@mastodon.gamedev.place 2026-04-02 21:18
@MikkoMononen@mastodon.gamedev.place data_inheritance/src/utils.h:5:17: note: previous definition is here typedef int32_t uid_t;