configure error
Ian Monroe
ian at monroe.nu
Tue Sep 5 20:11:26 UTC 2006
Well, thats how my system is to. I have it under
/usr/include/taglib/taglib.h actually.
Ok, I bet its that you don't have taglib-config on your path. Its at
/local/media/bin/taglib-config probably.
Ian Monroe
On 9/5/06, Bret Jordan <Bret.Jordan at utah.edu> wrote:
>
>
>
> Thank you so much for your reply.. (fyi, I have PREFIX=/local/media)
>
> I have a directory taglib in /local/media/include/ and in that directory I
> have taglib.h
>
> Is the configure script not traversing the subdirectories in the include
> directory? I did not put the taglib files in their own directory in
> /local/media/include, that is the way taglib installed itself when I did
> "make install", so I just left it alone. There are quite a few other
> packages that install that way in include. Here is a directory listing of
> /local/media/include/
>
> [jordan]:/local/media/include-> ll
> total 171
> drwxrwsr-x 2 root users 128 2006-07-16 20:37 ao
> -rw-r--r-- 1 root users 19129 2006-07-16 20:57 cdaudio.h
> -rw-r--r-- 1 root users 5672 2006-07-16 20:58 cdda_interface.h
> -rw-r--r-- 1 root users 1504 2006-07-16 20:58 cdda_paranoia.h
> drwxrwsr-x 2 root users 72 2006-07-16 20:58 dvdcss
> drwxrwsr-x 2 root users 464 2006-07-16 20:43 FLAC
> drwxrwsr-x 2 root users 192 2006-07-16 20:43 FLAC++
> -rw-r--r-- 1 root users 10647 2006-07-16 20:48 id3tag.h
> drwxrwsr-x 2 root users 72 2006-07-16 20:34 lame
> -rw-r--r-- 1 root users 27125 2006-07-16 20:47 mad.h
> drwxrwsr-x 2 root users 136 2006-07-16 20:37 ogg
> drwxrwsr-x 2 root users 320 2006-07-16 20:43 OggFLAC
> drwxrwsr-x 2 root users 160 2006-07-16 20:43 OggFLAC++
> drwxrwsr-x 2 root users 208 2006-07-16 20:51 speex
> -rw-r--r-- 1 root users 30 2006-07-16 20:51 speex_bits.h
> -rw-r--r-- 1 root users 35 2006-07-16 20:51 speex_callbacks.h
> -rw-r--r-- 1 root users 25 2006-07-16 20:51 speex.h
> -rw-r--r-- 1 root users 32 2006-07-16 20:51 speex_header.h
> -rw-r--r-- 1 root users 32 2006-07-16 20:51 speex_stereo.h
> drwxrwsr-x 2 root users 1576 2006-08-31 21:24 taglib
> drwxrwsr-x 2 root users 72 2006-07-16 20:59 theora
> -rw-r--r-- 1 root users 2056 2006-07-16 20:58 utils.h
> drwxrwsr-x 2 root users 136 2006-07-16 20:39 vorbis
> drwxr-xr-x 2 root users 1032 2006-07-16 21:25 xine
> -rw-r--r-- 1 root users 70619 2006-07-16 21:24 xine.h
>
>
> Once again, thank you in advance for your time.
>
> Bret
>
>
>
>
> -----Original Message-----
> From: ian.monroe at gmail.com on behalf of Ian Monroe
> Sent: Tue 9/5/2006 11:15 AM
> To: Amarok Mailing List; Bret Jordan
> Subject: Re: configure error
>
> Dear Bret,
> Do you have a $PREFIX/include/taglib.h ?
>
>
> Hope that helps,
> Ian
>
> On 9/5/06, Bret Jordan <Bret.Jordan at utah.edu> wrote:
> >
> >
> >
> > Dear Developers,
> >
> > I am having problems getting amarok to configure. It keeps complaining
> > that it can not find the library for taglib. I read the README file and
> > followed what it said to do, i.e. export the PKG_CONFIG_PATH with the
> > location of the laglib pkg file. (note the pkg-config tool is able to
> find
> > it and query its settings). I have also read through the forums looking
> for
> > ideas.
> >
> > I have compiled taglib from source (both a static and a shared library)
> > with the following commands:
> >
> > # Build static version
> > CFLAGS="-static" \
> > CPPFLAGS="-I$PREFIX/include/" \
> > LDFLAGS="-static -L$PREFIX/lib/" \
> > ./configure \
> > --prefix=$PREFIX \
> > --enable-static
> >
> > make
> > make install
> >
> > make clean
> > make distclean
> >
> > # Build shared version
> > CPPFLAGS="-I$PREFIX/include/" \
> > LDFLAGS="-L$PREFIX/lib/" \
> > ./configure \
> > --prefix=$PREFIX \
> > --enable-shared
> >
> >
> > I am trying to configure amarok with the following:
> >
> > CPPFLAGS="-I$PREFIX/include/" \
> > LDFLAGS="-L$PREFIX/lib/" \
> > ./configure \
> > --prefix=$PREFIX \
> > --with-extra-includes=$PREFIX/include/ \
> > --with-extra-libs=$PREFIX/lib/ \
> > --with-libgpod
> >
> > It just gives me an error no matter what I do.
> >
> > Thanks in advance for any help you can give.
> >
> > Bret
> >
> > _______________________________________________
> > Amarok mailing list
> > Amarok at kde.org
> > https://mail.kde.org/mailman/listinfo/amarok
> >
> >
> >
>
>
>
>
>
More information about the Amarok
mailing list