2013-06-06, 00:21
Hi guys,
I'm trying to build XIOS-XBMC-APK as shown on Pivos Forum:
http://www.pivosforums.com/viewtopic.php?f=24&t=2966
I'm using Ubuntu 12.04 LTS x64 and I'm trying to compile XBMC from the Pivos Fork
All the parts of the example executes just fine:
but when I reach the:
I get this error:
As you can see the issue is with the compiling AddonModuleXbmc.cpp which doesn't present in the folder.
I have installed latest JRE, Doxygen,swig
I have tried same on x86 system and I get same error.
Here's the config.log file:
http://pastebin.com/YD3m1JzU
Any help is very appreciated! Thank you!
I'm trying to build XIOS-XBMC-APK as shown on Pivos Forum:
http://www.pivosforums.com/viewtopic.php?f=24&t=2966
I'm using Ubuntu 12.04 LTS x64 and I'm trying to compile XBMC from the Pivos Fork
All the parts of the example executes just fine:
Code:
make[2]: Leaving directory `/home/evgeniy/Pivos/xbmc-android/tools/android/depends/xbmc-pvr-addons/armeabi-v7a'
touch .installed-armeabi-v7a
make[1]: Leaving directory `/home/evgeniy/Pivos/xbmc-android/tools/android/depends/xbmc-pvr-addons'
Dependencies built successfully.
evgeniy@ubuntu:~/Pivos/xbmc-android/tools/android/depends$
but when I reach the:
Code:
cd $HOME/Pivos/xbmc-android/tools/android/depends/xbmc
make -j8
I get this error:
Code:
aclocal.m4:4174: _LT_LINKER_SHLIBS is expanded from...
aclocal.m4:5249: _LT_LANG_C_CONFIG is expanded from...
aclocal.m4:160: _LT_SETUP is expanded from...
aclocal.m4:89: LT_INIT is expanded from...
aclocal.m4:124: AC_PROG_LIBTOOL is expanded from...
configure.ac:100: the top level
configure.ac:26: installing `./config.guess'
configure.ac:26: installing `./config.sub'
configure.ac:22: installing `./install-sh'
configure.ac:22: installing `./missing'
examples/Makefile.am: installing `./depcomp'
Makefile.am: installing `./INSTALL'
autoreconf: Leaving directory `lib/libdvd/libdvdnav'
make[1]: Leaving directory `/home/evgeniy/Pivos/xbmc-android'
make[1]: Entering directory `/home/evgeniy/Pivos/xbmc-android'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
make[1]: *** No rule to make target `xbmc/interfaces/python/generated/AddonModuleXbmc.cpp', needed by `codegenerated'. Stop.
make[1]: Leaving directory `/home/evgeniy/Pivos/xbmc-android'
make: *** [../../../..//libxbmc.so] Error 2
evgeniy@ubuntu:~/Pivos/xbmc-android/tools/android/depends/xbmc$
As you can see the issue is with the compiling AddonModuleXbmc.cpp which doesn't present in the folder.
I have installed latest JRE, Doxygen,swig
I have tried same on x86 system and I get same error.
Here's the config.log file:
http://pastebin.com/YD3m1JzU
Any help is very appreciated! Thank you!