On Friday, 24 November, Philip Guenther ([EMAIL PROTECTED]) wrote:

> > Offhand I'd say that makedepend, being created for C programs, doesn't
> > understand the C++ header file syntax like #include <utility> (with no .h).
> 
> The problem isn't one of syntax (you can have headers without the .h
> in C as well), but rather that makedepend doesn't know the proper
> include path for C++.

Probably I'm just showing my ignorance WRT C++ but somehow I had it in my head
that the no-.h header files were allowed to be pre-compiled or included in the
compiler (rather than being separate files) or similar.

If it's just another way to access the same old header files then as Philip
says it's just a matter of finding the right directories and adding them to
your makedepend invocation.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to