Is there a way to download and install the latest version of MPD and get it to work with Volumio?
My version is 0.20.6 and the latest on musicpd.org/ is 0.21.3, I would like to try with a later MPD and see if that fixes some of the problem I’m having.
In file included from /usr/include/libroar/libroar.h:153:0,
from /usr/include/roaraudio.h:133,
from /usr/include/libroarsndio/libroarsndio.h:52,
from /usr/include/sndio.h:9,
from src/output/plugins/SndioOutputPlugin.cxx:27:
/usr/include/libroar/services.h:128:8: error: expected unqualified-id before ‘new’
int (*new)(const struct roar_audio_info * info, int dir, int parent, int mixer);
^
/usr/include/libroar/services.h:128:8: error: expected ‘)’ before ‘new’
Makefile:12030: recipe for target ‘src/output/plugins/liboutput_plugins_a-SndioOutputPlugin.o’ failed
make[1]: *** [src/output/plugins/liboutput_plugins_a-SndioOutputPlugin.o] Error 1
make[1]: Leaving directory ‘/temp/volumio-mpd-0.21’
Makefile:4647: recipe for target ‘all’ failed
make: *** [all] Error 2