TagLib 1.6 with Cocoa

Lukáš Lalinský lalinsky at gmail.com
Sat Oct 10 21:01:52 CEST 2009


On Sat, Oct 10, 2009 at 8:21 PM, Matthieu Riolo
<matthieu.riolo at googlemail.com> wrote:
> I've received the error that FileRef is not a member of TagLib.
> Including #import "taglib/fileref.h" solved the problem. But now I'm getting
> the following error:
>
> "_uncompress", referended from:
> TagLib::ID3v2::Frame::fieldData(TagLib::ByteVector const&) constin
> libtag.a(idv2frame.o)
> symbols(s) not found
> collect2: ld returned 1 exit status
>
> Zlib is found by ./configuration and should work. Have I made something
> wrong? Can someone give me a hint how to make that work.

If you are linking to a static library, you need to also link to all
the dependencies the library has. So in this case your application
needs to link to both taglib and zlib.

-- 
Lukas Lalinsky
lalinsky at gmail.com


More information about the taglib-devel mailing list