Summary: | Compiler errors are not shown in output window | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Erich Runkalla <erru> |
Component: | Output Views | Assignee: | Andreas Pakulat <apaku> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | apaku, hindimax, kde, robert |
Priority: | VHI | ||
Version: | 3.5.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Erich Runkalla
2008-02-22 19:29:31 UTC
You're the second to report this, however I can't reproduce this problem. So its almost impossible to fix this. Apparently the error output from make doesn't reach the output plugin. I did some changes in that area before the 3.5.1 release, but as I said it all works fine over here. I'm having the very same problem! g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_SHARED -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o main.o main.cpp main.cpp: In function 'int main(int, char**)': <br /> <br /> make[1]: *** [main.o] Error 1 <br /> *** Exited with status: 2 *** Kdevelop version: 3.5.1, kubuntu package 4:3.5.1-0; Kde version: 3.5.9. Finally I can reproduce this, so a fix shouldn't take long. SVN commit 780036 by apaku: I hate it when I do such stupid, stupid mistakes and can't fix them before anybody notices... This fixes empty lines in the build outputview. BUG:158236 M +7 -4 makewidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=780036 *** Bug 158518 has been marked as a duplicate of this bug. *** *** Bug 158531 has been marked as a duplicate of this bug. *** I've tried to compile kdevelop with the patched makewidget.cpp, but the result is always the same, getting missing lines in the output. ~ andi Andreas I need more information. Especially: Steps to repoduce, preferably with one of the existing application templates. What error you're missing exactly - is it stderr or stdout? In which tab (I guess the Messages one for build messages, but I'd like to be sure). Also did you do a make install after the make? Do you have a system-version installed (i.e. via package management)? I can't reproduce the problem anymore, with any of the projects I have here and I could until I added the fix. Hi, I'm sorry, it was my mistake. I didn't install the patched version, I just started the fresh compiled version out of the source-tree. Consequently the buggy installed modules were loaded. After installing it worked like expected. Thanks for your help, ~ andi On Thursday 28 Feb 2008, Andreas Pakulat wrote: [bugs.kde.org quoted mail] |