Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#37908 - [mpd] src/decoder/MpcdecDecoderPlugin.cxx:31:24: fatal error:mpc/mpcdec.h: No such file or directory
Attached to Project:
Arch Linux
Opened by Lazarus (Lazarus) - Tuesday, 26 November 2013, 00:16 GMT
Last edited by Gaetan Bisson (vesath) - Tuesday, 26 November 2013, 15:59 GMT
Opened by Lazarus (Lazarus) - Tuesday, 26 November 2013, 00:16 GMT
Last edited by Gaetan Bisson (vesath) - Tuesday, 26 November 2013, 15:59 GMT
|
DetailsI tried to build mpd-0.18.5 (on x86_64) from source with abs, in order to add the --enable-gme compile flag (it would quite like it if this flag was enabled by default!), but makepkg fails at "src/decoder/MpcdecDecoderPlugin.cxx:31:24: fatal error: mpc/mpcdec.h: No such file or directory". All packages on my system are up to date, as far as I can tell. Full build output below:
==> Starting build()... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... -std=gnu99 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for ranlib... ranlib checking for ar... ar checking whether make sets $(MAKE)... (cached) yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking if g++ supports C++0x features without additional flags... no checking if g++ supports C++0x features with -std=c++0x... yes checking if g++ supports C++0x features with -std=gnu++0x... yes checking for daemon... yes checking for fork... yes checking for library containing syslog... none required checking for library containing socket... none required checking for library containing gethostbyname... none required checking for pipe2... yes checking for accept4... yes checking for eventfd... yes checking for signalfd... yes checking for epoll_create1... yes checking for library containing exp... -lm checking how to run the C preprocessor... gcc -std=gnu99 -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking valgrind/memcheck.h usability... yes checking valgrind/memcheck.h presence... yes checking for valgrind/memcheck.h... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for GLIB... yes checking for ipv6... yes checking for struct ucred... yes checking for getpeereid... no checking for SYSTEMD_DAEMON... yes configure: auto-detected systemd activation checking for LIBMPDCLIENT... yes checking for inotify_init... yes checking for inotify_init1... yes checking tcpd.h usability... no checking tcpd.h presence... no checking for tcpd.h... no configure: WARNING: libwrap not found -- disabling libwrap checking for ID3TAG... yes configure: auto-detected id3tag checking for AVAHI... yes configure: auto-detected avahi client library checking for SQLITE... yes configure: auto-detected SQLite database support checking for SAMPLERATE... yes configure: auto-detected libsamplerate resampling checking for SAMPLERATE_013... yes checking for CURL... yes configure: auto-detected libcurl HTTP streaming checking for YAJL... yes checking for CDIO_PARANOIA... yes configure: auto-detected libcdio_paranoia audio CD library checking for MMS... yes configure: auto-detected libmms mms:// protocol support checking for BZ2_bzDecompressInit in -lbz2... yes configure: auto-detected bzip2 checking for bzip2... /usr/bin/bzip2 checking for ADPLUG... no configure: WARNING: libadplug not found -- disabling AdPlug decoder plugin checking for AUDIOFILE... yes configure: auto-detected audiofile decoder plugin checking faad.h usability... yes checking faad.h presence... yes checking for faad.h... yes checking whether FAAD2_VERSION is declared... yes checking for NeAACDecInit2 in -lfaad... yes checking that FAAD2 can even be used... yes checking for broken libfaad headers... broken checking for FFMPEG... yes configure: auto-detected ffmpeg decoder library checking for FLAC... yes configure: auto-detected FLAC decoder checking for FLUIDSYNTH... no configure: WARNING: fluidsynth not found -- disabling fluidsynth decoder checking for GME... yes checking for MAD... yes configure: auto-detected libmad MP3 decoder plugin checking for SHOUT... yes configure: auto-detected shout output plugin checking for MPG123... yes configure: auto-detected libmpg123 decoder plugin checking for MODPLUG... yes configure: auto-detected modplug decoder plugin checking for OPUS... yes configure: auto-detected opus decoder plugin checking for SNDFILE... yes configure: auto-detected libsndfile decoder plugin checking for main in -lmpcdec... yes configure: auto-detected mpcdec checking for VORBIS... yes configure: auto-detected Ogg Vorbis decoder checking for WAVPACK... yes configure: auto-detected WavPack decoder plugin checking for WildMidi_Init in -lWildMidi... yes configure: auto-detected wildmidi checking for VORBISENC... yes configure: auto-detected Ogg Vorbis encoder checking for lame_init in -lmp3lame... yes configure: auto-detected libmp3lame checking for TWOLAME... no configure: WARNING: libtwolame not found -- disabling TwoLAME encoder checking for ALSA... yes configure: auto-detected ALSA output plugin checking for ROAR... no configure: WARNING: libroar not found -- disabling ROAR output plugin checking for mkfifo... yes checking for JACK... yes configure: auto-detected JACK output plugin checking for jack_set_info_function... yes checking for AO... yes configure: auto-detected libao output plugin checking for OPENAL... yes configure: auto-detected OpenAL output plugin checking sys/soundcard.h usability... yes checking sys/soundcard.h presence... yes checking for sys/soundcard.h... yes checking for PULSE... yes configure: auto-detected PulseAudio output plugin checking whether C compiler accepts -fvisibility=hidden... yes checking whether C compiler accepts -ffast-math... yes checking whether C compiler accepts -ftree-vectorize... yes checking whether C++ compiler accepts -fvisibility=hidden... yes checking whether C++ compiler accepts -fno-threadsafe-statics... yes checking whether C++ compiler accepts -fmerge-all-constants... yes checking whether C++ compiler accepts -fno-exceptions... yes checking whether C++ compiler accepts -fno-rtti... yes checking whether C++ compiler accepts -ffast-math... yes checking whether C++ compiler accepts -ftree-vectorize... yes checking whether C compiler accepts -ffunction-sections... yes checking whether C compiler accepts -fdata-sections... yes checking whether C++ compiler accepts -ffunction-sections... yes checking whether C++ compiler accepts -fdata-sections... yes checking whether the linker accepts -Wl,--gc-sections... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether C compiler accepts -Wcast-qual... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -pedantic... yes checking whether C++ compiler accepts -Wall... yes checking whether C++ compiler accepts -Wextra... yes checking whether C++ compiler accepts -Wmissing-declarations... yes checking whether C++ compiler accepts -Wshadow... yes checking whether C++ compiler accepts -Wpointer-arith... yes checking whether C++ compiler accepts -Wcast-qual... yes checking whether C++ compiler accepts -Wwrite-strings... yes checking whether C++ compiler accepts -Wsign-compare... yes ########### MPD CONFIGURATION ############ Archive support: (+bzip2) (-ISO9660) (-ZIP) Autodiscovery support: (+Avahi) (-Bonjour) Client support: (+IPv6) (+TCP) (+UNIX Domain Sockets) File format support: (+AAC) (-AdPlug) (-C64 SID) (+FFMPEG) (+FLAC) (-FluidSynth) (+GME) (+libsndfile) (-MikMod) (+MODPLUG) (+MAD) (+MPG123) (+Musepack) (+Opus) (-OggTremor) (+OggVorbis) (+WAVE) (+WavPack) (+WildMidi) Other features: (+libsamplerate) (+libmpdclient) (+inotify) (+SQLite) Metadata support: (+ID3) Playback support: (+ALSA) (+FIFO) (+File Recorder) (+HTTP Daemon) (+JACK) (+libao) (+OSS) (+OpenAL) (-OS X) (+Pipeline) (+PulseAudio) (-ROAR) (+SHOUTcast) (-Solaris) (-WinMM) Streaming encoder support: (+FLAC) (+LAME) (+Ogg Vorbis) (+Opus) (-TwoLAME) (+WAVE) Streaming support: (+CDIO_PARANOIA) (+CURL) (-Despotify) (+Soundcloud) (+MMS) ########################################## Generating files needed for compilation configure: creating ./config.status config.status: creating Makefile config.status: creating doc/doxygen.conf config.status: creating mpd.service config.status: creating config.h config.status: executing depfiles commands MPD is ready for compilation, type "make" to begin. make all-am make[1]: Entering directory '/home/laz/abs/mpd/src/mpd-0.18.5' depbase=`echo src/DatabaseRegistry.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -pthread -isystem /usr/include/glib-2.0 -isystem /usr/lib/glib-2.0/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FORTIFY_SOURCE=2 -std=gnu++0x -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -fno-exceptions -fno-rtti -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -MT src/DatabaseRegistry.o -MD -MP -MF $depbase.Tpo -c -o src/DatabaseRegistry.o src/DatabaseRegistry.cxx &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/DatabaseHelpers.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -pthread -isystem /usr/include/glib-2.0 -isystem /usr/lib/glib-2.0/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -D_FORTIFY_SOURCE=2 -std=gnu++0x -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -fno-exceptions -fno-rtti -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -MT src/DatabaseHelpers.o -MD -MP -MF $depbase.Tpo -c -o src/DatabaseHelpers.o src/DatabaseHelpers.cxx &&\ mv -f $depbase.Tpo $depbase.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -pthread -isystem /usr/include/glib-2.0 -isystem /usr/lib/glib-2.0/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -I/usr/include/yajl -D_FORTIFY_SOURCE=2 -std=gnu++0x -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -fno-exceptions -fno-rtti -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -MT src/libplaylist_plugins_a-MemorySongEnumerator.o -MD -MP -MF src/.deps/libplaylist_plugins_a-MemorySongEnumerator.Tpo -c -o src/libplaylist_plugins_a-MemorySongEnumerator.o `test -f 'src/MemorySongEnumerator.cxx' || echo './'`src/MemorySongEnumerator.cxx g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -pthread -isystem /usr/include/glib-2.0 -isystem /usr/lib/glib-2.0/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -I/usr/include/yajl -D_FORTIFY_SOURCE=2 -std=gnu++0x -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -fno-exceptions -fno-rtti -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -MT src/libplaylist_plugins_a-PlaylistRegistry.o -MD -MP -MF src/.deps/libplaylist_plugins_a-PlaylistRegistry.Tpo -c -o src/libplaylist_plugins_a-PlaylistRegistry.o `test -f 'src/PlaylistRegistry.cxx' || echo './'`src/PlaylistRegistry.cxx g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -pthread -isystem /usr/include/glib-2.0 -isystem /usr/lib/glib-2.0/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -I/usr/include/opus -D_FORTIFY_SOURCE=2 -std=gnu++0x -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -fno-exceptions -fno-rtti -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -MT src/libdecoder_plugins_a-DecoderBuffer.o -MD -MP -MF src/.deps/libdecoder_plugins_a-DecoderBuffer.Tpo -c -o src/libdecoder_plugins_a-DecoderBuffer.o `test -f 'src/DecoderBuffer.cxx' || echo './'`src/DecoderBuffer.cxx g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -pthread -isystem /usr/include/glib-2.0 -isystem /usr/lib/glib-2.0/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -I/usr/include/opus -D_FORTIFY_SOURCE=2 -std=gnu++0x -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -fno-exceptions -fno-rtti -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -MT src/libdecoder_plugins_a-DecoderPlugin.o -MD -MP -MF src/.deps/libdecoder_plugins_a-DecoderPlugin.Tpo -c -o src/libdecoder_plugins_a-DecoderPlugin.o `test -f 'src/DecoderPlugin.cxx' || echo './'`src/DecoderPlugin.cxx mv -f src/.deps/libdecoder_plugins_a-DecoderPlugin.Tpo src/.deps/libdecoder_plugins_a-DecoderPlugin.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -pthread -isystem /usr/include/glib-2.0 -isystem /usr/lib/glib-2.0/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -I/usr/include/opus -D_FORTIFY_SOURCE=2 -std=gnu++0x -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -fno-exceptions -fno-rtti -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -MT src/libdecoder_plugins_a-DecoderList.o -MD -MP -MF src/.deps/libdecoder_plugins_a-DecoderList.Tpo -c -o src/libdecoder_plugins_a-DecoderList.o `test -f 'src/DecoderList.cxx' || echo './'`src/DecoderList.cxx g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -pthread -isystem /usr/include/glib-2.0 -isystem /usr/lib/glib-2.0/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -I/usr/include/opus -D_FORTIFY_SOURCE=2 -std=gnu++0x -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -fno-exceptions -fno-rtti -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -MT src/decoder/libdecoder_plugins_a-MadDecoderPlugin.o -MD -MP -MF src/decoder/.deps/libdecoder_plugins_a-MadDecoderPlugin.Tpo -c -o src/decoder/libdecoder_plugins_a-MadDecoderPlugin.o `test -f 'src/decoder/MadDecoderPlugin.cxx' || echo './'`src/decoder/MadDecoderPlugin.cxx mv -f src/.deps/libdecoder_plugins_a-DecoderList.Tpo src/.deps/libdecoder_plugins_a-DecoderList.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -pthread -isystem /usr/include/glib-2.0 -isystem /usr/lib/glib-2.0/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -I/usr/include/opus -D_FORTIFY_SOURCE=2 -std=gnu++0x -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -fno-exceptions -fno-rtti -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -MT src/decoder/libdecoder_plugins_a-Mpg123DecoderPlugin.o -MD -MP -MF src/decoder/.deps/libdecoder_plugins_a-Mpg123DecoderPlugin.Tpo -c -o src/decoder/libdecoder_plugins_a-Mpg123DecoderPlugin.o `test -f 'src/decoder/Mpg123DecoderPlugin.cxx' || echo './'`src/decoder/Mpg123DecoderPlugin.cxx mv -f src/.deps/libplaylist_plugins_a-MemorySongEnumerator.Tpo src/.deps/libplaylist_plugins_a-MemorySongEnumerator.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -pthread -isystem /usr/include/glib-2.0 -isystem /usr/lib/glib-2.0/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -I/usr/include/opus -D_FORTIFY_SOURCE=2 -std=gnu++0x -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -fno-exceptions -fno-rtti -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -MT src/decoder/libdecoder_plugins_a-MpcdecDecoderPlugin.o -MD -MP -MF src/decoder/.deps/libdecoder_plugins_a-MpcdecDecoderPlugin.Tpo -c -o src/decoder/libdecoder_plugins_a-MpcdecDecoderPlugin.o `test -f 'src/decoder/MpcdecDecoderPlugin.cxx' || echo './'`src/decoder/MpcdecDecoderPlugin.cxx mv -f src/.deps/libplaylist_plugins_a-PlaylistRegistry.Tpo src/.deps/libplaylist_plugins_a-PlaylistRegistry.Po g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -pthread -isystem /usr/include/glib-2.0 -isystem /usr/lib/glib-2.0/include -DSYSTEM_CONFIG_FILE_LOCATION='"/etc/mpd.conf"' -I/usr/include/opus -D_FORTIFY_SOURCE=2 -std=gnu++0x -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fvisibility=hidden -fno-threadsafe-statics -fmerge-all-constants -fno-exceptions -fno-rtti -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wsign-compare -MT src/decoder/libdecoder_plugins_a-OggUtil.o -MD -MP -MF src/decoder/.deps/libdecoder_plugins_a-OggUtil.Tpo -c -o src/decoder/libdecoder_plugins_a-OggUtil.o `test -f 'src/decoder/OggUtil.cxx' || echo './'`src/decoder/OggUtil.cxx src/decoder/MpcdecDecoderPlugin.cxx:31:24: fatal error: mpc/mpcdec.h: No such file or directory #include <mpc/mpcdec.h> ^ compilation terminated. Makefile:5554: recipe for target 'src/decoder/libdecoder_plugins_a-MpcdecDecoderPlugin.o' failed make[1]: *** [src/decoder/libdecoder_plugins_a-MpcdecDecoderPlugin.o] Error 1 make[1]: *** Waiting for unfinished jobs.... mv -f src/.deps/libdecoder_plugins_a-DecoderBuffer.Tpo src/.deps/libdecoder_plugins_a-DecoderBuffer.Po mv -f src/decoder/.deps/libdecoder_plugins_a-Mpg123DecoderPlugin.Tpo src/decoder/.deps/libdecoder_plugins_a-Mpg123DecoderPlugin.Po mv -f src/decoder/.deps/libdecoder_plugins_a-OggUtil.Tpo src/decoder/.deps/libdecoder_plugins_a-OggUtil.Po mv -f src/decoder/.deps/libdecoder_plugins_a-MadDecoderPlugin.Tpo src/decoder/.deps/libdecoder_plugins_a-MadDecoderPlugin.Po make[1]: Leaving directory '/home/laz/abs/mpd/src/mpd-0.18.5' Makefile:2977: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... |
This task depends upon
Since the official package is built without libmpcdec support, we do not hit this issue.
Could you open a bug report upstream about this? They are usually very quick at fixing things like this.
And as a quick workaround in the meantime, you can edit the source to use the proper header location.
Regarding --enable-gme, could you open a feature request and explain in a sentence or two why you would like to see this enabled by default?
Cheers