<div dir="ltr"><br><br><div class="gmail_quote">On Fri, Sep 26, 2008 at 1:27 PM, E. Berkenpies <span dir="ltr"><<a href="mailto:fedora@berkenpies.nl">fedora@berkenpies.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hi all,<br>
<br>
If I remember correctly I've read something about needing details if<br>
Embedded MySQL could not be found (which results in CMake not wanting to<br>
build Amarok)? Anyways, I have the following files:<br>
<br>
/usr/lib/mysql/libmysqlclient.a<br>
/usr/lib/mysql/libmysqlclient.so<br>
<br>
And building Amarok fails with the following message:<br>
<br>
CMake Error at /usr/share/kde4/apps/cmake/modules/MacroLogFeature.cmake:93<br>
(MESSAGE):<br>
  Exiting: Missing Requirements<br>
Call Stack (most recent call first):<br>
  CMakeLists.txt:115 (macro_display_feature_log)<br>
<br>
<br>
CMake Error: The following variables are used in this project, but they are<br>
set to NOTFOUND.<br>
Please set them or make sure they are set and tested correctly in the CMake<br>
files:<br>
MYSQL_EMBEDDED_LIBRARIES (ADVANCED)<br>
    linked by target "amarok_collection-sqlcollection" in directory<br>
/home/eelko/Software/amarok/src/collection/sqlcollection<br>
<br>
I'm running Fedora release 9 (Sulphur) / KDE 4.1.1 (from Fedora repo) with<br>
mysql Ver 14.12 Distrib 5.0.51a, for redhat-linux-gnu (i386) using readline<br>
5.0 (also from the Fedora repo). I am using the latest Amarok SVN version,<br>
last checkout at Fri Sep 26 09:35:19 CEST 2008.<br>
<br>
I hope this information can be of any use.<br>
<br>
Anyway, keep up the good work! :)<br>
<br>
Greetings,<br>
<br>
Eelko Berkenpies<br>
<a href="http://www.berkenpies.nl/" target="_blank">http://www.berkenpies.nl/</a><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></blockquote><div><br>I seem to be getting a similar problem. <br>My system -<br>
Fedora 9(sulphur)<br>2.6.26.3-29.fc9.i686 <br>
KDE 4.1.1<br>
<br>The following is a list of all the mysql related packages installed on my system<br>[abhishek@localhost ~]$ rpm -qa | grep mysql<br>mysql-connector-java-debuginfo-3.1.12-5.fc9.i386<br>libdbi-dbd-mysql-0.8.3-1.fc9.i386<br>
mysql-connector-java-3.1.12-5.fc9.i386<br>qt-mysql-4.4.1-2.fc9.i386<br>mod_auth_mysql-3.0.0-6.i386<br>mysql-connector-odbc-3.51.24r1071-1.fc9.i386<br>mysql-server-5.0.51a-1.fc9.i386<br>mysql-libs-5.0.51a-1.fc9.i386<br>mysql-devel-5.0.51a-1.fc9.i386<br>
mysql-5.0.51a-1.fc9.i386<br>mysql-connector-odbc-debuginfo-3.51.24r1071-1.fc9.i386<br>php-mysql-5.2.6-2.fc9.i386<br>[abhishek@localhost ~]$<br><br>The following is the error i got while compiling using the command cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=debugfull .. && make && make install
<br><br><br>-- Looking for sys/types.h - found                                              <br>-- Looking for stdint.h                                                         <br>-- Looking for stdint.h - found                                                 <br>
-- Looking for stddef.h                                                         <br>-- Looking for stddef.h - found                                                 <br>-- Check size of int                                                            <br>
-- Check size of int - done<br>-- Check size of long<br>-- Check size of long - done<br>-- Performing Test COMPLEX_TAGLIB_FILENAME<br>-- Performing Test COMPLEX_TAGLIB_FILENAME - Failed<br>-- KDE CMake PKGCONFIG macro indicates that libgpod-1.0 is not installed on your computer.<br>
-- Install the package which contains libgpod-1.0.pc if you want to support this feature.<br>-- Could not find OPTIONAL package Ipod<br>-- Found Plasma: /usr/lib/libplasma.so<br>--<br>-----------------------------------------------------------------------------<br>
-- The following REQUIRED packages could NOT be located on your system.<br>-- Please install them before continuing this software installation.<br>-----------------------------------------------------------------------------<br>
+ mysqld: Embedded MySQL <<a href="http://www.mysql.com">http://www.mysql.com</a>><br>-----------------------------------------------------------------------------<br>CMake Error at /usr/share/kde4/apps/cmake/modules/MacroLogFeature.cmake:93 (MESSAGE):<br>
  Exiting: Missing Requirements<br>Call Stack (most recent call first):<br>  CMakeLists.txt:115 (macro_display_feature_log)<br><br><br>CMake Error: The following variables are used in this project, but they are setto NOTFOUND.<br>
Please set them or make sure they are set and tested correctly in the CMake files:<br>MYSQL_EMBEDDED_LIBRARIES (ADVANCED)<br>    linked by target "amarok_collection-sqlcollection" in directory /home/abhishek/amarok/src/collection/sqlcollection<br>
<br>-- Configuring done<br>[abhishek@localhost build]$<br> <br></div></div>I suppose msql is not a requirement for Amarok 2 .<br></div>