Bug 233109 - digikam fails pre-compile checks on win32
Summary: digikam fails pre-compile checks on win32
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Portability-Compilation (show other bugs)
Version: 1.3.0
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-02 21:12 UTC by Andrew Goodbody
Modified: 2017-08-19 20:59 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 1.3.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.