<br><br><div class="gmail_quote">2009/8/30 Oscar<Soker> <span dir="ltr"><<a href="mailto:sokerlp@gmail.com">sokerlp@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

I was building amarok for fedora using svn, but unfortunately my fedora some day crashed and I had to reinstall it, then I saw that amarok changes its versioning package to git, I tried to build it but I'm getting errors on some requirements, so the question is... does anyone knows what packages do I have to install to build amarok on fedora 11??<br>



<br>The error says....<br><br><b>-- The following REQUIRED packages could NOT be located on your system.<br>-- You must install these packages before continuing.<br>-----------------------------------------------------------------------------<br>



   * qtscript-qt  <<a href="http://code.google.com/p/qtscriptgenerator/" target="_blank">http://code.google.com/p/qtscriptgenerator/</a>><br>     QtScript Qt Bindings<br>   * mysqld  <<a href="http://www.mysql.com" target="_blank">http://www.mysql.com</a>><br>



     Embedded MySQL<br><br>-----------------------------------------------------------------------------<br><br>CMake Error at /usr/share/kde4/apps/cmake/modules/MacroLogFeature.cmake:141 (MESSAGE):<br>  Exiting: Missing Requirements<br>



Call Stack (most recent call first):<br>  CMakeLists.txt:144 (macro_display_feature_log)<br></b><br><br>AND MY RPM SAys that at least mysql embedded it is installed<br><b>[oscar@soker ~]$ rpm -qa|grep mysql-embedded<br>mysql-embedded-devel-5.1.36-1.fc11.i586<br>



mysql-embedded-5.1.36-1.fc11.i586<br></b><br><br><br><br clear="all">Atentamente Oscar: <br><br>
<br>_______________________________________________<br>
Amarok mailing list<br>
<a href="mailto:Amarok@kde.org">Amarok@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/amarok" target="_blank">https://mail.kde.org/mailman/listinfo/amarok</a><br>
<br></blockquote></div>Hi,<br>Try getting Mysql embedded from rawhide,but better to get it this way <a href="http://amarok.kde.org/wiki/Development/MySQL_Embedded#Compiling_from_source">http://amarok.kde.org/wiki/Development/MySQL_Embedded#Compiling_from_source</a> and compile it from source.<br>

Other packages required can be fetched using these commands:<br><code>sudo yum install kdelibs4-devel phonon-devel mysql-embedded-devel strigi-devel taglib-devel<br></code><code>yum groupinstall buildsys-build<br><br></code>