Bug 104757 - no correct error message generated when 'very short compiler output' set
Summary: no correct error message generated when 'very short compiler output' set
Status: RESOLVED DUPLICATE of bug 71299
Alias: None
Product: kdevelop
Classification: Applications
Component: Output Views (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-29 10:01 UTC by Georgy Yunaev
Modified: 2005-09-23 05: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 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 ***