Bug 104757

Summary: no correct error message generated when 'very short compiler output' set
Product: [Applications] kdevelop Reporter: Georgy Yunaev <georgy.yunayev>
Component: Output ViewsAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Georgy Yunaev 2005-04-29 10:01:19 UTC
Version:           3.2.0 (using KDE 3.4.0 Level "b" , SUSE 9.3)
Compiler:          gcc version 3.3.5 20050117 (prerelease) (SUSE Linux)
OS:                Linux (i686) release 2.6.11.4-20a-default

In 'very short compiler's output' we have only:
compiling kchmviewwindow_qkbrowser.cpp (g++)
linking kchmviewer (g++)
*** Exited with status: 2 ***

so there is no error message.
The real error message is:
kchmviewwindow_qkbrowser.o(.gnu.linkonce.r._ZTV25KCHMViewWindowTextBrowser+0x3c4): undefined reference to `KCHMViewWindowTextBrowser::linkClicked(QString const&)'
kchmviewwindow_qkbrowser.o(.gnu.linkonce.r._ZTV25KCHMViewWindowTextBrowser+0x478): undefined reference to `non-virtual thunk [nv:-304] to KCHMViewWindowTextBrowser::linkClicked(QString const&)'

It is shown in short and full compiler output. But 'undefined reference' is very common programming error, so probably it should be parsed too.
Comment 1 Matt Rogers 2005-09-23 05:40:51 UTC

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