Bug 233109

Summary: digikam fails pre-compile checks on win32
Product: [Applications] digikam Reporter: Andrew Goodbody <ajg02>
Component: Portability-CompilationAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 1.3.0   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In: 1.3.0

Description Andrew Goodbody 2010-04-02 21:12:09 UTC
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.
Comment 1 Marcel Wiesweg 2010-04-02 22:45:32 UTC
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
Comment 2 caulier.gilles 2010-04-03 12:13:28 UTC
Andrew, please checkout trunk again and check if last commit from marcel fix this issue

Gilles Caulier
Comment 3 Andrew Goodbody 2010-04-03 12:34:22 UTC
Yes that works for me.