papcodecs: Error 2
#1
Hi, everyone. I just updated to rev 14097 and I'm getting an error during compile. This is a Hardy install, and I re-did the apt-get from README.linux just to be sure. I've also tried doing an "find . -name "*.o" | xargs rm" since I know that can sometimes help.

Anyone else seeing this?
Code:
creating libmad.la
(cd .libs && rm -f libmad.la && ln -s ../libmad.la libmad.la)
make[4]: Leaving directory `/home/xbmc/XBMC/xbmc/cores/paplayer/MP3Codec/libmad-0.15.1b'
make[3]: Leaving directory `/home/xbmc/XBMC/xbmc/cores/paplayer/MP3Codec/libmad-0.15.1b'
make[2]: Leaving directory `/home/xbmc/XBMC/xbmc/cores/paplayer/MP3Codec/libmad-0.15.1b'
make[1]: Leaving directory `/home/xbmc/XBMC/xbmc/cores/paplayer/MP3Codec'
make: *** [papcodecs] Error 2
make: Leaving directory `/home/xbmc/XBMC'
Reply
#2
Sigh...That is NOT the error. Run make on it's own (no -j# option) now that it has failed and pastebin the full output.
Reply
#3
Ugh, sorry to be clueless about running make separately. Worse, I ended up just wiping the BUILD directory and rebuilding, and it worked fine. Sorry!
Reply

Logout Mark Read Team Forum Stats Members Help
papcodecs: Error 20