Skip to content

Instantly share code, notes, and snippets.

@Zhomart
Created April 25, 2014 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zhomart/11276452 to your computer and use it in GitHub Desktop.
Save Zhomart/11276452 to your computer and use it in GitHub Desktop.
mpd building error with gcc-4.9
$ brew reinstall -v mpd --cc=gcc-4.9 2>&1
==> Reinstalling mpd with --with-yajl, --with-lastfm
rm /usr/local/bin/mpd
rm /usr/local/share/man/man5/mpd.conf.5
rm /usr/local/share/man/man1/mpd.1
rm /usr/local/share/doc/mpd
==> Downloading http://www.musicpd.org/download/mpd/0.18/mpd-0.18.9.tar.xz
Already downloaded: /Library/Caches/Homebrew/mpd-0.18.9.tar.xz
==> Verifying mpd-0.18.9.tar.xz checksum
/usr/local/opt/xz/bin/xz -dc "/Library/Caches/Homebrew/mpd-0.18.9.tar.xz" | tar xf -
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/mpd/0.18.9 --enable-bzip2 --enable-ffmpeg --enable-fluidsynth --enable-osx --disable-mad --enable-lastfm --disable-libwrap --disable-lame-encoder
configure: WARNING: unrecognized options: --enable-lastfm
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/private/tmp/mpd-yVBY/mpd-0.18.9/missing: Unknown `--is-lightweight' option
Try `/private/tmp/mpd-yVBY/mpd-0.18.9/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc-4.9
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-4.9 accepts -g... yes
checking for gcc-4.9 option to accept ISO C89... none needed
checking whether gcc-4.9 understands -c and -o together... yes
checking dependency style of gcc-4.9... none
checking for gcc-4.9 option to accept ISO C99... -std=gnu99
checking whether we are using the GNU C++ compiler... yes
checking whether g++-4.9 accepts -g... yes
checking dependency style of g++-4.9... none
checking for ranlib... ranlib
checking for ar... ar
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... x86_64-apple-darwin13.1.0
checking host system type... x86_64-apple-darwin13.1.0
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... no
checking for accept4... no
checking for eventfd... no
checking for signalfd... no
checking for epoll_create1... no
checking for library containing exp... none required
checking how to run the C preprocessor... gcc-4.9 -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... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
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... no
checking for getpeereid... yes
checking for SYSTEMD_DAEMON... no
configure: WARNING: libsystemd-daemon not found -- disabling systemd activation
checking for LIBMPDCLIENT... yes
configure: auto-detected MPD client library
checking for inotify_init... no
checking for inotify_init1... no
checking for ID3TAG... yes
configure: auto-detected id3tag
checking for AVAHI... no
configure: WARNING: avahi-client not found -- disabling avahi client library
checking dns_sd.h usability... yes
checking dns_sd.h presence... yes
checking for dns_sd.h... yes
checking for DNSServiceRegister in -ldns_sd... no
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
configure: auto-detected soundcloud.com support
checking for CDIO_PARANOIA... no
configure: WARNING: libcdio_paranoia not found -- disabling libcdio_paranoia audio CD library
checking for MMS... no
configure: WARNING: libmms not found -- disabling libmms mms:// protocol support
checking for BZ2_bzDecompressInit in -lbz2... yes
checking for bzip2... /usr/bin/bzip2
checking for ADPLUG... no
configure: WARNING: libadplug not found -- disabling AdPlug decoder plugin
checking for AUDIOFILE... no
configure: WARNING: libaudiofile not found -- disabling 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
checking for FLAC... no
configure: WARNING: libFLAC not found -- disabling FLAC decoder
checking for FLUIDSYNTH... yes
checking for GME... no
checking for gme_open_file in -lgme... no
configure: WARNING: libgme not found -- disabling gme decoder plugin
checking for SHOUT... no
configure: WARNING: libshout not found -- disabling shout output plugin
checking for MPG123... no
configure: WARNING: libmpg123 not found -- disabling libmpg123 decoder plugin
checking for MODPLUG... no
configure: WARNING: libmodplug not found -- disabling modplug decoder plugin
checking for OPUS... no
configure: WARNING: libopus not found -- disabling opus decoder plugin
checking for SNDFILE... no
configure: WARNING: libsndfile not found -- disabling libsndfile decoder plugin
checking for mpc_demux_init in -lmpcdec... no
configure: WARNING: libmpcdec not found -- disabling mpcdec
checking for VORBIS... no
configure: WARNING: libvorbis not found -- disabling Ogg Vorbis decoder
checking for main in -lsidplay2... no
configure: WARNING: libsidplay2 not found -- disabling sidplay decoder plugin
checking for WAVPACK... no
configure: WARNING: libwavpack not found -- disabling WavPack decoder plugin
checking for WildMidi_Init in -lWildMidi... no
configure: WARNING: libwildmidi not found -- disabling wildmidi
checking for VORBISENC... no
configure: WARNING: libvorbisenc not found -- disabling Ogg Vorbis encoder
checking for TWOLAME... no
configure: WARNING: libtwolame not found -- disabling TwoLAME encoder
checking for ALSA... no
configure: WARNING: libasound not found -- disabling ALSA output plugin
checking for ROAR... no
configure: WARNING: libroar not found -- disabling ROAR output plugin
checking for mkfifo... yes
checking for JACK... no
configure: WARNING: libjack not found -- disabling JACK output plugin
checking for AO... no
configure: WARNING: libao not found -- disabling libao output plugin
checking OpenAL/al.h usability... yes
checking OpenAL/al.h presence... yes
checking for OpenAL/al.h... yes
checking OpenAL/alc.h usability... yes
checking OpenAL/alc.h presence... yes
checking for OpenAL/alc.h... yes
configure: auto-detected OpenAL output plugin
checking sys/soundcard.h usability... no
checking sys/soundcard.h presence... no
checking for sys/soundcard.h... no
configure: WARNING: Soundcard headers not found -- disabling OSS support
checking for PULSE... no
configure: WARNING: libpulse not found -- disabling 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... no
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
checking that generated files are newer than configure... done
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
configure: WARNING: unrecognized options: --enable-lastfm
MPD is ready for compilation, type "make" to begin.
==> make
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/fluid-synth/1.1.6/include -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/libdecoder_plugins_a-DecoderBuffer.o `test -f 'src/DecoderBuffer.cxx' || echo './'`src/DecoderBuffer.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/fluid-synth/1.1.6/include -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/libdecoder_plugins_a-DecoderPlugin.o `test -f 'src/DecoderPlugin.cxx' || echo './'`src/DecoderPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/fluid-synth/1.1.6/include -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/libdecoder_plugins_a-DecoderList.o `test -f 'src/DecoderList.cxx' || echo './'`src/DecoderList.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/liboutput_plugins_a-IcyMetaDataServer.o `test -f 'src/IcyMetaDataServer.cxx' || echo './'`src/IcyMetaDataServer.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/libarchive_a-ArchiveDomain.o `test -f 'src/ArchiveDomain.cxx' || echo './'`src/ArchiveDomain.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/libarchive_a-ArchiveLookup.o `test -f 'src/ArchiveLookup.cxx' || echo './'`src/ArchiveLookup.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/libarchive_a-ArchiveList.o `test -f 'src/ArchiveList.cxx' || echo './'`src/ArchiveList.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/libarchive_a-ArchivePlugin.o `test -f 'src/ArchivePlugin.cxx' || echo './'`src/ArchivePlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/input/libarchive_a-ArchiveInputPlugin.o `test -f 'src/input/ArchiveInputPlugin.cxx' || echo './'`src/input/ArchiveInputPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/libencoder_plugins_a-EncoderList.o `test -f 'src/EncoderList.cxx' || echo './'`src/EncoderList.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-TimePrint.o `test -f 'src/TimePrint.cxx' || echo './'`src/TimePrint.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-OutputList.o `test -f 'src/OutputList.cxx' || echo './'`src/OutputList.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-OutputAll.o `test -f 'src/OutputAll.cxx' || echo './'`src/OutputAll.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-OutputThread.o `test -f 'src/OutputThread.cxx' || echo './'`src/OutputThread.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-OutputError.o `test -f 'src/OutputError.cxx' || echo './'`src/OutputError.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-OutputControl.o `test -f 'src/OutputControl.cxx' || echo './'`src/OutputControl.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-OutputState.o `test -f 'src/OutputState.cxx' || echo './'`src/OutputState.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-OutputPrint.o `test -f 'src/OutputPrint.cxx' || echo './'`src/OutputPrint.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-OutputCommand.o `test -f 'src/OutputCommand.cxx' || echo './'`src/OutputCommand.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-OutputPlugin.o `test -f 'src/OutputPlugin.cxx' || echo './'`src/OutputPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-OutputFinish.o `test -f 'src/OutputFinish.cxx' || echo './'`src/OutputFinish.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-OutputInit.o `test -f 'src/OutputInit.cxx' || echo './'`src/OutputInit.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-MixerControl.o `test -f 'src/MixerControl.cxx' || echo './'`src/MixerControl.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-MixerType.o `test -f 'src/MixerType.cxx' || echo './'`src/MixerType.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-MixerAll.o `test -f 'src/MixerAll.cxx' || echo './'`src/MixerAll.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-notify.o `test -f 'src/notify.cxx' || echo './'`src/notify.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-AudioConfig.o `test -f 'src/AudioConfig.cxx' || echo './'`src/AudioConfig.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-CheckAudioFormat.o `test -f 'src/CheckAudioFormat.cxx' || echo './'`src/CheckAudioFormat.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-AudioFormat.o `test -f 'src/AudioFormat.cxx' || echo './'`src/AudioFormat.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-AudioParser.o `test -f 'src/AudioParser.cxx' || echo './'`src/AudioParser.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Idle.o `test -f 'src/Idle.cxx' || echo './'`src/Idle.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-CommandLine.o `test -f 'src/CommandLine.cxx' || echo './'`src/CommandLine.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-CrossFade.o `test -f 'src/CrossFade.cxx' || echo './'`src/CrossFade.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-DecoderError.o `test -f 'src/DecoderError.cxx' || echo './'`src/DecoderError.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-DecoderThread.o `test -f 'src/DecoderThread.cxx' || echo './'`src/DecoderThread.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-DecoderControl.o `test -f 'src/DecoderControl.cxx' || echo './'`src/DecoderControl.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-DecoderAPI.o `test -f 'src/DecoderAPI.cxx' || echo './'`src/DecoderAPI.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-DecoderInternal.o `test -f 'src/DecoderInternal.cxx' || echo './'`src/DecoderInternal.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-DecoderPrint.o `test -f 'src/DecoderPrint.cxx' || echo './'`src/DecoderPrint.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Directory.o `test -f 'src/Directory.cxx' || echo './'`src/Directory.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-DirectorySave.o `test -f 'src/DirectorySave.cxx' || echo './'`src/DirectorySave.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-DatabaseGlue.o `test -f 'src/DatabaseGlue.cxx' || echo './'`src/DatabaseGlue.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-DatabasePrint.o `test -f 'src/DatabasePrint.cxx' || echo './'`src/DatabasePrint.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-DatabaseQueue.o `test -f 'src/DatabaseQueue.cxx' || echo './'`src/DatabaseQueue.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-DatabasePlaylist.o `test -f 'src/DatabasePlaylist.cxx' || echo './'`src/DatabasePlaylist.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-DatabaseError.o `test -f 'src/DatabaseError.cxx' || echo './'`src/DatabaseError.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-DatabaseLock.o `test -f 'src/DatabaseLock.cxx' || echo './'`src/DatabaseLock.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-DatabaseSave.o `test -f 'src/DatabaseSave.cxx' || echo './'`src/DatabaseSave.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-DatabaseSelection.o `test -f 'src/DatabaseSelection.cxx' || echo './'`src/DatabaseSelection.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-ExcludeList.o `test -f 'src/ExcludeList.cxx' || echo './'`src/ExcludeList.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-FilterConfig.o `test -f 'src/FilterConfig.cxx' || echo './'`src/FilterConfig.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-FilterPlugin.o `test -f 'src/FilterPlugin.cxx' || echo './'`src/FilterPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-FilterRegistry.o `test -f 'src/FilterRegistry.cxx' || echo './'`src/FilterRegistry.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-UpdateDomain.o `test -f 'src/UpdateDomain.cxx' || echo './'`src/UpdateDomain.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-UpdateGlue.o `test -f 'src/UpdateGlue.cxx' || echo './'`src/UpdateGlue.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-UpdateQueue.o `test -f 'src/UpdateQueue.cxx' || echo './'`src/UpdateQueue.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-UpdateIO.o `test -f 'src/UpdateIO.cxx' || echo './'`src/UpdateIO.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-UpdateDatabase.o `test -f 'src/UpdateDatabase.cxx' || echo './'`src/UpdateDatabase.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-UpdateWalk.o `test -f 'src/UpdateWalk.cxx' || echo './'`src/UpdateWalk.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-UpdateSong.o `test -f 'src/UpdateSong.cxx' || echo './'`src/UpdateSong.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-UpdateContainer.o `test -f 'src/UpdateContainer.cxx' || echo './'`src/UpdateContainer.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-UpdateRemove.o `test -f 'src/UpdateRemove.cxx' || echo './'`src/UpdateRemove.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Client.o `test -f 'src/Client.cxx' || echo './'`src/Client.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-ClientEvent.o `test -f 'src/ClientEvent.cxx' || echo './'`src/ClientEvent.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-ClientExpire.o `test -f 'src/ClientExpire.cxx' || echo './'`src/ClientExpire.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-ClientGlobal.o `test -f 'src/ClientGlobal.cxx' || echo './'`src/ClientGlobal.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-ClientIdle.o `test -f 'src/ClientIdle.cxx' || echo './'`src/ClientIdle.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-ClientList.o `test -f 'src/ClientList.cxx' || echo './'`src/ClientList.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-ClientNew.o `test -f 'src/ClientNew.cxx' || echo './'`src/ClientNew.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-ClientProcess.o `test -f 'src/ClientProcess.cxx' || echo './'`src/ClientProcess.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-ClientRead.o `test -f 'src/ClientRead.cxx' || echo './'`src/ClientRead.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-ClientWrite.o `test -f 'src/ClientWrite.cxx' || echo './'`src/ClientWrite.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-ClientMessage.o `test -f 'src/ClientMessage.cxx' || echo './'`src/ClientMessage.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-ClientSubscribe.o `test -f 'src/ClientSubscribe.cxx' || echo './'`src/ClientSubscribe.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-ClientFile.o `test -f 'src/ClientFile.cxx' || echo './'`src/ClientFile.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Listen.o `test -f 'src/Listen.cxx' || echo './'`src/Listen.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-LogInit.o `test -f 'src/LogInit.cxx' || echo './'`src/LogInit.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Log.o `test -f 'src/Log.cxx' || echo './'`src/Log.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-ls.o `test -f 'src/ls.cxx' || echo './'`src/ls.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-IOThread.o `test -f 'src/IOThread.cxx' || echo './'`src/IOThread.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Main.o `test -f 'src/Main.cxx' || echo './'`src/Main.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Instance.o `test -f 'src/Instance.cxx' || echo './'`src/Instance.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Win32Main.o `test -f 'src/Win32Main.cxx' || echo './'`src/Win32Main.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-GlobalEvents.o `test -f 'src/GlobalEvents.cxx' || echo './'`src/GlobalEvents.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Daemon.o `test -f 'src/Daemon.cxx' || echo './'`src/Daemon.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-MusicBuffer.o `test -f 'src/MusicBuffer.cxx' || echo './'`src/MusicBuffer.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-MusicPipe.o `test -f 'src/MusicPipe.cxx' || echo './'`src/MusicPipe.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-MusicChunk.o `test -f 'src/MusicChunk.cxx' || echo './'`src/MusicChunk.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Mapper.o `test -f 'src/Mapper.cxx' || echo './'`src/Mapper.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Page.o `test -f 'src/Page.cxx' || echo './'`src/Page.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Partition.o `test -f 'src/Partition.cxx' || echo './'`src/Partition.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Permission.o `test -f 'src/Permission.cxx' || echo './'`src/Permission.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-PlayerThread.o `test -f 'src/PlayerThread.cxx' || echo './'`src/PlayerThread.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-PlayerControl.o `test -f 'src/PlayerControl.cxx' || echo './'`src/PlayerControl.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Playlist.o `test -f 'src/Playlist.cxx' || echo './'`src/Playlist.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-PlaylistError.o `test -f 'src/PlaylistError.cxx' || echo './'`src/PlaylistError.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-PlaylistGlobal.o `test -f 'src/PlaylistGlobal.cxx' || echo './'`src/PlaylistGlobal.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-PlaylistControl.o `test -f 'src/PlaylistControl.cxx' || echo './'`src/PlaylistControl.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-PlaylistEdit.o `test -f 'src/PlaylistEdit.cxx' || echo './'`src/PlaylistEdit.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-PlaylistPrint.o `test -f 'src/PlaylistPrint.cxx' || echo './'`src/PlaylistPrint.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-PlaylistSave.o `test -f 'src/PlaylistSave.cxx' || echo './'`src/PlaylistSave.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-PlaylistMapper.o `test -f 'src/PlaylistMapper.cxx' || echo './'`src/PlaylistMapper.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-PlaylistAny.o `test -f 'src/PlaylistAny.cxx' || echo './'`src/PlaylistAny.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-PlaylistSong.o `test -f 'src/PlaylistSong.cxx' || echo './'`src/PlaylistSong.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-PlaylistState.o `test -f 'src/PlaylistState.cxx' || echo './'`src/PlaylistState.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-PlaylistQueue.o `test -f 'src/PlaylistQueue.cxx' || echo './'`src/PlaylistQueue.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-PlaylistVector.o `test -f 'src/PlaylistVector.cxx' || echo './'`src/PlaylistVector.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-PlaylistDatabase.o `test -f 'src/PlaylistDatabase.cxx' || echo './'`src/PlaylistDatabase.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-PlaylistUpdate.o `test -f 'src/PlaylistUpdate.cxx' || echo './'`src/PlaylistUpdate.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Queue.o `test -f 'src/Queue.cxx' || echo './'`src/Queue.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-QueuePrint.o `test -f 'src/QueuePrint.cxx' || echo './'`src/QueuePrint.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-QueueSave.o `test -f 'src/QueueSave.cxx' || echo './'`src/QueueSave.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-ReplayGainConfig.o `test -f 'src/ReplayGainConfig.cxx' || echo './'`src/ReplayGainConfig.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-ReplayGainInfo.o `test -f 'src/ReplayGainInfo.cxx' || echo './'`src/ReplayGainInfo.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-SignalHandlers.o `test -f 'src/SignalHandlers.cxx' || echo './'`src/SignalHandlers.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Song.o `test -f 'src/Song.cxx' || echo './'`src/Song.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-SongUpdate.o `test -f 'src/SongUpdate.cxx' || echo './'`src/SongUpdate.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-SongPrint.o `test -f 'src/SongPrint.cxx' || echo './'`src/SongPrint.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-SongSave.o `test -f 'src/SongSave.cxx' || echo './'`src/SongSave.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-SongSort.o `test -f 'src/SongSort.cxx' || echo './'`src/SongSort.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-StateFile.o `test -f 'src/StateFile.cxx' || echo './'`src/StateFile.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Stats.o `test -f 'src/Stats.cxx' || echo './'`src/Stats.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-TagPrint.o `test -f 'src/TagPrint.cxx' || echo './'`src/TagPrint.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-TagSave.o `test -f 'src/TagSave.cxx' || echo './'`src/TagSave.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-TagFile.o `test -f 'src/TagFile.cxx' || echo './'`src/TagFile.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-TextFile.o `test -f 'src/TextFile.cxx' || echo './'`src/TextFile.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-TextInputStream.o `test -f 'src/TextInputStream.cxx' || echo './'`src/TextInputStream.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Volume.o `test -f 'src/Volume.cxx' || echo './'`src/Volume.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-SongFilter.o `test -f 'src/SongFilter.cxx' || echo './'`src/SongFilter.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-PlaylistFile.o `test -f 'src/PlaylistFile.cxx' || echo './'`src/PlaylistFile.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-Timer.o `test -f 'src/Timer.cxx' || echo './'`src/Timer.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/command/src_mpd-StickerCommands.o `test -f 'src/command/StickerCommands.cxx' || echo './'`src/command/StickerCommands.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-StickerDatabase.o `test -f 'src/StickerDatabase.cxx' || echo './'`src/StickerDatabase.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-StickerPrint.o `test -f 'src/StickerPrint.cxx' || echo './'`src/StickerPrint.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-SongSticker.o `test -f 'src/SongSticker.cxx' || echo './'`src/SongSticker.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-UpdateArchive.o `test -f 'src/UpdateArchive.cxx' || echo './'`src/UpdateArchive.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-ZeroconfGlue.o `test -f 'src/ZeroconfGlue.cxx' || echo './'`src/ZeroconfGlue.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/src_mpd-ZeroconfBonjour.o `test -f 'src/ZeroconfBonjour.cxx' || echo './'`src/ZeroconfBonjour.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/util/Error.o src/util/Error.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/util/StringUtil.o src/util/StringUtil.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/util/FormatString.o src/util/FormatString.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/util/Tokenizer.o src/util/Tokenizer.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/util/UriUtil.o src/util/UriUtil.cxx
gcc-4.9 -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -g -O2 -fvisibility=hidden -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -pedantic -c -o src/util/fifo_buffer.o src/util/fifo_buffer.c
gcc-4.9 -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -g -O2 -fvisibility=hidden -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -pedantic -c -o src/util/growing_fifo.o src/util/growing_fifo.c
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/util/LazyRandomEngine.o src/util/LazyRandomEngine.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/util/HugeAllocator.o src/util/HugeAllocator.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/util/PeakBuffer.o src/util/PeakBuffer.cxx
gcc-4.9 -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -g -O2 -fvisibility=hidden -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -pedantic -c -o src/util/list_sort.o src/util/list_sort.c
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/util/ByteReverse.o src/util/ByteReverse.cxx
gcc-4.9 -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -g -O2 -fvisibility=hidden -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -pedantic -c -o src/util/bit_reverse.o src/util/bit_reverse.c
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/thread/Thread.o src/thread/Thread.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/system/FatalError.o src/system/FatalError.cxx
gcc-4.9 -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -g -O2 -fvisibility=hidden -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -pedantic -c -o src/system/fd_util.o src/system/fd_util.c
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/system/SocketUtil.o src/system/SocketUtil.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/system/SocketError.o src/system/SocketError.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/system/Resolver.o src/system/Resolver.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/system/EventPipe.o src/system/EventPipe.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/system/EventFD.o src/system/EventFD.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/system/SignalFD.o src/system/SignalFD.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/system/EPollFD.o src/system/EPollFD.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/system/Clock.o src/system/Clock.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/event/SignalMonitor.o src/event/SignalMonitor.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/event/TimeoutMonitor.o src/event/TimeoutMonitor.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/event/IdleMonitor.o src/event/IdleMonitor.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/event/DeferredMonitor.o src/event/DeferredMonitor.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/event/SocketMonitor.o src/event/SocketMonitor.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/event/BufferedSocket.o src/event/BufferedSocket.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/event/FullyBufferedSocket.o src/event/FullyBufferedSocket.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/event/MultiSocketMonitor.o src/event/MultiSocketMonitor.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/event/ServerSocket.o src/event/ServerSocket.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/event/Call.o src/event/Call.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/event/Loop.o src/event/Loop.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libsamplerate/0.1.8/include -std=gnu++0x -g -O2 -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 -c -o src/pcm/libpcm_a-PcmBuffer.o `test -f 'src/pcm/PcmBuffer.cxx' || echo './'`src/pcm/PcmBuffer.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libsamplerate/0.1.8/include -std=gnu++0x -g -O2 -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 -c -o src/pcm/libpcm_a-PcmExport.o `test -f 'src/pcm/PcmExport.cxx' || echo './'`src/pcm/PcmExport.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libsamplerate/0.1.8/include -std=gnu++0x -g -O2 -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 -c -o src/pcm/libpcm_a-PcmConvert.o `test -f 'src/pcm/PcmConvert.cxx' || echo './'`src/pcm/PcmConvert.cxx
gcc-4.9 -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libsamplerate/0.1.8/include -g -O2 -fvisibility=hidden -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -pedantic -c -o src/pcm/dsd2pcm/libpcm_a-dsd2pcm.o `test -f 'src/pcm/dsd2pcm/dsd2pcm.c' || echo './'`src/pcm/dsd2pcm/dsd2pcm.c
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libsamplerate/0.1.8/include -std=gnu++0x -g -O2 -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 -c -o src/pcm/libpcm_a-PcmDsd.o `test -f 'src/pcm/PcmDsd.cxx' || echo './'`src/pcm/PcmDsd.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libsamplerate/0.1.8/include -std=gnu++0x -g -O2 -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 -c -o src/pcm/libpcm_a-PcmDsdUsb.o `test -f 'src/pcm/PcmDsdUsb.cxx' || echo './'`src/pcm/PcmDsdUsb.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libsamplerate/0.1.8/include -std=gnu++0x -g -O2 -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 -c -o src/pcm/libpcm_a-PcmVolume.o `test -f 'src/pcm/PcmVolume.cxx' || echo './'`src/pcm/PcmVolume.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libsamplerate/0.1.8/include -std=gnu++0x -g -O2 -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 -c -o src/pcm/libpcm_a-PcmMix.o `test -f 'src/pcm/PcmMix.cxx' || echo './'`src/pcm/PcmMix.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libsamplerate/0.1.8/include -std=gnu++0x -g -O2 -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 -c -o src/pcm/libpcm_a-PcmChannels.o `test -f 'src/pcm/PcmChannels.cxx' || echo './'`src/pcm/PcmChannels.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libsamplerate/0.1.8/include -std=gnu++0x -g -O2 -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 -c -o src/pcm/libpcm_a-PcmPack.o `test -f 'src/pcm/PcmPack.cxx' || echo './'`src/pcm/PcmPack.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libsamplerate/0.1.8/include -std=gnu++0x -g -O2 -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 -c -o src/pcm/libpcm_a-PcmFormat.o `test -f 'src/pcm/PcmFormat.cxx' || echo './'`src/pcm/PcmFormat.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libsamplerate/0.1.8/include -std=gnu++0x -g -O2 -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 -c -o src/pcm/libpcm_a-PcmResample.o `test -f 'src/pcm/PcmResample.cxx' || echo './'`src/pcm/PcmResample.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libsamplerate/0.1.8/include -std=gnu++0x -g -O2 -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 -c -o src/pcm/libpcm_a-PcmResampleFallback.o `test -f 'src/pcm/PcmResampleFallback.cxx' || echo './'`src/pcm/PcmResampleFallback.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libsamplerate/0.1.8/include -std=gnu++0x -g -O2 -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 -c -o src/pcm/libpcm_a-PcmDither.o `test -f 'src/pcm/PcmDither.cxx' || echo './'`src/pcm/PcmDither.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libsamplerate/0.1.8/include -std=gnu++0x -g -O2 -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 -c -o src/pcm/libpcm_a-PcmResampleLibsamplerate.o `test -f 'src/pcm/PcmResampleLibsamplerate.cxx' || echo './'`src/pcm/PcmResampleLibsamplerate.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/ConfigPath.o src/ConfigPath.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/ConfigData.o src/ConfigData.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/ConfigParser.o src/ConfigParser.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/ConfigGlobal.o src/ConfigGlobal.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/ConfigFile.o src/ConfigFile.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/ConfigTemplates.o src/ConfigTemplates.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/ConfigError.o src/ConfigError.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/opt/libid3tag/include -std=gnu++0x -g -O2 -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 -c -o src/tag/libtag_a-Tag.o `test -f 'src/tag/Tag.cxx' || echo './'`src/tag/Tag.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/opt/libid3tag/include -std=gnu++0x -g -O2 -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 -c -o src/tag/libtag_a-TagBuilder.o `test -f 'src/tag/TagBuilder.cxx' || echo './'`src/tag/TagBuilder.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/opt/libid3tag/include -std=gnu++0x -g -O2 -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 -c -o src/tag/libtag_a-TagHandler.o `test -f 'src/tag/TagHandler.cxx' || echo './'`src/tag/TagHandler.cxx
gcc-4.9 -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/opt/libid3tag/include -g -O2 -fvisibility=hidden -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -pedantic -c -o src/tag/libtag_a-TagSettings.o `test -f 'src/tag/TagSettings.c' || echo './'`src/tag/TagSettings.c
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/opt/libid3tag/include -std=gnu++0x -g -O2 -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 -c -o src/tag/libtag_a-TagConfig.o `test -f 'src/tag/TagConfig.cxx' || echo './'`src/tag/TagConfig.cxx
gcc-4.9 -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/opt/libid3tag/include -g -O2 -fvisibility=hidden -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -pedantic -c -o src/tag/libtag_a-TagNames.o `test -f 'src/tag/TagNames.c' || echo './'`src/tag/TagNames.c
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/opt/libid3tag/include -std=gnu++0x -g -O2 -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 -c -o src/tag/libtag_a-TagString.o `test -f 'src/tag/TagString.cxx' || echo './'`src/tag/TagString.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/opt/libid3tag/include -std=gnu++0x -g -O2 -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 -c -o src/tag/libtag_a-TagPool.o `test -f 'src/tag/TagPool.cxx' || echo './'`src/tag/TagPool.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/opt/libid3tag/include -std=gnu++0x -g -O2 -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 -c -o src/tag/libtag_a-TagTable.o `test -f 'src/tag/TagTable.cxx' || echo './'`src/tag/TagTable.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/opt/libid3tag/include -std=gnu++0x -g -O2 -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 -c -o src/tag/libtag_a-ApeLoader.o `test -f 'src/tag/ApeLoader.cxx' || echo './'`src/tag/ApeLoader.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/opt/libid3tag/include -std=gnu++0x -g -O2 -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 -c -o src/tag/libtag_a-ApeReplayGain.o `test -f 'src/tag/ApeReplayGain.cxx' || echo './'`src/tag/ApeReplayGain.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/opt/libid3tag/include -std=gnu++0x -g -O2 -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 -c -o src/tag/libtag_a-ApeTag.o `test -f 'src/tag/ApeTag.cxx' || echo './'`src/tag/ApeTag.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/opt/libid3tag/include -std=gnu++0x -g -O2 -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 -c -o src/tag/libtag_a-TagId3.o `test -f 'src/tag/TagId3.cxx' || echo './'`src/tag/TagId3.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/opt/libid3tag/include -std=gnu++0x -g -O2 -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 -c -o src/tag/libtag_a-TagRva2.o `test -f 'src/tag/TagRva2.cxx' || echo './'`src/tag/TagRva2.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/opt/libid3tag/include -std=gnu++0x -g -O2 -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 -c -o src/tag/libtag_a-Riff.o `test -f 'src/tag/Riff.cxx' || echo './'`src/tag/Riff.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/opt/libid3tag/include -std=gnu++0x -g -O2 -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 -c -o src/tag/libtag_a-Aiff.o `test -f 'src/tag/Aiff.cxx' || echo './'`src/tag/Aiff.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/libinput_a-InputInit.o `test -f 'src/InputInit.cxx' || echo './'`src/InputInit.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/libinput_a-InputRegistry.o `test -f 'src/InputRegistry.cxx' || echo './'`src/InputRegistry.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/libinput_a-InputStream.o `test -f 'src/InputStream.cxx' || echo './'`src/InputStream.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/input/libinput_a-RewindInputPlugin.o `test -f 'src/input/RewindInputPlugin.cxx' || echo './'`src/input/RewindInputPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/input/libinput_a-FileInputPlugin.o `test -f 'src/input/FileInputPlugin.cxx' || echo './'`src/input/FileInputPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/input/libinput_a-CurlInputPlugin.o `test -f 'src/input/CurlInputPlugin.cxx' || echo './'`src/input/CurlInputPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/libinput_a-IcyMetaDataParser.o `test -f 'src/IcyMetaDataParser.cxx' || echo './'`src/IcyMetaDataParser.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/input/libinput_a-FfmpegInputPlugin.o `test -f 'src/input/FfmpegInputPlugin.cxx' || echo './'`src/input/FfmpegInputPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/fs/Domain.o src/fs/Domain.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/fs/Traits.o src/fs/Traits.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/fs/Config.o src/fs/Config.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/fs/Charset.o src/fs/Charset.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/fs/Path.o src/fs/Path.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/fs/AllocatedPath.o src/fs/AllocatedPath.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/fs/FileSystem.o src/fs/FileSystem.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/DatabaseRegistry.o src/DatabaseRegistry.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/DatabaseHelpers.o src/DatabaseHelpers.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/db/SimpleDatabasePlugin.o src/db/SimpleDatabasePlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/db/ProxyDatabasePlugin.o src/db/ProxyDatabasePlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/yajl/2.0.4/include/yajl -std=gnu++0x -g -O2 -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 -c -o src/libplaylist_plugins_a-MemorySongEnumerator.o `test -f 'src/MemorySongEnumerator.cxx' || echo './'`src/MemorySongEnumerator.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/yajl/2.0.4/include/yajl -std=gnu++0x -g -O2 -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 -c -o src/playlist/libplaylist_plugins_a-ExtM3uPlaylistPlugin.o `test -f 'src/playlist/ExtM3uPlaylistPlugin.cxx' || echo './'`src/playlist/ExtM3uPlaylistPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/yajl/2.0.4/include/yajl -std=gnu++0x -g -O2 -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 -c -o src/playlist/libplaylist_plugins_a-M3uPlaylistPlugin.o `test -f 'src/playlist/M3uPlaylistPlugin.cxx' || echo './'`src/playlist/M3uPlaylistPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/yajl/2.0.4/include/yajl -std=gnu++0x -g -O2 -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 -c -o src/playlist/libplaylist_plugins_a-PlsPlaylistPlugin.o `test -f 'src/playlist/PlsPlaylistPlugin.cxx' || echo './'`src/playlist/PlsPlaylistPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/yajl/2.0.4/include/yajl -std=gnu++0x -g -O2 -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 -c -o src/playlist/libplaylist_plugins_a-XspfPlaylistPlugin.o `test -f 'src/playlist/XspfPlaylistPlugin.cxx' || echo './'`src/playlist/XspfPlaylistPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/yajl/2.0.4/include/yajl -std=gnu++0x -g -O2 -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 -c -o src/playlist/libplaylist_plugins_a-AsxPlaylistPlugin.o `test -f 'src/playlist/AsxPlaylistPlugin.cxx' || echo './'`src/playlist/AsxPlaylistPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/yajl/2.0.4/include/yajl -std=gnu++0x -g -O2 -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 -c -o src/playlist/libplaylist_plugins_a-RssPlaylistPlugin.o `test -f 'src/playlist/RssPlaylistPlugin.cxx' || echo './'`src/playlist/RssPlaylistPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/yajl/2.0.4/include/yajl -std=gnu++0x -g -O2 -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 -c -o src/playlist/libplaylist_plugins_a-CuePlaylistPlugin.o `test -f 'src/playlist/CuePlaylistPlugin.cxx' || echo './'`src/playlist/CuePlaylistPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/yajl/2.0.4/include/yajl -std=gnu++0x -g -O2 -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 -c -o src/playlist/libplaylist_plugins_a-EmbeddedCuePlaylistPlugin.o `test -f 'src/playlist/EmbeddedCuePlaylistPlugin.cxx' || echo './'`src/playlist/EmbeddedCuePlaylistPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/yajl/2.0.4/include/yajl -std=gnu++0x -g -O2 -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 -c -o src/libplaylist_plugins_a-PlaylistRegistry.o `test -f 'src/PlaylistRegistry.cxx' || echo './'`src/PlaylistRegistry.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/yajl/2.0.4/include/yajl -std=gnu++0x -g -O2 -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 -c -o src/playlist/libplaylist_plugins_a-SoundCloudPlaylistPlugin.o `test -f 'src/playlist/SoundCloudPlaylistPlugin.cxx' || echo './'`src/playlist/SoundCloudPlaylistPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/fluid-synth/1.1.6/include -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/decoder/libdecoder_plugins_a-PcmDecoderPlugin.o `test -f 'src/decoder/PcmDecoderPlugin.cxx' || echo './'`src/decoder/PcmDecoderPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/fluid-synth/1.1.6/include -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/decoder/libdecoder_plugins_a-DsdiffDecoderPlugin.o `test -f 'src/decoder/DsdiffDecoderPlugin.cxx' || echo './'`src/decoder/DsdiffDecoderPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/fluid-synth/1.1.6/include -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/decoder/libdecoder_plugins_a-DsfDecoderPlugin.o `test -f 'src/decoder/DsfDecoderPlugin.cxx' || echo './'`src/decoder/DsfDecoderPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/fluid-synth/1.1.6/include -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/decoder/libdecoder_plugins_a-DsdLib.o `test -f 'src/decoder/DsdLib.cxx' || echo './'`src/decoder/DsdLib.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/fluid-synth/1.1.6/include -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/decoder/libdecoder_plugins_a-FaadDecoderPlugin.o `test -f 'src/decoder/FaadDecoderPlugin.cxx' || echo './'`src/decoder/FaadDecoderPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/fluid-synth/1.1.6/include -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/decoder/libdecoder_plugins_a-FluidsynthDecoderPlugin.o `test -f 'src/decoder/FluidsynthDecoderPlugin.cxx' || echo './'`src/decoder/FluidsynthDecoderPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/fluid-synth/1.1.6/include -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/decoder/libdecoder_plugins_a-FfmpegMetaData.o `test -f 'src/decoder/FfmpegMetaData.cxx' || echo './'`src/decoder/FfmpegMetaData.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/fluid-synth/1.1.6/include -I/usr/local/Cellar/ffmpeg/2.2.1/include -std=gnu++0x -g -O2 -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 -c -o src/decoder/libdecoder_plugins_a-FfmpegDecoderPlugin.o `test -f 'src/decoder/FfmpegDecoderPlugin.cxx' || echo './'`src/decoder/FfmpegDecoderPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/filter/NullFilterPlugin.o src/filter/NullFilterPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/filter/ChainFilterPlugin.o src/filter/ChainFilterPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/filter/AutoConvertFilterPlugin.o src/filter/AutoConvertFilterPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/filter/ConvertFilterPlugin.o src/filter/ConvertFilterPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/filter/RouteFilterPlugin.o src/filter/RouteFilterPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/filter/NormalizeFilterPlugin.o src/filter/NormalizeFilterPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/filter/ReplayGainFilterPlugin.o src/filter/ReplayGainFilterPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/filter/VolumeFilterPlugin.o src/filter/VolumeFilterPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/mixer/libmixer_plugins_a-SoftwareMixerPlugin.o `test -f 'src/mixer/SoftwareMixerPlugin.cxx' || echo './'`src/mixer/SoftwareMixerPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/output/liboutput_plugins_a-NullOutputPlugin.o `test -f 'src/output/NullOutputPlugin.cxx' || echo './'`src/output/NullOutputPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/output/liboutput_plugins_a-FifoOutputPlugin.o `test -f 'src/output/FifoOutputPlugin.cxx' || echo './'`src/output/FifoOutputPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/output/liboutput_plugins_a-OpenALOutputPlugin.o `test -f 'src/output/OpenALOutputPlugin.cxx' || echo './'`src/output/OpenALOutputPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/output/liboutput_plugins_a-OSXOutputPlugin.o `test -f 'src/output/OSXOutputPlugin.cxx' || echo './'`src/output/OSXOutputPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/output/liboutput_plugins_a-RecorderOutputPlugin.o `test -f 'src/output/RecorderOutputPlugin.cxx' || echo './'`src/output/RecorderOutputPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/output/liboutput_plugins_a-HttpdClient.o `test -f 'src/output/HttpdClient.cxx' || echo './'`src/output/HttpdClient.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/output/liboutput_plugins_a-HttpdOutputPlugin.o `test -f 'src/output/HttpdOutputPlugin.cxx' || echo './'`src/output/HttpdOutputPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/archive/libarchive_a-Bzip2ArchivePlugin.o `test -f 'src/archive/Bzip2ArchivePlugin.cxx' || echo './'`src/archive/Bzip2ArchivePlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/encoder/libencoder_plugins_a-NullEncoderPlugin.o `test -f 'src/encoder/NullEncoderPlugin.cxx' || echo './'`src/encoder/NullEncoderPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -std=gnu++0x -g -O2 -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 -c -o src/encoder/libencoder_plugins_a-WaveEncoderPlugin.o `test -f 'src/encoder/WaveEncoderPlugin.cxx' || echo './'`src/encoder/WaveEncoderPlugin.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/protocol/src_mpd-Ack.o `test -f 'src/protocol/Ack.cxx' || echo './'`src/protocol/Ack.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/protocol/src_mpd-ArgParser.o `test -f 'src/protocol/ArgParser.cxx' || echo './'`src/protocol/ArgParser.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/protocol/src_mpd-Result.o `test -f 'src/protocol/Result.cxx' || echo './'`src/protocol/Result.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/command/src_mpd-CommandError.o `test -f 'src/command/CommandError.cxx' || echo './'`src/command/CommandError.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/command/src_mpd-AllCommands.o `test -f 'src/command/AllCommands.cxx' || echo './'`src/command/AllCommands.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/command/src_mpd-QueueCommands.o `test -f 'src/command/QueueCommands.cxx' || echo './'`src/command/QueueCommands.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/command/src_mpd-PlayerCommands.o `test -f 'src/command/PlayerCommands.cxx' || echo './'`src/command/PlayerCommands.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/command/src_mpd-PlaylistCommands.o `test -f 'src/command/PlaylistCommands.cxx' || echo './'`src/command/PlaylistCommands.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/command/src_mpd-DatabaseCommands.o `test -f 'src/command/DatabaseCommands.cxx' || echo './'`src/command/DatabaseCommands.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/command/src_mpd-FileCommands.o `test -f 'src/command/FileCommands.cxx' || echo './'`src/command/FileCommands.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/command/src_mpd-OutputCommands.o `test -f 'src/command/OutputCommands.cxx' || echo './'`src/command/OutputCommands.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/command/src_mpd-MessageCommands.o `test -f 'src/command/MessageCommands.cxx' || echo './'`src/command/MessageCommands.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/command/src_mpd-OtherCommands.o `test -f 'src/command/OtherCommands.cxx' || echo './'`src/command/OtherCommands.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/command/src_mpd-CommandListBuilder.o `test -f 'src/command/CommandListBuilder.cxx' || echo './'`src/command/CommandListBuilder.cxx
g++-4.9 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -std=gnu++0x -g -O2 -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 -c -o src/cue/src_mpd-CueParser.o `test -f 'src/cue/CueParser.cxx' || echo './'`src/cue/CueParser.cxx
gcc-4.9 -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -D_REENTRANT -isystem /usr/local/Cellar/glib/2.40.0/include/glib-2.0 -isystem /usr/local/Cellar/glib/2.40.0/lib/glib-2.0/include -isystem /usr/local/opt/gettext/include -DSYSTEM_CONFIG_FILE_LOCATION='"/usr/local/Cellar/mpd/0.18.9/etc/mpd.conf"' -I/usr/local/Cellar/libmpdclient/2.9/include -I/usr/local/Cellar/sqlite/3.8.4.3/include -g -O2 -fvisibility=hidden -ffast-math -ftree-vectorize -ffunction-sections -fdata-sections -Wall -Wextra -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wcast-qual -Wwrite-strings -pedantic -c -o src/AudioCompress/src_mpd-compress.o `test -f 'src/AudioCompress/compress.c' || echo './'`src/AudioCompress/compress.c
rm -f libutil.a
ar cru libutil.a src/util/Error.o src/util/StringUtil.o src/util/FormatString.o src/util/Tokenizer.o src/util/UriUtil.o src/util/fifo_buffer.o src/util/growing_fifo.o src/util/LazyRandomEngine.o src/util/HugeAllocator.o src/util/PeakBuffer.o src/util/list_sort.o src/util/ByteReverse.o src/util/bit_reverse.o
rm -f libthread.a
ar cru libthread.a src/thread/Thread.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libutil.a(HugeAllocator.o) has no symbols
ranlib libutil.a
ranlib libthread.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libutil.a(HugeAllocator.o) has no symbols
rm -f libsystem.a
ar cru libsystem.a src/system/FatalError.o src/system/fd_util.o src/system/SocketUtil.o src/system/SocketError.o src/system/Resolver.o src/system/EventPipe.o src/system/EventFD.o src/system/SignalFD.o src/system/EPollFD.o src/system/Clock.o
rm -f libevent.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libsystem.a(EventFD.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libsystem.a(SignalFD.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libsystem.a(EPollFD.o) has no symbols
ranlib libsystem.a
ar cru libevent.a src/event/SignalMonitor.o src/event/TimeoutMonitor.o src/event/IdleMonitor.o src/event/DeferredMonitor.o src/event/SocketMonitor.o src/event/BufferedSocket.o src/event/FullyBufferedSocket.o src/event/MultiSocketMonitor.o src/event/ServerSocket.o src/event/Call.o src/event/Loop.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libsystem.a(EventFD.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libsystem.a(SignalFD.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libsystem.a(EPollFD.o) has no symbols
rm -f libpcm.a
ranlib libevent.a
ar cru libpcm.a src/pcm/libpcm_a-PcmBuffer.o src/pcm/libpcm_a-PcmExport.o src/pcm/libpcm_a-PcmConvert.o src/pcm/dsd2pcm/libpcm_a-dsd2pcm.o src/pcm/libpcm_a-PcmDsd.o src/pcm/libpcm_a-PcmDsdUsb.o src/pcm/libpcm_a-PcmVolume.o src/pcm/libpcm_a-PcmMix.o src/pcm/libpcm_a-PcmChannels.o src/pcm/libpcm_a-PcmPack.o src/pcm/libpcm_a-PcmFormat.o src/pcm/libpcm_a-PcmResample.o src/pcm/libpcm_a-PcmResampleFallback.o src/pcm/libpcm_a-PcmDither.o src/pcm/libpcm_a-PcmResampleLibsamplerate.o
rm -f libconf.a
ar cru libconf.a src/ConfigPath.o src/ConfigData.o src/ConfigParser.o src/ConfigGlobal.o src/ConfigFile.o src/ConfigTemplates.o src/ConfigError.o
ranlib libpcm.a
ranlib libconf.a
rm -f libtag.a
ar cru libtag.a src/tag/libtag_a-Tag.o src/tag/libtag_a-TagBuilder.o src/tag/libtag_a-TagHandler.o src/tag/libtag_a-TagSettings.o src/tag/libtag_a-TagConfig.o src/tag/libtag_a-TagNames.o src/tag/libtag_a-TagString.o src/tag/libtag_a-TagPool.o src/tag/libtag_a-TagTable.o src/tag/libtag_a-ApeLoader.o src/tag/libtag_a-ApeReplayGain.o src/tag/libtag_a-ApeTag.o src/tag/libtag_a-TagId3.o src/tag/libtag_a-TagRva2.o src/tag/libtag_a-Riff.o src/tag/libtag_a-Aiff.o
rm -f libinput.a
ranlib libtag.a
ar cru libinput.a src/libinput_a-InputInit.o src/libinput_a-InputRegistry.o src/libinput_a-InputStream.o src/input/libinput_a-RewindInputPlugin.o src/input/libinput_a-FileInputPlugin.o src/input/libinput_a-CurlInputPlugin.o src/libinput_a-IcyMetaDataParser.o src/input/libinput_a-FfmpegInputPlugin.o
rm -f libfs.a
rm -f libdb_plugins.a
ar cru libfs.a src/fs/Domain.o src/fs/Traits.o src/fs/Config.o src/fs/Charset.o src/fs/Path.o src/fs/AllocatedPath.o src/fs/FileSystem.o
ar cru libdb_plugins.a src/DatabaseRegistry.o src/DatabaseHelpers.o src/db/SimpleDatabasePlugin.o src/db/ProxyDatabasePlugin.o
ranlib libinput.a
ranlib libfs.a
ranlib libdb_plugins.a
rm -f libplaylist_plugins.a
rm -f libdecoder_plugins.a
ar cru libplaylist_plugins.a src/libplaylist_plugins_a-MemorySongEnumerator.o src/playlist/libplaylist_plugins_a-ExtM3uPlaylistPlugin.o src/playlist/libplaylist_plugins_a-M3uPlaylistPlugin.o src/playlist/libplaylist_plugins_a-PlsPlaylistPlugin.o src/playlist/libplaylist_plugins_a-XspfPlaylistPlugin.o src/playlist/libplaylist_plugins_a-AsxPlaylistPlugin.o src/playlist/libplaylist_plugins_a-RssPlaylistPlugin.o src/playlist/libplaylist_plugins_a-CuePlaylistPlugin.o src/playlist/libplaylist_plugins_a-EmbeddedCuePlaylistPlugin.o src/libplaylist_plugins_a-PlaylistRegistry.o src/playlist/libplaylist_plugins_a-SoundCloudPlaylistPlugin.o
ar cru libdecoder_plugins.a src/decoder/libdecoder_plugins_a-PcmDecoderPlugin.o src/decoder/libdecoder_plugins_a-DsdiffDecoderPlugin.o src/decoder/libdecoder_plugins_a-DsfDecoderPlugin.o src/decoder/libdecoder_plugins_a-DsdLib.o src/libdecoder_plugins_a-DecoderBuffer.o src/libdecoder_plugins_a-DecoderPlugin.o src/libdecoder_plugins_a-DecoderList.o src/decoder/libdecoder_plugins_a-FaadDecoderPlugin.o src/decoder/libdecoder_plugins_a-FluidsynthDecoderPlugin.o src/decoder/libdecoder_plugins_a-FfmpegMetaData.o src/decoder/libdecoder_plugins_a-FfmpegDecoderPlugin.o
rm -f libfilter_plugins.a
ar cru libfilter_plugins.a src/filter/NullFilterPlugin.o src/filter/ChainFilterPlugin.o src/filter/AutoConvertFilterPlugin.o src/filter/ConvertFilterPlugin.o src/filter/RouteFilterPlugin.o src/filter/NormalizeFilterPlugin.o src/filter/ReplayGainFilterPlugin.o src/filter/VolumeFilterPlugin.o
ranlib libplaylist_plugins.a
ranlib libdecoder_plugins.a
ranlib libfilter_plugins.a
rm -f libmixer_plugins.a
rm -f liboutput_plugins.a
ar cru libmixer_plugins.a src/mixer/libmixer_plugins_a-SoftwareMixerPlugin.o
rm -f libarchive.a
ar cru liboutput_plugins.a src/output/liboutput_plugins_a-NullOutputPlugin.o src/output/liboutput_plugins_a-FifoOutputPlugin.o src/output/liboutput_plugins_a-OpenALOutputPlugin.o src/output/liboutput_plugins_a-OSXOutputPlugin.o src/output/liboutput_plugins_a-RecorderOutputPlugin.o src/liboutput_plugins_a-IcyMetaDataServer.o src/output/liboutput_plugins_a-HttpdClient.o src/output/liboutput_plugins_a-HttpdOutputPlugin.o
ar cru libarchive.a src/libarchive_a-ArchiveDomain.o src/libarchive_a-ArchiveLookup.o src/libarchive_a-ArchiveList.o src/libarchive_a-ArchivePlugin.o src/input/libarchive_a-ArchiveInputPlugin.o src/archive/libarchive_a-Bzip2ArchivePlugin.o
rm -f libencoder_plugins.a
ranlib libmixer_plugins.a
ar cru libencoder_plugins.a src/encoder/libencoder_plugins_a-NullEncoderPlugin.o src/libencoder_plugins_a-EncoderList.o src/encoder/libencoder_plugins_a-WaveEncoderPlugin.o
ranlib libarchive.a
ranlib liboutput_plugins.a
ranlib libencoder_plugins.a
g++-4.9 -std=gnu++0x -g -O2 -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 -o src/mpd src/src_mpd-TimePrint.o src/src_mpd-OutputList.o src/src_mpd-OutputAll.o src/src_mpd-OutputThread.o src/src_mpd-OutputError.o src/src_mpd-OutputControl.o src/src_mpd-OutputState.o src/src_mpd-OutputPrint.o src/src_mpd-OutputCommand.o src/src_mpd-OutputPlugin.o src/src_mpd-OutputFinish.o src/src_mpd-OutputInit.o src/src_mpd-MixerControl.o src/src_mpd-MixerType.o src/src_mpd-MixerAll.o src/src_mpd-notify.o src/src_mpd-AudioConfig.o src/src_mpd-CheckAudioFormat.o src/src_mpd-AudioFormat.o src/src_mpd-AudioParser.o src/protocol/src_mpd-Ack.o src/protocol/src_mpd-ArgParser.o src/protocol/src_mpd-Result.o src/command/src_mpd-CommandError.o src/command/src_mpd-AllCommands.o src/command/src_mpd-QueueCommands.o src/command/src_mpd-PlayerCommands.o src/command/src_mpd-PlaylistCommands.o src/command/src_mpd-DatabaseCommands.o src/command/src_mpd-FileCommands.o src/command/src_mpd-OutputCommands.o src/command/src_mpd-MessageCommands.o src/command/src_mpd-OtherCommands.o src/command/src_mpd-CommandListBuilder.o src/src_mpd-Idle.o src/src_mpd-CommandLine.o src/src_mpd-CrossFade.o src/cue/src_mpd-CueParser.o src/src_mpd-DecoderError.o src/src_mpd-DecoderThread.o src/src_mpd-DecoderControl.o src/src_mpd-DecoderAPI.o src/src_mpd-DecoderInternal.o src/src_mpd-DecoderPrint.o src/src_mpd-Directory.o src/src_mpd-DirectorySave.o src/src_mpd-DatabaseGlue.o src/src_mpd-DatabasePrint.o src/src_mpd-DatabaseQueue.o src/src_mpd-DatabasePlaylist.o src/src_mpd-DatabaseError.o src/src_mpd-DatabaseLock.o src/src_mpd-DatabaseSave.o src/src_mpd-DatabaseSelection.o src/src_mpd-ExcludeList.o src/src_mpd-FilterConfig.o src/src_mpd-FilterPlugin.o src/src_mpd-FilterRegistry.o src/src_mpd-UpdateDomain.o src/src_mpd-UpdateGlue.o src/src_mpd-UpdateQueue.o src/src_mpd-UpdateIO.o src/src_mpd-UpdateDatabase.o src/src_mpd-UpdateWalk.o src/src_mpd-UpdateSong.o src/src_mpd-UpdateContainer.o src/src_mpd-UpdateRemove.o src/src_mpd-Client.o src/src_mpd-ClientEvent.o src/src_mpd-ClientExpire.o src/src_mpd-ClientGlobal.o src/src_mpd-ClientIdle.o src/src_mpd-ClientList.o src/src_mpd-ClientNew.o src/src_mpd-ClientProcess.o src/src_mpd-ClientRead.o src/src_mpd-ClientWrite.o src/src_mpd-ClientMessage.o src/src_mpd-ClientSubscribe.o src/src_mpd-ClientFile.o src/src_mpd-Listen.o src/src_mpd-LogInit.o src/src_mpd-Log.o src/src_mpd-ls.o src/src_mpd-IOThread.o src/src_mpd-Main.o src/src_mpd-Instance.o src/src_mpd-Win32Main.o src/src_mpd-GlobalEvents.o src/src_mpd-Daemon.o src/AudioCompress/src_mpd-compress.o src/src_mpd-MusicBuffer.o src/src_mpd-MusicPipe.o src/src_mpd-MusicChunk.o src/src_mpd-Mapper.o src/src_mpd-Page.o src/src_mpd-Partition.o src/src_mpd-Permission.o src/src_mpd-PlayerThread.o src/src_mpd-PlayerControl.o src/src_mpd-Playlist.o src/src_mpd-PlaylistError.o src/src_mpd-PlaylistGlobal.o src/src_mpd-PlaylistControl.o src/src_mpd-PlaylistEdit.o src/src_mpd-PlaylistPrint.o src/src_mpd-PlaylistSave.o src/src_mpd-PlaylistMapper.o src/src_mpd-PlaylistAny.o src/src_mpd-PlaylistSong.o src/src_mpd-PlaylistState.o src/src_mpd-PlaylistQueue.o src/src_mpd-PlaylistVector.o src/src_mpd-PlaylistDatabase.o src/src_mpd-PlaylistUpdate.o src/src_mpd-Queue.o src/src_mpd-QueuePrint.o src/src_mpd-QueueSave.o src/src_mpd-ReplayGainConfig.o src/src_mpd-ReplayGainInfo.o src/src_mpd-SignalHandlers.o src/src_mpd-Song.o src/src_mpd-SongUpdate.o src/src_mpd-SongPrint.o src/src_mpd-SongSave.o src/src_mpd-SongSort.o src/src_mpd-StateFile.o src/src_mpd-Stats.o src/src_mpd-TagPrint.o src/src_mpd-TagSave.o src/src_mpd-TagFile.o src/src_mpd-TextFile.o src/src_mpd-TextInputStream.o src/src_mpd-Volume.o src/src_mpd-SongFilter.o src/src_mpd-PlaylistFile.o src/src_mpd-Timer.o src/command/src_mpd-StickerCommands.o src/src_mpd-StickerDatabase.o src/src_mpd-StickerPrint.o src/src_mpd-SongSticker.o src/src_mpd-UpdateArchive.o src/src_mpd-ZeroconfGlue.o src/src_mpd-ZeroconfBonjour.o libdb_plugins.a -L/usr/local/Cellar/libmpdclient/2.9/lib -lmpdclient libplaylist_plugins.a -L/usr/local/Cellar/yajl/2.0.4/lib -lyajl -L/usr/local/Cellar/sqlite/3.8.4.3/lib -lsqlite3 libdecoder_plugins.a -L/usr/local/Cellar/fluid-synth/1.1.6/lib -lfluidsynth -L/usr/local/Cellar/ffmpeg/2.2.1/lib -lavformat -lavcodec -lavutil -lfaad libinput.a -lcurl -L/usr/local/Cellar/ffmpeg/2.2.1/lib -lavformat -lavcodec -lavutil libarchive.a -lbz2 libtag.a -L/usr/local/opt/libid3tag/lib -lid3tag -lz liboutput_plugins.a -framework OpenAL libfilter_plugins.a libpcm.a -L/usr/local/Cellar/libsamplerate/0.1.8/lib -lsamplerate libencoder_plugins.a libmixer_plugins.a libconf.a libevent.a libthread.a libsystem.a libutil.a libfs.a -L/usr/local/Cellar/glib/2.40.0/lib -L/usr/local/opt/gettext/lib -lgthread-2.0 -lglib-2.0 -lintl -framework AudioUnit -framework CoreAudio -framework CoreServices
Undefined symbols for architecture x86_64:
"_alBufferData", referenced from:
openal_play(audio_output*, void const*, unsigned long, Error&) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
"_alDeleteBuffers", referenced from:
openal_close(audio_output*) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
openal_open(audio_output*, AudioFormat&, Error&) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
"_alDeleteSources", referenced from:
openal_close(audio_output*) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
"_alGenBuffers", referenced from:
openal_open(audio_output*, AudioFormat&, Error&) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
"_alGenSources", referenced from:
openal_open(audio_output*, AudioFormat&, Error&) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
"_alGetError", referenced from:
openal_open(audio_output*, AudioFormat&, Error&) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
"_alGetSourcei", referenced from:
openal_delay(audio_output*) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
openal_play(audio_output*, void const*, unsigned long, Error&) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
"_alSourcePlay", referenced from:
openal_play(audio_output*, void const*, unsigned long, Error&) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
"_alSourceQueueBuffers", referenced from:
openal_play(audio_output*, void const*, unsigned long, Error&) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
"_alSourceStop", referenced from:
openal_cancel(audio_output*) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
"_alSourceUnqueueBuffers", referenced from:
openal_play(audio_output*, void const*, unsigned long, Error&) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
"_alSourcei", referenced from:
openal_cancel(audio_output*) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
"_alcCloseDevice", referenced from:
openal_close(audio_output*) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
openal_open(audio_output*, AudioFormat&, Error&) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
"_alcCreateContext", referenced from:
openal_open(audio_output*, AudioFormat&, Error&) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
"_alcDestroyContext", referenced from:
openal_close(audio_output*) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
"_alcGetCurrentContext", referenced from:
openal_play(audio_output*, void const*, unsigned long, Error&) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
"_alcGetString", referenced from:
openal_init(config_param const&, Error&) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
"_alcMakeContextCurrent", referenced from:
openal_cancel(audio_output*) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
openal_close(audio_output*) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
openal_open(audio_output*, AudioFormat&, Error&) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
openal_play(audio_output*, void const*, unsigned long, Error&) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
"_alcOpenDevice", referenced from:
openal_open(audio_output*, AudioFormat&, Error&) in liboutput_plugins.a(liboutput_plugins_a-OpenALOutputPlugin.o)
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
make[1]: *** [src/mpd] Error 1
make: *** [all] Error 2
ln -s ../Cellar/mpd/0.17.5/bin/mpd mpd
ln -s ../../../Cellar/mpd/0.17.5/share/man/man5/mpd.conf.5 mpd.conf.5
ln -s ../../../Cellar/mpd/0.17.5/share/man/man1/mpd.1 mpd.1
ln -s ../../Cellar/mpd/0.17.5/share/doc/mpd mpd
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: b06306181f9ce958e04a7c5697ddbfb11a14c750
CPU: 8-core 64-bit ivybridge
OS X: 10.9.2-x86_64
Xcode: 5.1.1
CLT: 5.1.0.0.1.1396320587
X11: 2.7.5 => /opt/X11
==> ENV
HOMEBREW_CC: gcc-4.9
HOMEBREW_CXX: g++-4.9
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local/opt/readline:/usr/local/opt/sqlite:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/libid3tag/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/libsamplerate/lib/pkgconfig:/usr/local/opt/libmpdclient/lib/pkgconfig:/usr/local/opt/x264/lib/pkgconfig:/usr/local/opt/ffmpeg/lib/pkgconfig:/usr/local/opt/fluid-synth/lib/pkgconfig:/usr/local/opt/yajl/share/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/xz/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/gettext/bin:/usr/local/opt/glib/bin:/usr/local/opt/sqlite/bin:/usr/local/opt/libsamplerate/bin:/usr/local/opt/x264/bin:/usr/local/opt/faac/bin:/usr/local/opt/lame/bin:/usr/local/opt/ffmpeg/bin:/usr/local/opt/fluid-synth/bin:/usr/local/opt/faad2/bin:/usr/local/opt/yajl/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/opt/gcc49/bin
Error: mpd 0.18.9 did not build
Logs:
/Users/zhomart/Library/Logs/Homebrew/mpd/01.configure
/Users/zhomart/Library/Logs/Homebrew/mpd/01.configure.cc
/Users/zhomart/Library/Logs/Homebrew/mpd/02.make
/Users/zhomart/Library/Logs/Homebrew/mpd/02.make.cc
/Users/zhomart/Library/Logs/Homebrew/mpd/config.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment