------- 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=158236 Summary: Compiler errors are not shown in output window Product: kdevelop Version: 3.5.1 Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: erru gmx net Version: 3.5.1 (using 3.5.5, Debian Package 4:3.5.5a.dfsg.1-8etch1 (4.0)) Compiler: Target: i486-linux-gnu OS: Linux (i686) release 2.6.18-6-686 The compiler errors are not shown in the output window. In version 3.3.5 ist had worked properly, but in this version no error output is shown. here is an example: make all-recursive Making all in src if g++ -DHAVE_CONFIG_H -I. -I/home/martin/test1/src -I.. -g3 -MT test1.o -MD -MP -MF ".deps/test1.Tpo" -c -o test1.o /home/martin/test1/src/test1.cpp; then mv -f ".deps/test1.Tpo" ".deps/test1.Po"; else rm -f ".deps/test1.Tpo"; exit 1; fi /home/martin/test1/src/test1.cpp: In function 'int main(int, char**)':




*** Beendet mit Status: 2 *** If you execute the make in a terminal window the output is: Making all in src make[2]: Entering directory `/home/martin/eib/debug/src' if g++ -DHAVE_CONFIG_H -I. -I/home/martin/eib/src -I.. -O0 -g3 -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o /home/martin/eib/src/main.cpp; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi /home/martin/eib/src/main.cpp: In function ‘int main(int, char**)’: /home/martin/eib/src/main.cpp:54: error: ‘sHomeDir’ was not declared in this scope /home/martin/eib/src/main.cpp:56: error: ‘sHomeDir’ was not declared in this scope make[2]: *** [main.o] Fehler 1 make[2]: Leaving directory `/home/martin/eib/debug/src' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/home/martin/eib/debug' make: *** [all] Fehler 2 _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs