Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails without luac #1317

Closed
therion23 opened this issue Jun 28, 2024 · 2 comments
Closed

Build fails without luac #1317

therion23 opened this issue Jun 28, 2024 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@therion23
Copy link

MyMPD 16.0.0, just pulled.

cmake -B build -DMYMPD_ENABLE_LUA=off (and a lot of other stuff).

I get this twice, after which it fails and stops, even though it fully acknowledges that "Lua is disabled by user":

Compiling lua libraries
ERROR: luac not found
CMake Error at CMakeLists.txt:194 (message):
  Creating assets failed


-- Configuring incomplete, errors occurred!

Probably something very trivial. Thank you in advance.

jcorporation added a commit that referenced this issue Jun 28, 2024
@jcorporation
Copy link
Owner

jcorporation commented Jun 28, 2024

Fixed in devel. Please test.

P.S. Why you want to disable Lua? Especially this version adds many new scripting features.

@jcorporation jcorporation added the bug Something isn't working label Jun 28, 2024
@jcorporation jcorporation added this to the v16.0.1 milestone Jun 28, 2024
@therion23
Copy link
Author

Builds cleanly, thanks!

Simply never had any use for myMPD scripting (or lua outside of that for that matter), and until this version, myMPD built just fine without even disabling lua.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants