Version: r603368 (using KDE Devel) Installed from: Compiled sources OS: Linux Hi, I think this is more a taglib bug, but you could help to get juk compiling again. The problem is that taglib 1.4 (at least the Debian Sid packages on my system) use -I/usr/include/taglib as include path. So xiphcomment.h from taglib includes its base class Taglib::Tag via <tag.h>. Here comes the problem: In the juk source directory is another file called tag.h. So this is prefered over the file in the taglib include dir. Renaming taglib/tag.h into taglib/footag.h fixes the problem. The other choice would be that you as the juk maintainers rename tag.h into something which does nnot appear in <taglib/*>. Personally I think that the one to blame is taglib. Gregor
This is already fixed in TagLib SVN.