Created attachment 4651 Build log Hi, I've built thunar-media-tags-plugin 0.2.0 from source on a Slackware Linux 14.0, which provides taglib 1.7.2. Build process has been successful (see attached log), but after installation of the resulting package I get this error (xfdesktop:2136): thunarx-WARNING **: Failed to load plugin `thunar-media-tags-plugin.so': /usr/lib/thunarx-2/thunar-media-tags-plugin.so: undefined symbol: taglib_file_free I have noticed that this symbol "taglib_file_free" is provided by library /usr/lib/libtag_c.so.0.0.0, which is installed, and I've also noticed this line in the output of the ./configure step (see attached log, line 211) checking for taglib_file_new in -ltag_c... no Since taglib_file_new is also provided by the same library /usr/lib/libtag_c.so.0.0.0, I have the impression that the test in the ./configure script (see lines 14397-14451) may be incorrect, resulting in incomplete LIBS options passed to the compiler Also the following line in the log (212) ./configure: line 14450: -lm: command not found makes me think of an incorrect syntax of the same test. Could you please have a look at it? Thanks
Sorry for the long time to reply, but I think it's not the case anymore after all this time. Please, let me know if we can close this bug.
I agree, spending time looking into this, after more than 5 years, would be just a waste. Thanks anyway
Ok then, thanks for replying.