During install after checking for id3lib (minor gripe
about that, the install file says it will use id3lib if
it is there, but compile exits if it isn't found, no
idea how to remove it from configure.sh)
Creating Makefile failed
qmake failed with error:
QMAKESPEC has not been set, so configuration cannot be
deduced.
Error processing project file:
/stuff/apollo-src-1.4.2-1/apollo-1.4.2-1/apollo.pro
?????
I'd greatly appreciate any help as xmms is not much
good when a music collection gets to a reasonably large
size and apollo looks better!
Logged In: YES
user_id=198526
Try setting QMAKESPEC to linux-g++ before configure.sh:
export QMAKESPEC=linux-g++
-- Ren