Ahh...I ended up with the same error, but replacing the include lines worked for me. I guess I'll commit the changes then.<div><br></div><div>Marty<br><br><div class="gmail_quote">On Thu, Oct 28, 2010 at 13:17, Gert Kello <span dir="ltr"><<a href="mailto:gert.kello@mail.ee">gert.kello@mail.ee</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">> In file included from /home/kde-<br>
> branch/kde/src/digikam2/utilities/imageeditor/editor/imagewindow.cpp:77:0:<br>
> /home/kde-branch/kde/src/digikam2/digikam/componentsinfo.h:43:27: fatal error:<br>
> libkface/face.h: file or directory not found<br>
> compilation terminated.<br>
<br>
</div>Seems like the include should be<br>
#include <libkface/kface.h><br>
instead of<br>
#include <libkface/face.h><br>
<font color="#888888"><br>
Gert<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Digikam-devel mailing list<br>
<a href="mailto:Digikam-devel@kde.org">Digikam-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/digikam-devel" target="_blank">https://mail.kde.org/mailman/listinfo/digikam-devel</a><br>
</div></div></blockquote></div><br></div>