Kodi Community Forum
Android compile problem - with amlplayer - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Android (https://forum.kodi.tv/forumdisplay.php?fid=164)
+---- Thread: Android compile problem - with amlplayer (/showthread.php?tid=156809)



Android compile problem - with amlplayer - Djape - 2013-02-19

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

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.


RE: Android compile problem - with amlplayer - -Riffer- - 2013-02-19

I guess the better place to ask is here:

http://forum.xbmc.org/forumdisplay.php?fid=184


RE: Android compile problem - with amlplayer - Djape - 2013-02-19

I guess you haven't read here:

http://forum.xbmc.org/showthread.php?tid=152011

Smile


RE: Android compile problem - with amlplayer - -Riffer- - 2013-02-19

Ok. Right.

Another try? *MOD EDIT: link removed*


RE: Android compile problem - with amlplayer - Ned Scott - 2013-02-19

Sorry, no links to xbmcandroid/hub.


RE: Android compile problem - with amlplayer - -Riffer- - 2013-02-19

Sorry, did not know they are related.


RE: Android compile problem - with amlplayer - davilla - 2013-02-20

right now, the pivos repo has more advanced code than mainline.


RE: Android compile problem - with amlplayer - Djape - 2013-02-20

(2013-02-20, 01:40)davilla Wrote: right now, the pivos repo has more advanced code than mainline.

I should try pivos repos?
I didn't move a bit, I will try it, cause I can't pass that error :/

Cheers.

P.S. Any idea on this old problem? http://forum.xbmc.org/showthread.php?tid=153342


RE: Android compile problem - with amlplayer - davilla - 2013-02-21

(2013-02-20, 11:52)Djape Wrote:
(2013-02-20, 01:40)davilla Wrote: right now, the pivos repo has more advanced code than mainline.

I should try pivos repos?
I didn't move a bit, I will try it, cause I can't pass that error :/

Cheers.

P.S. Any idea on this old problem? http://forum.xbmc.org/showthread.php?tid=153342

eh ?


RE: Android compile problem - with amlplayer - -Riffer- - 2013-02-21

Any prosperousness in compiling the pivos repository sources?


RE: Android compile problem - with amlplayer - davilla - 2013-02-21

yes, I do it every day, for android and linux. What exactly is the difficulty ?


RE: Android compile problem - with amlplayer - Djape - 2013-02-22

Quote:eh ?
Well, I still have problem playing .stream re-streams, so I thought you have an idea Tongue


RE: Android compile problem - with amlplayer - davilla - 2013-02-22

example ?


RE: Android compile problem - with amlplayer - -Riffer- - 2013-02-22

(2013-02-21, 16:46)davilla Wrote: What exactly is the difficulty ?

No difficulty - just curiosity!. Its a cool thing to see how things work and to add some of my own ideas to projects like this. XBMC is little different from for example Rockbox where it is very easy to .

I just had no time to try it myself. Would like to compile a daily of the pivos source tree for my ATV1200 to see progress they made. And maybe modify a little bit because the last version is not able to use external players. They are presented like whats in my coreplayerconfig.xml but after invocation they do not start. I would like to use wondershare player as a workaround for DVD ISOs because they do not work in the internal player. Using wondershare player externally from android does work but I would like to make it more handy. Primary for my beloved wife. But not secondary for the rest of us ;-)