<div dir="ltr"><div>Hi, I managed to figure out what to install to get cmake to run and started building amarok.</div><div>It fails around 86% because of the mysql embedded stuff.</div><div><br>What is the right way to disable the mysql embedded storage module?<br>I tried editing the cmakelists.txt file and set the option to OFF like this:<br><br>option(WITH_MYSQL_EMBEDDED "Build the embedded database library -- highly recommended" OFF)<br><br>is that the right way to disable modules in the amarok build? or do I pass a command line argument to cmake when I run it?</div><div><br></div><div>I'm getting this:<br></div><div><br></div><div>[ 86%] Linking CXX shared module ../../../../../bin/amarok_storage-mysqlestorage.so<br>c++: error: [OPTIONS]: No such file or directory<br>make[2]: *** [src/core-impl/storage/sql/mysqlestorage/CMakeFiles/amarok_storage-mysqlestorage.dir/build.make:130: bin/amarok_storage-mysqlestorage.so] Error 1<br>make[1]: *** [CMakeFiles/Makefile2:8923: src/core-impl/storage/sql/mysqlestorage/CMakeFiles/amarok_storage-mysqlestorage.dir/all] Error 2<br>make[1]: *** Waiting for unfinished jobs....</div><div><br></div><div><br></div><div><br></div><div><br></div></div>