Boost logo

Boost-Build :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-07-22 20:37:56


----- Original Message -----
From: "Beman Dawes" <bdawes_at_[hidden]>
To: <jamboost_at_[hidden]>
Sent: Monday, July 22, 2002 8:32 PM
Subject: [jamboost] gcc-tools.jam warning on Win32

> On my Win32 system, every GCC 3.1 compile is producing this warning:
>
> cc1plus.exe: warning: changing search order for system directory
> "C:/boost/site"
> cc1plus.exe: warning: as it has already been specified as a non-system
> directory
>
> That is a minor annoyance because the new status report has an option to
> link to compiler warnings, and every GCC compile is getting a link
because
> of the above message.
>
> Any ideas for eliminating this?

Don't put $(BOOST_ROOT) in both your <include> and <sysinclude> paths.
I'm pretty sure that's the cause of it.
Are you trying to use #include "..." perchance?

-Dave

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk