On Thu, Sep 25, 2008 at 9:42 PM, Scott Harvanek <[EMAIL PROTECTED]> 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" because it fails at make command. But I still get errors while making XBMC :( ../xbmc/lib/libfribidi/fribidi_char_sets.h:103: error: declaration of C function 'FriBidiCharSet fribidi_parse_charset(char*)' conflicts with /usr/include/fribidi/fribidi-char-sets.h:95: error: previous declaration 'FriBidiCharSet fribidi_parse_charset(const char*)' here make[1]: *** [GUIButtonControl.o] Error 1 make[1]: Leaving directory `/home/valentt/bin/xbmc/XBMC/guilib' Is seams that files: /usr/include/fribidi/fribidi-char-sets.h and /xbmc/lib/libfribidi/fribidi_char_sets.h are in conflict. Any ideas? Cheers, Valent. -- 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 -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines