Bug 202320 - allow to disable filtering in makeoutputmodel
Summary: allow to disable filtering in makeoutputmodel
Status: RESOLVED DUPLICATE of bug 194403
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: Custom Makefiles (show other bugs)
Version: git master
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: 4.0.0
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-02 17:15 UTC by Alexander
Modified: 2009-09-16 21:25 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander 2009-08-02 17:15:30 UTC
Version:           SVN (using KDE 4.2.4)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    SuSE RPMs

I have a cmake project in kdevelop4.
I can't get kdevelop to show the gcc commands it's executing.

I do have "set(CMAKE_VERBOSE_MAKEFILE on)" in the CMakeLists.txt file, and the gcc commands are shown when running make from the command line. However, kdevelop still hides them.

In kdevelop3 there was a switch between minimal, normal and full outputs, which was ideal. Something like that would be great.
Comment 1 Alexander 2009-08-02 17:48:19 UTC
Sorry, is it "Build tools: Custom Makefiles" or should it be "Build tools: CMake"?
I never used custom makefiles, it's all cmake. Just reporting so that it doesn't get lost in the wrong category/component.
Comment 2 Andreas Pakulat 2009-08-02 18:34:36 UTC
custom makefiles is the right component as thats the part that executes make for your project and then filters the output and reduces the compiler messages to short output.
Comment 3 Andreas Pakulat 2009-09-16 21:25:35 UTC

*** This bug has been marked as a duplicate of bug 194403 ***