actondev / s7-imgui

Using s7 scheme alongside Dear ImGui to (interactively) build (cross platform) GUI apps.
40 stars 4 forks source link

Building fails on Ubuntu <=20.04 because of meson #9

Closed paines closed 3 years ago

paines commented 3 years ago

Ubuntu 20.04 comes with an old version of Meson. This can be remedied with installing meson from pip instead of package management e.g. via: python3 -m pip install meson. Maybe you can add this to your dev docs.

One quesition: When starting s7-imgui a windows opens and the console is filled with a neverending of: ;attempt to apply an undefined object # to () in #?

Is this something to worry about ?

actondev commented 3 years ago

Hey thanks for letting me know! I'm making plenty of changes though lately (some bindings, some scheme code) and I will change the structure alltogether (I'll archive this repo and make a new one). So, I'll not bother with documentation changes.

About your problem I guess it has to do with the path (pwd) where you launch the application, ie it cannot find the main.scm file). Let me know if you need any help figuring things out