Piotr,<br><br>You can use this patch against your source code to compile fine :<br><br><a href="http://websvn.kde.org/branches/extragear/kde3/libs/kipi-plugins/slideshow/listimageitems.h?r1=675261&amp;r2=687333">http://websvn.kde.org/branches/extragear/kde3/libs/kipi-plugins/slideshow/listimageitems.h?r1=675261&amp;r2=687333
</a><br><br>Gilles<br><br><div><span class="gmail_quote">2007/7/13, Gilles Caulier &lt;<a href="mailto:caulier.gilles@gmail.com">caulier.gilles@gmail.com</a>&gt;:</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/7/13, Gilles Caulier &lt;<a href="mailto:caulier.gilles@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">caulier.gilles@gmail.com</a>&gt;:</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;">
Angelo,<br><br>The compilation fail because like Achim said, he use --enable-final configure option.<br><br>kipi-plugins must support this option. It generally used to optimize target, especially to build RPM for ex.<br>
<br>

On my computer, i have always 2 copy of source code : one compiled using --enable-debug=full to debug of course, and one using --enable-final to check if all compile fine.<br><br>Compiling using last one is very interressing because all indeep coding error appears...
<br><br>And of course, i can reproduce it on my computer.<br><br>I recommend to packager to always test compilation in this mode before to dispatch aver the world a final release tarball...<br><br>For the current problem, i will take a look what wrong in code.
<br></blockquote></span></div><br>Find it. It very easy... Valerio has forget to use :<br><br>#ifndef LISTIMAGEITEM_H<br>#define LISTIMAGEITEM_H<br>...<br><br>#endif /* LISTIMAGEITEM_H */<br><br>...into listimageitems.h<br>
<br>
I will fix it<br><span class="sg"><br>Gilles<br>
</span></blockquote></div><br>