Bug 75098 - Remnants of configure messages when "very short compiler output" has been selected
Summary: Remnants of configure messages when "very short compiler output" has been sel...
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: Output Views (show other bugs)
Version: 3.0.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-12 21:50 UTC by Manuel Fierlbeck
Modified: 2007-01-07 15:40 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 Manuel Fierlbeck 2004-02-12 21:50:48 UTC
Version:           3.0.0 (using KDE KDE 3.2.0)
Installed from:    Compiled From Sources
Compiler:          gcc-3.3.1 
OS:          Linux

When you select "very short compiler output" in the message
view, and let run configure, you see some remnants of
configure output:

--- Example
cd "/home/manuel/entw/orthanc" && CPPFLAGS="-DOR_DEBUG -DOR_TRACE -D_REENTRANT" CXXFLAGS="-O2 -fexceptions -frtti" "/home/manuel/entw/orthanc/configure" && cd "/home/manuel/entw/orthanc" && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -j1  
*installing -c 
*compiling yes (gcc) 
*compiling yes (g++)
--- End example

In version 3.3.0rc1, every line of configure output was
printed in "very short" mode.
Comment 1 Diederik van der Boor 2004-09-24 13:44:02 UTC
I noticed this bug as well, but I'm using KDevelop 3.1.0! Imho the output should say something like "running configure (this may take a while)" ..and.. "success, you can run make now!". Showing all messages might not be a good idea, since there is a reason why someone chooses "very short compiler output" ;-)

Thanks in advice.
Comment 2 Jens Dagerbo 2007-01-07 15:40:45 UTC
Haven't seen this in ages. I think it might have been a Qt bug..