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><br>To fix temporally this problem, you can use the automake macro "KDE_OPTIONS = nofinal" like jpeglossless plugin do...<br><br>My 10 cts... of course, no more<br>
<br>
Gilles<br><br><br><br><div><span class="gmail_quote">2007/7/13, Angelo Naselli <<a href="mailto:anaselli@linux.it">anaselli@linux.it</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>> p.cpp -fPIC -DPIC -o .libs/kipiplugin_slideshow_la.all_cpp.o<br>> listimageitems.h:34: error: redefinition of 'class KIPISlideShowPlugin::ImageItem'<br>> listimageitems.h:35: error: previous definition of 'class KIPISlideShowPlugin::ImageItem'
<br>> listimageitems.h:55: error: redefinition of 'class KIPISlideShowPlugin::ListImageItems'<br>> listimageitems.h:56: error: previous definition of 'class KIPISlideShowPlugin::ListImageItems'<br>>
listimageitems.h:34: error: redefinition of 'class KIPISlideShowPlugin::ImageItem'<br>> listimageitems.h:35: error: previous definition of 'class KIPISlideShowPlugin::ImageItem'<br>> listimageitems.h
:55: error: redefinition of 'class KIPISlideShowPlugin::ListImageItems'<br>> listimageitems.h:56: error: previous definition of 'class KIPISlideShowPlugin::ListImageItems'<br>> make[3]: *** [kipiplugin_slideshow_la.all_cpp.lo] Error 1
<br>> make[3]: Leaving directory `/home/users/pingwin/comp/digikam/bu-kplug/kipi-plugins/slideshow'<br>> make[2]: *** [all-recursive] Error 1<br>> make[2]: Leaving directory `/home/users/pingwin/comp/digikam/bu-kplug/kipi-plugins'
<br>> make[1]: *** [all-recursive] Error 1<br>> make[1]: Leaving directory `/home/users/pingwin/comp/digikam/bu-kplug'<br>> make: *** [all] Error 2<br>><br>><br>> Anybody can help me ?<br>Valerio?<br>
><br>> Regards<br>> pingwin<br>><br>><br>><br><br><br><br>_______________________________________________<br>Kde-imaging mailing list<br><a href="mailto:Kde-imaging@kde.org">Kde-imaging@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/kde-imaging">
https://mail.kde.org/mailman/listinfo/kde-imaging</a><br><br><br></blockquote></div><br>