You are not logged in.

#1 2015-02-09 22:16:45

Eugen1968
Member
Registered: 2015-01-24
Posts: 13

error compiling from source XBMC 13.2-Gotham

Hi, new compiling... new problem...
As I said, I have one HP Thin Client T5740 with Intel Atom 1.66 MHz, 1Gb RAM and Broadcom BCM70015 decoder card installed on it.
I have install the last version of archlinux on T5740 and this working very well.
Thanks to the precious assistance received from frank604, I was able to compile from source Broadcom BCM70015 driver.
Now I want to compile from source XBMC 13.2-Gotham and for this I did the following steps :

git clone -b 13.2-Gotham  https://github.com/xbmc/xbmc.git
./bootstrap
./configure --enable-crystalhd

After last command I received the following error :

checking for std::u16string... no
checking for std::u32string... no
checking for char16_t... no
checking for char32_t... no
checking size of wchar_t... 4
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking boost/shared_ptr.hpp usability... yes
checking boost/shared_ptr.hpp presence... yes
checking for boost/shared_ptr.hpp... yes
checking for python... /usr/bin/python
checking for a version of Python >= '2.1.0'... yes
checking for a version of Python >= 2.4... Traceback (most recent call last):
  File "<string>", line 1, in <module>
TypeError: unorderable types: str() >= float()
no
configure: error: this package requires Python >= 2.4.
If you have it installed, but it isn't the default Python
interpreter in your system path, please pass the PYTHON_VERSION
variable to configure. See ``configure --help'' for reference.

I installed the latest version of Python, as shown

[eugen@HP-T5740 xbmc]$ python -V
Python 3.4.2

Any help is great.
Thanks

Offline

#2 2015-02-09 22:28:45

anatolik
Developer
Registered: 2012-09-27
Posts: 458

Re: error compiling from source XBMC 13.2-Gotham

You need to tell the script to use python2 instead of python3. Run configure with "PYTHON_VERSION=2 ./configure ......".

Check kodi package sources for other build gotchas https://projects.archlinux.org/svntogit … kages/kodi


Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster

Offline

#3 2015-02-09 22:51:53

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,592

Re: error compiling from source XBMC 13.2-Gotham

The XBMC 13.2 packaging information can be found here: https://projects.archlinux.org/svntogit … kages/xbmc

Offline

Board footer

Powered by FluxBB