2013-02-19, 10:36
Hello folks.
I've read carefully and followed README.android before I decided to compile.
Downloaded correct SDK and NDK, met dependency (all successful) but finally
gave error:
The only thing I've changed is Makefile to include
Any help would be highly appreciated.
Thanks.
I've read carefully and followed README.android before I decided to compile.
Downloaded correct SDK and NDK, met dependency (all successful) but finally
Quote: # cd $HOME/xbmc-android
# make -C tools/android/depends/xbmc
gave error:
Quote:make[2]: Leaving directory `/root/xbmc-android/xbmc/android/activity'
make[2]: Entering directory `/root/xbmc-android/xbmc/cores/amlplayer'
CPP xbmc/cores/amlplayer/AMLPlayer.o
AMLPlayer.cpp: In member function 'virtual void CAMLPlayer::SetVolume(float)':
AMLPlayer.cpp:800:16: error: 'CAEUtil' has not been declared
AMLPlayer.cpp:801:22: error: 'CAEUtil' has not been declared
/root/xbmc-android/xbmc/utils/CharsetConverter.h: At global scope:
/root/xbmc-android/xbmc/utils/CharsetConverter.h:83:157: warning: 'g_charsetConverter' defined but not used [-Wunused-variable]
make[2]: *** [AMLPlayer.o] Error 1
make[2]: Leaving directory `/root/xbmc-android/xbmc/cores/amlplayer'
make[1]: *** [xbmc/cores/amlplayer/amlplayer.a] Error 2
make[1]: Leaving directory `/root/xbmc-android'
make: *** [../../../..//libxbmc.so] Error 2
make: Leaving directory `/root/xbmc-android/tools/android/depends/xbmc'
The only thing I've changed is Makefile to include
Quote:--enable-player=amlplayer
Any help would be highly appreciated.
Thanks.