I have updated git with the missing function to allow build on Windows. There is a problem running the new code, however.<br><br>digiKam crashes on line 93 of albumwatch.cpp because of KInotify().available(). It happens due to the windows constructor. I haven't learned Qt yet, so I'm not sure what it expects. The problem appears to be setting d(0) in the initialization list of the constructor (although parent also appears to be 0). Here is the constructor for windows from kinotify.cpp:<br>
<br>   KInotify::KInotify(QObject* parent) : QObject(parent), d(0) {}<br><br>Let me know if I can be more help.<br><br>-Ananta<br><br>