Closed ranperry closed 5 years ago
What OS are you trying to compile on?
Ubuntu 14.04
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!
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.
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!
Indeed. The new 64bit version works as expected. Thanks.
Running configure return no errors. When compiling, I get the following errors:
undefined reference to
TagLib::String::String()' undefined reference to
TagLib::String::toCString(bool) const' undefined reference to `TagLib::String::size() const'Any ideas?