<div class="gmail_quote">On Tue, Dec 21, 2010 at 6:13 PM, Crni Gorac <span dir="ltr"><<a href="mailto:cgorac@gmail.com">cgorac@gmail.com</a>></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 <<a href="mailto:cgorac@gmail.com">cgorac@gmail.com</a>> wrote:<br>
><br>
> [ ... ]<br>
<div class="im">><br>
><br>
> Just an additional notice: I just discovered "--verbose" flag of<br>
> CPack, and it could be that the reason for fixup_bundle() not being<br>
> able to find dependencies is that I don't have dumpbin installed -<br>
> namely, I've noticed following warnings in CPack verbose output:<br>
> "CPack Verbose: warning: could not find 'dumpbin' - cannot analyze<br>
> prerequisites...".<br>
<br>
</div>OK - I'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'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'd be happy to review it.<br>
<br>And I'm not sure what the best logic would be to decide to use this alternate tool. Right now, we're simply expecting you to use "dumpbin" within "if(WIN32)" blocks...<br><br><br>Thanks,<br>
David Cole<br>Kitware, Inc.<br><br>