help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Make dependency check


From: Paul D. Smith
Subject: Re: Make dependency check
Date: Fri, 24 Nov 2006 21:22:01 -0500

On Friday, 24 November, Geraldin Arthy (address@hidden) wrote:

> However I still get warnings as indicated below
> *makedepend: warning:  COvOverloadMsg.cxx (reading
> ../pdfcommon/src/CPdfEnumToString.h, line 21): cannot find include file
> "utility"
> makedepend: warning:  COvOverloadMsg.cxx (reading
> ../pdfcommon/src/CPdfEnumToString.h, line 20): cannot find include file
> "map"

> Do you have any idea why these warning messages are displayed and how to get
> rid of it??

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 only way I can think to get rid of it is fix makedepend to grok C++
syntax, or use a different tool.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]