You are not logged in.
Pages: 1
When I try to install the Last.FM scrobbler, I get the following error:
[henry ~/build/last.fm-1.4.2.58240]$ make
cd src/libUnicorn/ && make -f Makefile
make[1]: Entering directory `/home/henry/build/last.fm-1.4.2.58240/src/libUnicorn'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/henry/build/last.fm-1.4.2.58240/src/libUnicorn'
cd src/libMoose/ && make -f Makefile
make[1]: Entering directory `/home/henry/build/last.fm-1.4.2.58240/src/libMoose'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/henry/build/last.fm-1.4.2.58240/src/libMoose'
cd src/libFingerprint/fplib/pro_qmake/ && make -f Makefile.fplib
make[1]: Entering directory `/home/henry/build/last.fm-1.4.2.58240/src/libFingerprint/fplib/pro_qmake'
g++ -c -pipe -march=i686 -mtune=generic -O2 -pipe -w -fPIC -DNBREAKPAD -DLINUX -DNDEBUG -I/usr/share/qt/mkspecs/linux-g++ -I. -I../../../../src -I../../../../build -I../../../libMoose -I../../../libUnicorn -I../include -I../src -I../../libs/fftw/src/api -I../../../../res/libsamplerate -o ../../../../build/fplib/release/FingerprintExtractor.o ../src/FingerprintExtractor.cpp
../src/FingerprintExtractor.cpp: In member function 'bool fingerprint::FingerprintExtractor::process(const short int*, size_t, bool)':
../src/FingerprintExtractor.cpp:445:91: error: 'memcpy' was not declared in this scope
make[1]: *** [../../../../build/fplib/release/FingerprintExtractor.o] Error 1
make[1]: Leaving directory `/home/henry/build/last.fm-1.4.2.58240/src/libFingerprint/fplib/pro_qmake'
make: *** [sub-src-libFingerprint-fplib-pro_qmake-fplib-pro-make_default-ordered] Error 2Has anyone had this problem? Can you help me figure this out? I'm completely ignorant about SVN, so if someone could help me figure out how to try installing from their SVN repository, that would be appreciated, too.
Offline
lastfm-client from Arch repository works fine and it's newer. Do you have any reason to compile an older version manually?
Offline
Thanks for the heads up; didn't see that. Cheers!
Offline
Let that be a lesson - *always* search Packages & the AUR for an app before building it yourself!
Offline
Pages: 1