On Thu, Oct 15, 2009 at 10:42 AM, Kiran Biswal <bis...@broadcom.com> wrote:
> Hi
>
> I got around the previous error related to PKG_CONFIG by changing the
> configure file(note: I am not using the pkgconfig utility)
>
There should be a way to do everything using the features already in
configure. What I suggested previously should definitely work - it's how I
build mpd on my office computer. This is what lets pkg-config work for me:
export
PKG_CONFIG_PATH="$USER_ROOT/lib/pkgconfig:/usr/lib64/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/local/lib64/pkgconfig"
The configure script also has plenty of options/variables for configuring
these things. For example, to point to libmad, you could do something like
./configure MAD_LIBS="-L/path/to/madlibdir"
MAD_CFLAGS="-I/path/to/madincludedir"
As Jan-Benedict says, it's much better to use the proper parameters than to
hack the configure file.
> checking libintl.h usability... no
> checking libintl.h presence... no
> checking for libintl.h... no
> configure: error:
> *** You must have either have gettext support in your C library, or use the
> *** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html
>
I'm going to take a wild leap and assume that if you could install a package
for gettext, you'd have done the same for libmad and libid3tag. It's
surprising that you don't have this support in your libc, but I'm pretty
sure you should be able to get it to work using GNU gettext as the error
suggests.
Jeffrey
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team