How to configure build output toolview
Pradeep K. Shima
pkshima at gmail.com
Sun Nov 25 17:27:38 GMT 2012
Thanks for quick reply Milian !
No I am not using cmake. Just plain make.
make on command line works just fine, it shows the exact compile command
being issued.
But through kdevelop, it only says "Compiling filename.cpp (g++)"
Thanks & Regards,
Pradeep
On Sun, Nov 25, 2012 at 10:02 PM, Milian Wolff <mail at milianw.de> wrote:
> On Sunday 25 November 2012 16:21:36 Pradeep K. Shima wrote:
> > The build output tool view only shows the files being compiled.
> > How I can choose the verbosity of output ? How can I say, for example,
> that
> > I want raw output of the make command ?
> >
> > This used to be possible in Kdevelop 3 I guess.
>
> KDevelop just runs make and does not filter it. You probably use a make
> file
> generator like e.g. CMake, no? Then, you probably want the output of "make
> VERBOSE=1"? Try to add that (i.e. "VERBOSE=1") as an additional make
> option in
> configure project -> make.
>
> Cheers
> --
> Milian Wolff
> mail at milianw.de
> http://milianw.de
> _______________________________________________
> kdevelop mailing list
> kdevelop at kdevelop.org
> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20121125/cca253a7/attachment.html>
More information about the KDevelop
mailing list