Open Serif-7 opened 10 months ago
Try to disable all the other scripts except Lua by calling the command
cmake -DBUILD_WITH_LUA=ON -DBUILD_WITH_FENNEL=OFF -DBUILD_WITH_JANET=OFF -DBUILD_WITH_JS=OFF -DBUILD_WITH_MOON=OFF -DBUILD_WITH_MRUBY=OFF -DBUILD_WITH_PYTHON=OFF -DBUILD_WITH_SCHEME=OFF -DBUILD_WITH_SQUIRREL=OFF -DBUILD_WITH_WASM=OFF -DBUILD_WITH_WREN=OFF .. --fresh
and build again
That worked and produced a binary:
But as you can see, running it doesn't open up a window with the normal UI. Just a console, that, as far as I can tell, is nonfunctional.
Looks like a missing audio device? Maybe permissions to the audio device? Just guessing.
Here's the
shell.nix
I'm working with:and here's the error I get during compilation:
I don't have much experience with make or cmake, so I'm unsure if the problem is mruby or libc somehow, or what to do. Any advice would be appreciated.