public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* Dependency problem
@ 2001-08-29 10:58 Ravi Khanna
  0 siblings, 0 replies; only message in thread
From: Ravi Khanna @ 2001-08-29 10:58 UTC (permalink / raw)
  To: sourcenav

It seems that snavigator does not set up dependencies
very well in the makefile it created for my project. 
The Makefile shows the dependency for the include
files that are explicitly shown in the source code. 
If one of the include files also includes a third
header file, its dependency is not related back to the
original source file.  Here is a example:

--------------start file foo.cc ------
#include "foo.h"
<rest of file>
--------------end file foo.cc ------

------------start foo.h------------
#include "anotherheader.h"
<rest of foo.h>
--------------end file foo.h----------

The makefile should rebuild foo.cc if foo.h OR
anotherheader.h changes.  But it doesn't....it only
looks at foo.h.

I feel I must be missing something because this seems
like an obvious bug that should have been found and
fixed a long time ago.

Any help would be GREATLY appreciated.

ravi

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-08-29 10:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-29 10:58 Dependency problem Ravi Khanna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).