Posts: 68
Joined: May 2014
Reputation:
3
Went back to compiling from kodi-android branch. Repaired the tools/zlib/configure file and compilation completed successfully. I'll look to next repair the configuration script so this isn't a hack in the future. I have yet to test the build, so might still be issues. more to come.
Posts: 16,946
Joined: Feb 2011
Reputation:
256
After changing or cherry-picking those cmake fixes you need to redo the bootstrap and configure commands in tools/depends and then the cmakebuildsys should run ...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much:
click here
HowTo setup NFS for Kodi:
NFS (wiki)
HowTo configure avahi (zeroconf):
Avahi_Zeroconf (wiki)
READ THE IOS FAQ!:
iOS FAQ (wiki)
Posts: 68
Joined: May 2014
Reputation:
3
Yep get it.. I haven't compared yet. Will do .. I was unable to get your branch compiled at all.. posts my config and version info .. could you share yours?
Sent from my iPhone
Posts: 68
Joined: May 2014
Reputation:
3
Makefile
8c8
< VERSION=0.19.8
---
> VERSION=0.18.2
gettext version 0.18.2 is not compiling for me correctly. Looks like gettext-runtime/gnulib-lib isn't bringing forward the langinfo.h
changing version and recompiling to see if this works.
Posts: 68
Joined: May 2014
Reputation:
3
kodiapp-armeabi-v7a-debug.apk: 1 file pushed. 1.4 MB/s (63242145 bytes in 42.437s)
pkg: /data/local/tmp/kodiapp-armeabi-v7a-debug.apk
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE]
on a firetv ... more digging needed
Posts: 68
Joined: May 2014
Reputation:
3
2017-04-30, 22:14
(This post was last modified: 2017-04-30, 22:38 by kraka40.)
ok got the install to work .. had to remove the standard build. Now testing on firetv ... looks good so far.
two identical gen1 firetv boxes .. installed on one, not the other ...
identical install process, remove official package, adb install the debug build. for the main unit, no problem. For the other box,
Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE].
odd
Posts: 68
Joined: May 2014
Reputation:
3
ok good news, got it installed .. only installed with one binary addon (pvr.mythtv). I'll recompile later with all to ensure they all work.
I had to manually uninstall the old package:org.xbmc.kodi from the other FTV box. For some reason it wasn't registering on an uninstall from the GUI.
I'll continue to test to confirm this works ( at least for me ) .. Hopefully this journey helps someone else. I'll summarize at some point.
Posts: 16,946
Joined: Feb 2011
Reputation:
256
2017-05-02, 08:02
(This post was last modified: 2017-05-02, 08:04 by Memphiz.)
We already provide CC dirctly - is there no way to continue that road (like i did in my branch?) - i have a bad feeling about that cross prefix - because we don't cross compile only (there is linux where we compile with native tools for example)
Sorry for being so strict - but that depends buildsystem is a bit tricky with all its platforms. And i still don't have a clue why my branch doesn't work for you when it works here with a vanilla mac os sierra installation ...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much:
click here
HowTo setup NFS for Kodi:
NFS (wiki)
HowTo configure avahi (zeroconf):
Avahi_Zeroconf (wiki)
READ THE IOS FAQ!:
iOS FAQ (wiki)