<div class="gmail_quote">On Tue, Dec 21, 2010 at 6:13 PM, Crni Gorac <span dir="ltr">&lt;<a href="mailto:cgorac@gmail.com">cgorac@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On Tue, Dec 21, 2010 at 10:27 PM, Crni Gorac &lt;<a href="mailto:cgorac@gmail.com">cgorac@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;    [ ... ]<br>
<div class="im">&gt;<br>
&gt;<br>
&gt; Just an additional notice: I just discovered &quot;--verbose&quot; flag of<br>
&gt; CPack, and it could be that the reason for fixup_bundle() not being<br>
&gt; able to find dependencies is that I don&#39;t have dumpbin installed -<br>
&gt; namely, I&#39;ve noticed following warnings in CPack verbose output:<br>
&gt; &quot;CPack Verbose: warning: could not find &#39;dumpbin&#39; - cannot analyze<br>
&gt; prerequisites...&quot;.<br>
<br>
</div>OK - I&#39;ve installed VC++ Express 2010, containing dumpbin, and now<br>
installers get properly built, both for QtTest example, and for my<br>
application.  So - apologies for the distraction; on the other side,<br>
I&#39;d still like to know if there are any comments regarding using<br>
alternative dependency scanning tools, like for example using objdump<br>
instead of dumpbin on Windows, say in case MinGW Makefiles generator<br>
used by CMake.<br>
<br>
Thanks.<br>
<div><div></div><div class="h5">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br><br>Proposed patches are always welcome. :-)<br><br>I do not have time to add a whole other dependency analysis tool into GetPrerequisites any time in the near future, but if somebody else does, I&#39;d be happy to review it.<br>
<br>And I&#39;m not sure what the best logic would be to decide to use this alternate tool. Right now, we&#39;re simply expecting you to use &quot;dumpbin&quot; within &quot;if(WIN32)&quot; blocks...<br><br><br>Thanks,<br>
David Cole<br>Kitware, Inc.<br><br>