You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @MartinHelmut ,
first, thanks for this repo. I'm learning how to develop with ImGui on Linux now.
Preparing a custom font in CMake for ImGui app is quite complicated.
I did git clone and run these commands
cmake -B build
cmake --build build -j
and if I run the app, it returns segmentation fault.
Regarding building on Linux: Did you try as suggested in the Quick Start Guide to explicitly set build parameters (e.g. using Ninja for a debug build)?
For me to properly debug I'd love to get some more information from you. E.g.: What Linux are you using in what version? What is your current CMake version? What build tool is installed?
Thanks @MartinHelmut for the fast reply!
Yes, commenting out that sanitizer cmake block solves the issue. 👍
I use Ubuntu 22.04, and it has CMake version 3.22.1. I don't use Ninja, just plain CMake with those two commands for building the code.
Hi @MartinHelmut ,
first, thanks for this repo. I'm learning how to develop with ImGui on Linux now.
Preparing a custom font in CMake for ImGui app is quite complicated.
I did
git clone
and run these commandsand if I run the app, it returns segmentation fault.
The text was updated successfully, but these errors were encountered: