i have been caught in this exact scenario recently.<br>and yes, if the library exists in extras or extras-devel then whilst building your application it will find and use them.<br><br>there is a gotcha though:<br><br>if you add NEW calls or references or headers into the library since you last updated, it will FAIL because your app will be trying to load in the older versions.<br>
<br>it was something I encountered and pondered whether we could make the autobuilder &quot;cheat&quot; and look in the &quot;queued for updating to extras-devel&quot; list so that it found the others.<br>but at the end of the day, I just uploaded and got the library through, waited an hour, then sent the app.<br>
<br>gary<br><br><div class="gmail_quote">On Wed, Jun 24, 2009 at 3:24 PM, Jeremiah Foster <span dir="ltr">&lt;<a href="mailto:jeremiah@jeremiahfoster.com">jeremiah@jeremiahfoster.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5"><br>
On Jun 24, 2009, at 17:11, Luca Donaggio wrote:<br>
<br>
&gt; I&#39;m writing an application (actually a RAW image files viewer, for<br>
&gt; those interested :-) ) which depends at build time from an external<br>
&gt; library. I&#39;ve already packaged this library and I&#39;m ready to upload<br>
&gt; it to fremantle extras-devel, but I&#39;m wondering ... when I&#39;ll be<br>
&gt; ready to upload the main app source package, it will depend on the<br>
&gt; (previously uploaded) library package: will the autobuilder<br>
&gt; correctly manage those dependencies (ie download and install<br>
&gt; mylibrary-dev package which in turn depends from mylibrary package,<br>
&gt; both in extras-devel)?<br>
<br>
</div></div>Download and install? No.<br>
<br>
But if you have previously uploaded those libraries to extras-devel<br>
then the autobuilder should find them.<br>
<br>
More on the autobuilder: <a href="http://wiki.maemo.org/Uploading_to_Extras#Autobuilder_special_considerations" target="_blank">http://wiki.maemo.org/Uploading_to_Extras#Autobuilder_special_considerations</a><br>
<br>
Jeremiah<br>
_______________________________________________<br>
maemo-developers mailing list<br>
<a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>
<a href="https://lists.maemo.org/mailman/listinfo/maemo-developers" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
</blockquote></div><br>