Help parsing compiler output
#1
I'm getting this error when i try to compile xbmc and I can't figure out why.

Code:
running build
running build_ext
INFO: Can't locate Tcl/Tk libs and/or headers
running build_scripts
make[2]: Leaving directory `/home/gogstad/dev/xbmc/xbmc/lib/libPython/Python'
make ../../../../system/python/python24.zip  
ffmpeg/libavcodec/aac.o:(.data+0x0): multiple definition of `aac_decoder'
ffmpeg/libavcodec/aacdec.o:(.data+0x0): first defined here
/usr/bin/ld: Warning: size of symbol `aac_decoder' changed from 72 in ffmpeg/libavcodec/aacdec.o to 68 in ffmpeg/libavcodec/aac.o
collect2: ld returned 1 exit status
make[1]: *** [../../../../system/players/dvdplayer/avcodec-52-i486-linux.so] Error 1
make[1]: Leaving directory `/home/gogstad/dev/xbmc/xbmc/cores/dvdplayer/Codecs'
make: *** [dvdpcodecs] Error 2
make: *** Waiting for unfinished jobs....
make[2]: Entering directory `/home/gogstad/dev/xbmc/xbmc/lib/libPython/linux'
make[2]: `../../../../system/python/python24.zip' is up to date.
make[2]: Leaving directory `/home/gogstad/dev/xbmc/xbmc/lib/libPython/linux'
make[1]: Leaving directory `/home/gogstad/dev/xbmc/xbmc/lib/libPython/linux'

Can anyone help?
Reply
#2
make clean ?
Reply
#3
heh, thanks..worked perfectly
Reply

Logout Mark Read Team Forum Stats Members Help
Help parsing compiler output0