Amarok aus dem SVN laesst sich nicht kompilieren

Maxx

Well-Known Member
Unter Gentoo habe ich immer Amarok (mit einem speziellen Ebuild) aus dem Subversion-Repository installiert. Unter FreeBSD wollte ich das mit der Anleitung im Amarok Wiki

configure laueft erfolgreich durch, dann starte ich gmake:

Code:
if g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/local/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W -Wpointer-arith -g3 -fno-inline -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  -MT splash.o -MD -MP -MF ".deps/splash.Tpo" -c -o splash.o splash.cpp; \
        then mv -f ".deps/splash.Tpo" ".deps/splash.Po"; else rm -f ".deps/splash.Tpo"; exit 1; fi
/bin/sh ../../../libtool --silent --tag=CXX --mode=link g++  -Wno-long-long -Wundef -Wall -W -Wpointer-arith -g3 -fno-inline -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   -R/lib -R/usr/lib -L/usr/lib -L/lib -o amarok -L/usr/local/lib -L/usr/X11R6/lib    -R /usr/local/lib -R /usr/local/lib -R /usr/X11R6/lib -R /usr/X11R6/lib loader.o splash.o -lqt-mt  -lz  -lXext -lX11  -lSM -lICE -lpthread -lkdecore
libtool: link: cannot find the library `'
gmake[4]: *** [amarok] Error 1
gmake[4]: Leaving directory `/root/svn/multimedia/amarok/src/loader'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/root/svn/multimedia/amarok/src'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/root/svn/multimedia/amarok'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/root/svn/multimedia'
gmake: *** [all] Error 2

Im Anhang befindet sich noch die config.log

(Danke im Voraus ;) )
 

Anhänge

  • config.log.txt
    131,4 KB · Aufrufe: 292
Zurück
Oben