others way, more simple, used here to work on core only : make a svn checkout of digiKam and remove imageplugins and showfoto folders. perform autotools, and that all. Do not update these folders later. Nota: i remember to have read a svn command to ignore some folders with "svn up", but i cannot remember where i have seen that...
<br><br>Also, I have 2 others copy of digikam in my computer:<br><br>- one to compile all with --enable-debug=full.<br>- one to compile all with --enable-final.<br><br>The last one is very important to check if all will be compiled fine for final package. Sometime, compilation is broken (less now since I have polished all 
<a href="http://Makefile.am">Makefile.am</a> with 0.9.0 release)<br><br>Gilles<br><br><div><span class="gmail_quote">2007/3/26, Gilles Caulier <<a href="mailto:caulier.gilles@gmail.com">caulier.gilles@gmail.com</a>>:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br><div><span class="gmail_quote">2007/3/25, Marcel Wiesweg <<a href="mailto:marcel.wiesweg@gmx.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
marcel.wiesweg@gmx.de</a>>:</span><span class="q"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>with the inclusion of digikamimageplugins, recompilation is now even slower<br>because a change in any source file in libdigikam (=most files) will lead to<br>relinking every single image plugin. And linking is slow these days.
<br><br>I added this to the top <a href="http://Makefile.am" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Makefile.am</a> (tabs at the beginning, not spaces):<br><br>fastcompile:<br>        for i in libs utilities digikam kioslave; \
<br>        do \<br>                cd $$i; \
<br>                make || exit 1; \<br>                cd ..; \<br>        done<br><br>and a "make fastcompile" skips the imageplugins if you work on the core.<br>I would be interested if a more elegant solution is possible...but please dont
<br>invest more than a few minutes, CMake is coming soon ;-)</blockquote></span><div><br>no more elegant... <br><br>Perhaps we can use the macro "DO_NOT_COMPILE=imageplugins" when we work only on core...<br><br>
Gilles<br>
 </div><br></div><br>
</blockquote></div><br>