[Bug 72215] New: when makefile has error, error message is not displayed
Jon Smirl
jonsmirl at yahoo.com
Fri Jan 9 06:46:06 UTC 2004
------- 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=72215
Summary: when makefile has error, error message is not displayed
Product: kdevelop
Version: CVS
Platform: Compiled Sources
OS/Version: Linux
Status: NEW
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: jonsmirl at yahoo.com
Version: CVS (using KDE Devel)
Installed from: Compiled sources
When Makefile has an error, the error message is not displayed. You just get make exited with status(2). The error output from make is not copied into the Messages window.
I'm not talking compiler errors, but errors from running make. For example I just deleted a subdirectory which made my make dependency paths invalid. I should have seen this error:
make: *** No rule to make target `../libsysfs/libsysfs.h', needed by `main.o'. Stop.
More information about the KDevelop-devel
mailing list