Re: tool to find .h dependencies in C++



* Logan Shaw <lshaw-usenet@xxxxxxxxxxxxx>
| Hmm, except that makedepend may have difficulty with stuff like
| "#include <iostream>" (i.e. the missing ".h").

There is no missing .h, the file is indeed called 'iostream', without
any extension. But makedepend has indeed problems locating all of the
c++ include files, you need a bunch of -I directives. Better let the
compiler do the job...

R'
.



Relevant Pages

  • Re: tool to find .h dependencies in C++
    ... There is no missing .h, the file is indeed called 'iostream', without ... any extension. ... But makedepend has indeed problems locating all of the ...
    (comp.unix.programmer)
  • Re: tool to find .h dependencies in C++
    ... | Hmm, except that makedepend may have difficulty with stuff like ... There is no missing .h, the file is indeed called 'iostream', without ... But makedepend has indeed problems locating all of the ...
    (comp.unix.programmer)