Build error on PowerPC (Arch Linux)

Hi,

I'm trying to run MOC on Arch Linux (PowerPC) - and..well, for starters, when I run ./configure, it doesn't seem to recognise ALSA as a sound output...but the more pressing issue comes when I try to run make: (full make output follows:)

lwslade@phoenix mp3blaster-3.2.3: make
make all-recursive
make[1]: Entering directory `/home/ibook-lws/mp3blaster-3.2.3'
Making all in mpegsound
make[2]: Entering directory `/home/ibook-lws/mp3blaster-3.2.3/mpegsound'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ibook-lws/mp3blaster-3.2.3/mpegsound'
Making all in nmixer
make[2]: Entering directory `/home/ibook-lws/mp3blaster-3.2.3/nmixer'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ibook-lws/mp3blaster-3.2.3/nmixer'
Making all in src
make[2]: Entering directory `/home/ibook-lws/mp3blaster-3.2.3/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../mpegsound -I/usr/include/ncurses -I../nmixer -I/usr/local/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DMP3BLASTER_DOCDIR=\"/usr/local/share/mp3blaster\" -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -g -O2 -MT history.o -MD -MP -MF ".deps/history.Tpo" \
-c -o history.o `test -f 'history.cc' || echo './'`history.cc; \
then mv -f ".deps/history.Tpo" ".deps/history.Po"; \
else rm -f ".deps/history.Tpo"; exit 1; \
fi
history.cc: In destructor ‘History::~History()’:
history.cc:18: error: ‘free’ was not declared in this scope
history.cc: At global scope:
history.cc:65: fatal error: opening dependency file .deps/history.Tpo: Permission denied
compilation terminated.
make[2]: *** [history.o] Error 1
make[2]: Leaving directory `/home/ibook-lws/mp3blaster-3.2.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ibook-lws/mp3blaster-3.2.3'
make: *** [all] Error 2

and at this point, it goes back to a command line.

Any ideas are greatly appreciated!

MOC is not mp3blaster :)

....a) I'm an idiot. :)

b) I was trying to run mp3blaster and MOC, simply because both of them were not working - however, I was able to get MOC working by using the development package and not the stable release.

Sorry to waste your time!