public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
From: Ravi Khanna <raviandsuni@yahoo.com>
To: sourcenav@sourceware.cygnus.com
Subject: Dependency problem
Date: Wed, 29 Aug 2001 10:58:00 -0000	[thread overview]
Message-ID: <20010829175847.26821.qmail@web13908.mail.yahoo.com> (raw)

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

                 reply	other threads:[~2001-08-29 10:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010829175847.26821.qmail@web13908.mail.yahoo.com \
    --to=raviandsuni@yahoo.com \
    --cc=sourcenav@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).