Bug 72215 - when makefile has error, error message is not displayed
Summary: when makefile has error, error message is not displayed
Status: RESOLVED DUPLICATE of bug 72699
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: Custom Makefiles (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-09 06:45 UTC by Jon Smirl
Modified: 2006-04-18 22:29 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 Jon Smirl 2004-01-09 06:45:23 UTC
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.
Comment 1 Jens Dagerbo 2006-04-18 22:29:21 UTC
Dupe

*** This bug has been marked as a duplicate of 72699 ***