Xbmc on Fedora? (fabulous mediacenter application)

Valent Turkovic valent.turkovic at gmail.com
Fri Sep 26 19:26:32 UTC 2008


On Fri, Sep 26, 2008 at 4:29 PM, Valent Turkovic
<valent.turkovic at gmail.com> wrote:
> On Fri, Sep 26, 2008 at 4:28 PM, Valent Turkovic
> <valent.turkovic at gmail.com> wrote:
>> On Thu, Sep 25, 2008 at 9:42 PM, Scott Harvanek
>> <scotth at sourcemirrors.org> wrote:
>>> -----BEGIN PGP SIGNED MESSAGE-----
>>> Hash: SHA1
>>>
>>> Did you see my comment on creating the symlink for the library?
>>>
>>>
>>> "ln -s /usr/lib/mysql/libmysqlclient.so.15.0.0 /usr/lib/libmysqlclient.so "
>>>
>>
>> Ah, I missed that one :)
>>
>> There are still a few missing packages but that one I managed to solve
>> myself and install all missing packages.
>>
>> I found a bug in source code;
>> in file ./xbmc/utils/CharsetConverter.h there is a line:
>>
>> #include <fribidi/fribidi_char_sets.h>
>>
>> that needs to be corrected to;
>> #include "lib/libfribidi/fribidi.h"
>
> A typo, it need to be corrected like this:
> #include <lib/libfribidi/fribidi_char_sets.h>

I managed to compile and install XBMC on Fedora 9!

Here is how:

first install all packages needed.

create symlink:
su
ln -s /usr/lib/mysql/libmysqlclient.so.15.0.0 /usr/lib/libmysqlclient.so
exit


You need to edit these two files:
xbmc/utils/CharsetConverter.h
xbmc/utils/ArabicShaping.h

from

#else
#include <iconv.h>
#include <fribidi/fribidi.h>
#include <fribidi/fribidi_char_sets.h>
#endif

to

#else
#include <iconv.h>
#include <lib/libfribidi/fribidi.h>
#include <lib/libfribidi/fribidi_char_sets.h>
#endif


then you need to copy jpegint.h file

su
cp xbmc/lib/cximage-6.0/jpeg/jpegint.h /usr/include/
exit

and now you can finally do

./configure
make
su
make install

-- 
http://kernelreloaded.blog385.com/
linux, blog, anime, spirituality, windsurf, wireless
registered as user #367004 with the Linux Counter, http://counter.li.org.
ICQ: 2125241, Skype: valent.turkovic




More information about the users mailing list