Hi slackers,
I've been trying to compile amarok 1.4rc3 on a slackware 10.1 system and am stuck with this error when I run "make":
Code:
/bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o amarokapp -L/opt/kde/lib -L/usr/lib/qt/lib -L/usr/X11R6/lib -R /opt/kde/lib -R /opt/kde/lib -R /usr/lib/qt/lib -R /usr/X11R6/lib main.o ../../amarok/src/amarokcore/libamarokcore.la libamarok.la ../../amarok/src/analyzers/libanalyzers.la ../../amarok/src/engine/libengine.la ../../amarok/src/plugin/libplugin.la ../../amarok/src/statusbar/libstatusbar.la ../../amarok/src/metadata/libmetadata.la -lkutils -lkio-lkdeui -lkdecore -lkhtml -lknewstuff -L/usr/local/lib -ltag -lGL ../../amarok/src/sqlite/libsqlite.la -ltunepimp
./.libs/libamarok.so: undefined reference to `TagLib::ID3v2::AttachedPictureFrame::description() const'
./.libs/libamarok.so: undefined reference to `TagLib::FileRef::addFileTypeResolver(TagLib::FileRef::FileTypeResolver const*)'
collect2: ld returned 1 exit status
I've got all of the dependencies in place I think (at least running configure works without complaints). I had no problem compiling and installing on a different system running slackware 10.2. On the 10.1 system not only can't I compile from source, but slackware packages for earlier versions from linuxpackages won't run at all. If anyone has been sucessful in installing a workable amarok on slack 10.1 could you maybe give me some ideas?? Upgrading the other system to 10.2 is not really an option for me.
thanks,
-geo