Boost logo

Boost-Build :

From: Phillip Seaver (phil_at_[hidden])
Date: 2008-07-11 09:05:18


william marié wrote:
> Hi Phillip,
>
> It's a bloody good idea :), could you tell me in which files those
> warnings are printed, i did a research on lib and boost directory but
> i didn't find them ...
> Thanks

In libs/graph/build/Jamfile.v2 I did this:

else
{
  if --debug-configuration in [ modules.peek : ARGV ]
  {
    ECHO "warning: Graph library does not contain optional GraphML
reader." ;
    ECHO "note: to enable GraphML support, set EXPAT_INCLUDE and
EXPAT_LIBPATH to the" ;
    ECHO "note: directories containing the Expat headers and libraries,
respectively." ;
  }
}

And in libs/regex/build/Jamfile.v2 I did the same thing:

      if --debug-configuration in [ modules.peek : ARGV ]
      {
        ECHO Building Boost.Regex with the optional Unicode/ICU support
disabled. ;
        ECHO Please refer to the Boost.Regex documentation for more
information ;
        ECHO (don't panic: this is a strictly optional feature). ;
      }

Phillip


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