Wouuaaahh wicked !! thanks you very much i'm so happy not to have those warnings anymore, i have 20 projects in my solution so 20 prints of that every time ...


2008/7/11 Phillip Seaver <phil@apago.com>:
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
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build