Re: tool to find .h dependencies in C++
- From: Ralf Fassel <ralfixx@xxxxxx>
- Date: Tue, 27 Mar 2007 11:21:56 +0200
* 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'
.
- Follow-Ups:
- Re: tool to find .h dependencies in C++
- From: Walt Fles
- Re: tool to find .h dependencies in C++
- From: Rares Vernica
- Re: tool to find .h dependencies in C++
- References:
- tool to find .h dependencies in C++
- From: Rares Vernica
- Re: tool to find .h dependencies in C++
- From: Logan Shaw
- tool to find .h dependencies in C++
- Prev by Date: Re: poll() revents variable
- Next by Date: Re: Profiling loops
- Previous by thread: Re: tool to find .h dependencies in C++
- Next by thread: Re: tool to find .h dependencies in C++
- Index(es):
Relevant Pages
|
|