From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ravi Khanna To: sourcenav@sourceware.cygnus.com Subject: Dependency problem Date: Wed, 29 Aug 2001 10:58:00 -0000 Message-id: <20010829175847.26821.qmail@web13908.mail.yahoo.com> X-SW-Source: 2001-q3/msg00134.html 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" --------------end file foo.cc ------ ------------start foo.h------------ #include "anotherheader.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