2016-03-10, 12:16
Hi,
GOAL: I'm trying to build kodi Jarvis for android, replacing the original pvr.iptvsimple addon with this one: https://github.com/simphax/pvr.iptvsimpl...recording.
WHAT I ACHIEVED UNTIL NOW: I have set-up a buil environnemt and I'm am able to build the whole original jarvis branch and get a running apk (with help of this readme).
After quite a few hacks, I was able to make the source tree to take the alternative simpletv addon sources into account (see this post about that).
PROBLEM: I have an error compiling the alternative addon (error: 'to_string' was not declared in this scope). Google tell me it's because it uses some c++11 code and it's not enabled by default in the android ndk.
What do I need to do in kodi build process/files to be able to compile using c++11?
CONTEXT: Building Kodi, 16.0-Jarvis tag from git, under ubuntu 14.04 64-bits
Thank you for your help
Jérôme
GOAL: I'm trying to build kodi Jarvis for android, replacing the original pvr.iptvsimple addon with this one: https://github.com/simphax/pvr.iptvsimpl...recording.
WHAT I ACHIEVED UNTIL NOW: I have set-up a buil environnemt and I'm am able to build the whole original jarvis branch and get a running apk (with help of this readme).
After quite a few hacks, I was able to make the source tree to take the alternative simpletv addon sources into account (see this post about that).
PROBLEM: I have an error compiling the alternative addon (error: 'to_string' was not declared in this scope). Google tell me it's because it uses some c++11 code and it's not enabled by default in the android ndk.
What do I need to do in kodi build process/files to be able to compile using c++11?
CONTEXT: Building Kodi, 16.0-Jarvis tag from git, under ubuntu 14.04 64-bits
Thank you for your help
Jérôme