Version: (using Devel) Compiler: mingw4 OS: MS Windows Installed from: Compiled sources digikam now requires the presence of mysql_install_db but this script is not present nor needed on win32, see http://dev.mysql.com/doc/refman/5.1/en/windows-post-installation.html so the pre-compile check fails. The check for mysql_install_db should be made dependant on !win32.
SVN commit 1110355 by mwiesweg: Don't check for mysql_install_db on Win32. CCBUG: 233109 M +4 -3 CMakeLists.txt WebSVN link: http://websvn.kde.org/?view=rev&revision=1110355
Andrew, please checkout trunk again and check if last commit from marcel fix this issue Gilles Caulier
Yes that works for me.