Elektrine lite

← Feed

@seb_degraff@mastodon.gamedev.place

Post #2350690

2026-04-02 21:11 UTC

@MikkoMononen@mastodon.gamedev.place Got this first, which I could solve by adding set(CMAKE_CXX_STANDARD 23) in CMakeLists.txt ``` In file included from /Users/seb/dev/data_inheritance/build/_deps/imgui_external-src/imgui_tables.cpp:198: /Users/seb/dev/data_inheritance/build/_deps/imgui_external-src/imgui.h:303:5: error: unknown type name 'constexpr' constexpr ImVec2() : x(0.0f), y(0.0f) { } ```

Replies (1)

  • @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; ```

    Open ##2350691