compiling from source fails #2432
Replies: 2 comments 1 reply
-
|
Issue not encountered with version 0.24.8 (stable tarball). Compilation went smoothly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Whoops! I wonder why my builds continued working after the incomplete commit. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
on Ubuntu 25.10, compiling from github
commit 9b36dd9 - Mon Feb 9 22:39:47 2026 +0100
following instructions found on https://mpd.readthedocs.io/en/stable/user.html
Dependent libraries are installed (attaching meson log), but compilation fails complaining for a missing header file.
ninja: Entering directory `output/release'
[3/11] Compiling C++ object mpd.
configuration.txt
It seems to me that file should be generated at configuration, as hinted in the log, but I'm no expert.
Configuring Features.h using configuration
Looking for the missing header file,
There are 10 Features.h files in the /output/release/src/
in archive, decoder, encoder, input, io, lib, output, pcm, playlist, system
and there is a /output/release/src/event dir, containing libevent.a, config.h and libevent.a.p subdir,
but no Features.h
Can someone explain me what is missing or is incomplete ?
I use mpd to manage a collection of 100 000 files and would like to add a search by conductor, which is not feasible right now with version shipped with ubuntu 24.04.
Thanks in advance,
Beta Was this translation helpful? Give feedback.
All reactions