Bug 202320

Summary: allow to disable filtering in makeoutputmodel
Product: [Applications] kdevelop Reporter: Alexander <ashaduri>
Component: Build tools: Custom MakefilesAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version: git master   
Target Milestone: 4.0.0   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***