@MikkoMononen@mastodon.gamedev.place
Post #2350693
2026-04-02 21:22 UTC
@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.
Replies (1)
-
@seb_degraff@mastodon.gamedev.place 2026-04-02 21:44
@MikkoMononen@mastodon.gamedev.place Indeed, replacing uid_t by something else gets it to compile. (Even though *_t identifiers are technically reserved, not cool of apple squat uid_t when you include stdlib.h!) The example runs and seems to work fine, thanks