To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75617


User hjs changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'sb'
--------------------------------------------------------------------------------
          Ever confirmed|                          |1
--------------------------------------------------------------------------------
                  Status|UNCONFIRMED               |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Mar 22 13:01:22 +0000 
2007 -------
makedepend (my first suspect) is innocent. it's the external include guargs that
are breaking dependency generation.

assume makedepend is to parse a.cxx an b.cxx which look like

a.cxx:
#include "a.hxx"
#include "b.hxx"

b.cxx:
#include "b.hxx"

with b.hxx like

#ifndef _A_HXX
#include "a.hxx"
#endif

where _A_HXX is the guarding define for a.hxx.

for a.cxx makedepend sees the correct dependency

a.cxx : a.hxx b.hxx

with no further includes in b.hxx. for b.cxx makedepend takes the already
generated informantion for b.hxx (no more includes) which results in

b.cxx : b.hxx

which obviously is wrong...


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to