Re: [Musicpd-dev-team] Fwd: hively decoder patch

2009-10-14 Thread Max Kellermann
On 2009/08/13 17:41, Max Kellermann wrote: > However, I see compiler warnings & errors, see attached log file. > Could you fix all of those, please? Hi Tony, any updates on your hively code? Max -- Come build with us!

Re: [Musicpd-dev-team] Question about MPD compilation and MAD integration

2009-10-14 Thread Jeffrey Middleton
I see that you're installing these into nonstandard locations on your system. You'll probably need to point pkg-config in their direction by setting PKG_CONFIG_PATH as suggested in your error messages, something like: PKG_CONFIG_PATH="$AUDIOPLAYER_USR_DIR:$PKG_CONFIG_PATH" I don't recall if this

Re: [Musicpd-dev-team] Question about MPD compilation and MAD integration

2009-10-14 Thread Max Kellermann
On 2009/10/14 21:55, Kiran Biswal wrote: > Not sure what piece of information you are asking but it should be > installing everything that libmad and libid3tag packages offer. I > got the libmad-0.15.1b.tar.gz and libid3tag-0.15.1b.tar.gz packages > from ftp://ftp.mars.org/pub/mpeg/ and configured

Re: [Musicpd-dev-team] Question about MPD compilation and MAD integration

2009-10-14 Thread Kiran Biswal
Hi, Not sure what piece of information you are asking but it should be installing everything that libmad and libid3tag packages offer. I got the libmad-0.15.1b.tar.gz and libid3tag-0.15.1b.tar.gz packages from ftp://ftp.mars.org/pub/mpeg/ and configured as below. And did ./config with CONFIG_

Re: [Musicpd-dev-team] Question about MPD compilation and MAD integration

2009-10-14 Thread Max Kellermann
On 2009/10/14 10:28, Kiran Biswal wrote: > I am trying to compile MPD and in the process have compiled the > dependent libraries e.g. libmad and libid3tag What exactly of libmad and libid3tag is installed? -- Come build

[Musicpd-dev-team] Question about MPD compilation and MAD integration

2009-10-14 Thread Kiran Biswal
Hi, I am trying to compile MPD and in the process have compiled the dependent libraries e.g. libmad and libid3tag I give the following arguments to the ./configre for MPD --disable-ipv6 --disable-flac --disable-mpc \ --disable-oggflac --disable-vorbis --disable-fifo --disable-aac \