@seb_degraff@mastodon.gamedev.place
Post #2350692
2026-04-02 21:18 UTC
@MikkoMononen@mastodon.gamedev.place data_inheritance/src/utils.h:5:17: note: previous definition is here
typedef int32_t uid_t;
Replies (1)
-
@MikkoMononen@mastodon.gamedev.place 2026-04-02 21:22
@seb_degraff@mastodon.gamedev.place Looks like the uid_t is type conflict with some darwin code, and the first one seems to be that it tries to compile the c++ imgui code as c.