On Friday, 24 November, Geraldin Arthy ([EMAIL PROTECTED]) 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 <[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