@MikkoMononen@mastodon.gamedev.place
Post #2350689
2026-04-02 21:07 UTC
@seb_degraff@mastodon.gamedev.place Feel free to dump the errors on an issue. Could be that the cmake setup is borked on osx (have not tested it).
Replies (1)
-
@seb_degraff@mastodon.gamedev.place 2026-04-02 21:11
@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) { } ```