<br><br><div><span class="gmail_quote">2007/5/8, Achim Bohnet &lt;<a href="mailto:ach@mpe.mpg.de">ach@mpe.mpg.de</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;">
On Tuesday, 8. May 2007, Angelo Naselli wrote:<br>&gt; Alle marted́ 8 maggio 2007, Achim Bohnet ha scritto:<br>&gt; &gt; On Sunday, 6. May 2007, Angelo Naselli wrote:<br>&gt; &gt; &gt; SVN commit 661885 by anaselli:<br>&gt; &gt; &gt;
<br>&gt; &gt; &gt; Release 0.1.4<br>&gt; &gt; &gt; - fix libtools version-info<br>&gt; &gt;<br>&gt; &gt; Hi, Angelo,<br>&gt; &gt;<br>&gt; &gt; looks like it get fixed in the wrong way ;)<br>&gt; &gt;<br>&gt; &gt; When I build 
0.1.4 pkgs and install them, digikam io slaves only give errors like<br>&gt; &gt;<br>&gt; &gt; digikam: ERROR: : couldn&#39;t create slave : Unable to create io-slave:<br>&gt; &gt; klauncher said: Error loading &#39;kio_digikamthumbnail&#39;.
<br>&gt; &gt;<br>&gt; &gt; Reinstalling 0.1.1 and digikam works again.<br>&gt; &gt;<br>&gt; &gt; Anyone else tried to run an app build with 0.1.1<br>&gt; &gt; to run with 0.1.4?<br>&gt; hmmm are this comment the reason?<br>
&gt; (Depreciate: used internaly by digiKam core.)<br>&gt;<br>&gt; Gilles you changed a lot of methods from protected to private,<br>&gt; I guess if that was the cause<br><br><br><br>mhmm,&nbsp;&nbsp;looking into .xsession-error shows:
<br><br>usr/lib/kde3/kio_digikamthumbnail.so: undefined symbol: KExiv2Iface::KExiv2::getImageOrientation()<br><br>if only this method is missing.&nbsp;&nbsp;I would suggest to<br>just keep this method instead (make as depreacated)<br>
and delay delay API backward break to a future release ;)<br></blockquote></div><br>The method always exist but if i remember, the fingerprint have changed from :<br><br>KExiv2::ImageOrientation getImageOrientation();<br>
<br>to :<br><br>KExiv2::ImageOrientation getImageOrientation() const;<br><br><br>Gilles