pekingduck / metadsf

A command line DSF tagging tool
GNU General Public License v3.0
13 stars 5 forks source link

Errors on compilation #1

Closed ranperry closed 5 years ago

ranperry commented 9 years ago

Running configure return no errors. When compiling, I get the following errors:

undefined reference to TagLib::String::String()' undefined reference toTagLib::String::toCString(bool) const' undefined reference to `TagLib::String::size() const'

Any ideas?

pekingduck commented 9 years ago

What OS are you trying to compile on?

ranperry commented 9 years ago

Ubuntu 14.04

pekingduck commented 9 years ago

OK I just installed Ubuntu 14.04 on my Mac and ran into similar errors. I guess it's because of some Makefile problem and will fix it later. Anyway I have compiled a binary manually and put it under the release section. Feel free to try it.

Thanks for the bug report!

ranperry commented 9 years ago

Thanks. No matter what I do, I get the following error:

metadsf: error while loading shared libraries: libtag.so.1: cannot open shared object file: No such file or directory

I even copied libtag.so.1 to the same directory metadsf is located.

pekingduck commented 9 years ago

Do you happen to be running 64-bit Ubuntu? I just realised my Ubuntu VM was 32-bit. Anyway I just uploaded a new 64-bit binary that hopefully will work for you!

ranperry commented 9 years ago

Indeed. The new 64bit version works as expected. Thanks.