Thanks for quick reply Milian !<br>No I am not using cmake. Just plain make.<br>make on command line works just fine, it shows the exact compile command being issued.<br><br>But through kdevelop, it only says "Compiling filename.cpp (g++)"<br>
<br>Thanks & Regards,<br>Pradeep<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Nov 25, 2012 at 10:02 PM, Milian Wolff <span dir="ltr"><<a href="mailto:mail@milianw.de" target="_blank">mail@milianw.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sunday 25 November 2012 16:21:36 Pradeep K. Shima wrote:<br>
> The build output tool view only shows the files being compiled.<br>
> How I can choose the verbosity of output ? How can I say, for example, that<br>
> I want raw output of the make command ?<br>
><br>
> This used to be possible in Kdevelop 3 I guess.<br>
<br>
KDevelop just runs make and does not filter it. You probably use a make file<br>
generator like e.g. CMake, no? Then, you probably want the output of "make<br>
VERBOSE=1"? Try to add that (i.e. "VERBOSE=1") as an additional make option in<br>
configure project -> make.<br>
<br>
Cheers<br>
<span class="HOEnZb"><font color="#888888">--<br>
Milian Wolff<br>
<a href="mailto:mail@milianw.de">mail@milianw.de</a><br>
<a href="http://milianw.de" target="_blank">http://milianw.de</a></font></span><br>_______________________________________________<br>
kdevelop mailing list<br>
<a href="mailto:kdevelop@kdevelop.org">kdevelop@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop</a><br>
<br></blockquote></div><br></div>