fatlardo
June 7th, 2008, 06:26 AM
I am trying to use TagLib to get metadata from a file. The problem I am facing is with TagLib itself.
When I try to compile my program, I get a complaint about an #include in fileref.h. I included /usr/include/taglib in my include path and it fixed that problem.
The problem I face now is an "undefined refernece to 'uncompress'" error in TagLib::ID3v2::Frame::fieldData(TagLib::ByteVector const&) const
It seems to me that I need to inlcude a library in my project. Trouble is I dont know which one. I have googled this in so many different ways, but noone seems to have my problem.
I am running Ubuntu 8.04.
Anyone got any ideas?
Thanks
Gary
When I try to compile my program, I get a complaint about an #include in fileref.h. I included /usr/include/taglib in my include path and it fixed that problem.
The problem I face now is an "undefined refernece to 'uncompress'" error in TagLib::ID3v2::Frame::fieldData(TagLib::ByteVector const&) const
It seems to me that I need to inlcude a library in my project. Trouble is I dont know which one. I have googled this in so many different ways, but noone seems to have my problem.
I am running Ubuntu 8.04.
Anyone got any ideas?
Thanks
Gary