From kdevelop-bugs Fri Apr 29 08:01:20 2005 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Fri, 29 Apr 2005 08:01:20 +0000 To: kdevelop-bugs Subject: [Bug 104757] New: no correct error message generated when 'very short compiler output' set Message-Id: <20050429100119.104757.georgy.yunayev () kaspersky ! com> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306936407031 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=104757 Summary: no correct error message generated when 'very short compiler output' set Product: kdevelop Version: unspecified Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: georgy.yunayev kaspersky com 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.